Overview
Saro's Default Options allows modpack creators and server admins to distribute a set of "default" configuration files that are automatically applied when a player launches the game. This solves the common problem of user settings (like keybinds or mod configs) being reset or not matching the intended modpack experience.
Key Features
๐ Automatic Config Deployment
- Simple Setup: Place your desired config files in the
Saros Default Optionsfolder. - On Launch: The mod copies these files to the main game directory when the game starts.
- Recursive Copy: Subfolders are automatically created as well.
๐ Overwrite Control
- Safe Mode (Default): Only copies files if they don't exist in the player's folder.
- Force Mode: Can be configured to strictly overwrite user configs every launch (useful for servers enforcing settings).
Installation & Usage
- Install the mod.
- Run the game once to generate the folder structure.
- Put your config files in the
Saros Default Optionsfolder (generated next to yourconfigfolder). - (Optional) Edit
config/sarosdefaultoptions.tomlto enable overwriting.
Configuration
Located in config/sarosdefaultoptions.toml.
- overwriteConfigFiles (Default:
false):false: Respects user changes; only fills missing files.true: Resets configs to your defaults on every launch.
Note: This wiki serves as documentation. For active discussion, please join the Discord Server.