You are viewing a potentially older version of this package.
View all versions.
BepisModSettings
Lets you edit your mod settings in the settings tab of the dashboard
| Date uploaded | a week ago |
| Version | 1.6.3 |
| Download link | ResoniteModding-BepisModSettings-1.6.3.zip |
| Downloads | 88 |
| Dependency string | ResoniteModding-BepisModSettings-1.6.3 |
This mod requires the following mods to function
ResoniteModding-BepisLoader
A mod loader which allows using BepInEx with Resonite
Preferred version: 1.6.0ResoniteModding-BepisResoniteWrapper
Common hooks and events library for BepInEx Resonite mods. Provides essential events like OnEngineReady to simplify mod development.
Preferred version: 1.0.2README
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.