ResoniteModding.BepisModSettings 1.6.4
Bepis Mod Settings
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:
Installation (Manual)
- 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.
Usage for Developers
Adding BepisModSettings to Your Mod
- 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"
Examples
Usage examples can be found in Examples.cs.
Attributions
Portions of this project are derived from the MonkeyLoader Resonite GamePack, originally licensed under the GNU Lesser General Public License v3.0.
No packages depend on ResoniteModding.BepisModSettings.
.NET 10.0
- BepInEx.ResonitePluginInfoProps (>= 3.0.0)
- ResoniteModding.BepInExResoniteShim (>= 0.9.3)
- ResoniteModding.BepisLocaleLoader (>= 1.2.1)
- ResoniteModding.BepisResoniteWrapper (>= 1.0.2)