A Resonite mod that lets you edit your mod settings in settings tab of the dashboard.
Example home page:
Typical configuration screen:
Flags enum:
Configuration page footer:
- Install BepisLoader for Resonite.
- Download the latest release ZIP file (e.g.,
ResoniteModding-BepisModSettings-1.2.0.zip) from the Releases page. - Extract the ZIP and copy the
pluginsfolder to your BepInEx folder in your Resonite installation directory:- Default location:
C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\
- Default location:
- Start the game. If you want to verify that the mod is working you can check your BepInEx logs.
- Add the NuGet package reference to your mod's
.csprojfile:
<PackageReference Include="ResoniteModding.BepisModSettings" Version="1.*" />- Add it as a dependency in your
thunderstore.toml:
[package.dependencies]
ResoniteModding-BepisModSettings = "1.0.0"Usage examples can be found in Examples.cs.
Portions of this project are derived from the MonkeyLoader Resonite GamePack, originally licensed under the GNU Lesser General Public License v3.0.