You are viewing a potentially older version of this package. View all versions.
ryuka_labs-SULFUR_Config-0.2.1 icon

SULFUR Config

In-game configuration editor for SULFUR BepInEx mods. Edit compatible cfg settings from the native Options menu.

Date uploaded 3 weeks ago
Version 0.2.1
Download link ryuka_labs-SULFUR_Config-0.2.1.zip
Downloads 22
Dependency string ryuka_labs-SULFUR_Config-0.2.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
ryuka_labs-SULFUR_Native_UI_Lib-0.7.1 icon
ryuka_labs-SULFUR_Native_UI_Lib

A native Options screen UI library for SULFUR BepInEx mods.

Preferred version: 0.7.1

README

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
  • 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.

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, or adapter documentation problems on GitHub.