You are viewing a potentially older version of this package. View all versions.
kestrel-Mod_Menu-1.0.1 icon

Mod Menu

Configure your mods ingame!

Date uploaded 12 months ago
Version 1.0.1
Download link kestrel-Mod_Menu-1.0.1.zip
Downloads 742
Dependency string kestrel-Mod_Menu-1.0.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

README

Mod Menu

This mod adds a mods tab to the settings menu, which allows you to configure your mods ingame.

Notes to mod developers

All types usable in BepInEx 5.4.21 ConfigEntries are supported.

This mod works much the same as BepInEx ConfigManager in that how options appear is defined by their acceptable values - an AcceptableValueRange creates a slider, an AcceptableValueList creates a dropdown, etc. Known issues include:

  • There is not currently an api to customise your mod's options (though this is planned!)
  • [Flags] enums are not currently supported

Manual Installation Instructions

(you should probably just use a mod manager like r2modman or gale though)

  • Download and install Bepinex 5.4.21
    (if you have no idea what the versions mean try BepInEx_x64_5.4.21.0 and it might work. maybe)
  • Once BepInEx is installed, extract the zip into the BepInEx/plugins folder in the game's root directory.

have fun :3

kity

CHANGELOG

v1.1.5

  • Fixed slider options not initializing correctly if their bounds did not include 0

v1.1.4

  • Fixed the mod menu not initializing properly in a rare case

v1.1.3

  • Added an API for mod developers to add items to and customise their mod's settings page!
    • see the readme for a quick walkthrough of its usage
  • The mod now functions properly on platforms using vulkan (i.e. linux native)

v1.0.3

  • Added a shake animation to options when setting them fails

v1.0.2

  • Minor code refactoring
  • For mod developers: Mod menu now supports custom implementations of ConfigEntryBase. if you use those. for some reason.

v1.0.1

  • Fixed the default mod description and icon sometimes not loading correctly

v1.0.0

  • Initial release