Generic Mod Config Menu

A config menu framework for mods. Changes are live - after saving, restarting the game is not necessary.

A button is added to the title screen in the bottom left to access the config menus.

The way it is written allows for this mod to be added as an optional dependency, so your mod can still run without this one.

Example usage here (with API at the bottom).

Note that support is opt-in; if a mod doesn't show up on here, the mod creator needs to add support for it.

<
>
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.0.0
Release Dev

Version: 1.3.3
Sat, 27 Mar 2021 23:38:29 +0000
Add (opt-in) in-game config support, bug fixes.

Downloads:

Full Changelog

Added (opt-in) in-game config support. Found at the bottom of the vanilla options tab.
Fix error with unbound keys.
Fix escape being bindable.
  • 1.5
  • 1.4

The source code for this project can be found here.