Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Releases: sinai-dev/BepInExConfigManager

BepInExConfigManager 0.1.3

08 Apr 16:36

Choose a tag to compare

  • Added support for Mono games (BepInEx 5 only at the moment)

BepInExConfigManager 0.1.2

08 Apr 15:46

Choose a tag to compare

  • The number input field is now less annoying to use, it will just show red text for any invalid value
  • Fixed 'default' button not behaving properly
  • Fixed errors caused by event system control when multiple mods are trying to override it (eg. if you open this and UnityExplorer at the same time)
  • Various other minor UI fixes

BepInExConfigManager 0.1.1

08 Apr 14:10

Choose a tag to compare

  • Added auto-save setting to automatically save config entries after changing them
  • Added UI scale setting to adjust the scale of the UI elements
  • Fixed some minor issues

BepInExConfigManager 0.1

08 Apr 10:56

Choose a tag to compare

Initial release. Supports IL2CPP games.

Todo:

  • AcceptableValueList
  • Advanced settings, other attributes/tags, etc