SULFUR Config
In-game configuration editor for SULFUR BepInEx mods. Edit compatible cfg settings from the native Options menu.
| Last updated | 4 hours ago |
| Total downloads | 26 |
| Total rating | 0 |
| Categories | Mods Tools |
| Dependency string | ryuka_labs-SULFUR_Config-0.2.3 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100ryuka_labs-SULFUR_Native_UI_Lib
A native Options screen UI library for SULFUR BepInEx mods.
Preferred version: 0.6.3README
SULFUR Config
In-game configuration editor for SULFUR BepInEx mods.
SULFUR Config adds a native Options menu page where compatible BepInEx .cfg settings can be viewed, edited, and applied without manually opening config files.
Features
- Native SULFUR Options menu integration
- Edit BepInEx config entries in game
- Supports bool, number, text, enum, and acceptable value list settings
- Shows range, restart-required, live-apply, advanced, hidden, and dangerous tags
- Per-mod localization support through each mod's own
lang/*.json - 14-language localization support for my SULFUR mods' config pages
- Pending-change workflow: edit first, then press Apply to save
Installation
Install with a Thunderstore-compatible mod manager, or manually place the files under BepInEx/plugins/.
Requires:
- BepInEx
- SULFUR Native UI Lib
For Players
Open the game Options menu and select SULFUR Config.
Changed settings are marked as pending. They are only written to cfg after pressing Apply.
Some settings may require restarting the game, returning to the main menu, or starting a new run. This depends on how the target mod handles its configuration.
Localization Status
All of my current SULFUR mods include localization files for SULFUR Config's in-game settings page.
This localization support is for the config UI only. It localizes mod names, config sections, setting names, setting descriptions, and supported enum/list values shown inside SULFUR Config. It does not change the game's own text, item names, dialogue, or gameplay content.
Supported languages:
- English
- Simplified Chinese
- Swedish
- French
- Italian
- German
- Spanish
- Portuguese
- Russian
- Polish
- Japanese
- Korean
- Turkish
- Arabic
These localizations have not been fully tested in every language yet. Some translations may be incomplete, awkward, or need later correction.
For Mod Developers
SULFUR Config automatically reads standard BepInEx ConfigEntry values.
For best display quality, third-party mod developers should provide clear ConfigDescription, reasonable AcceptableValueRange / AcceptableValueList, optional tags such as LiveApply or RestartRequired, and per-mod localization files.
The latest adapter guide is maintained on GitHub:
https://github.com/ryuka-dev/SULFUR-Config-mod
Source Code
Source code is available on GitHub:
https://github.com/ryuka-dev/SULFUR-Config-mod
The repository contains my original mod source code and documentation. It does not include SULFUR game files, Unity assemblies, BepInEx binaries, paid assets, or decompiled game source.
Feedback
Please report bugs, compatibility issues, localization issues, or adapter documentation problems on GitHub.