
NonUpdate Modern
The Problem This Mod Solves
Many players experience unstable internet connections, causing game pack loading to freeze midway through the process. This issue is particularly relevant for those with slow or unreliable network connectivity.
The Solution
This modification offers a simple and effective solution: add class names to the configuration file, and problematic connections will be automatically blocked. This prevents freezes and speeds up game launch.
Frequently Asked Questions
How to determine if network connection is slowing down the game?
Use performance profilers like VisualVM, Spark, or similar tools to analyze which processes are running during loading.
How to properly add a class to configuration?
In the nonupdate-modern.json
file located in the config/
folder, add the internal class name (separated by /
) to the targets
section.
How to verify that the mod is working correctly?
Set the debugMode
parameter to true and check the game logs. In this mode, all connection attempts will be logged, allowing you to verify the effectiveness of the blocking.