BepInExConfigManager icon indicating copy to clipboard operation
BepInExConfigManager copied to clipboard

In-game UI for managing BepInEx plugin configurations, with IL2CPP and Mono support.

Results 9 BepInExConfigManager issues
Sort by recently updated
recently updated
newest added

Is possible make KeyboardShortcut compatible to listen keys pressed, like as KeyCode? I use more than one key on my shortcut, so all my HotKeys are been edited as text....

After the latest update to sons of the forest, while using BepinEx Config Manager, a secondary mouse cursor is persistently on the screen with no way of disabling it. nothing...

When a float input has a current value like `7`, it's impossible to type a `.` after it to eventually type something like `7.5`. The reason is that it parses...

Fixes #15 I'm actually rather confused why the current code doesn't already work and just allows me to use `,` everywhere. After looking into it a bit, apparently, during the...

When opening the manager, the period is removed from all float settings, so e.g. `0.7` just becomes `7`. Saving then ofc gives wildly incorrect values. I also can't type a...

Hello, I am using `BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.660` and it seems, your config manager is being ignored. Logs show nothing. Could you maybe fix that? Would like to use it. Thanks :)

The correct path might not always be `BepInEx\unhollower`, but you should be able to get the path from `BepInEx.IL2CPP.Preloader.IL2CPPUnhollowedPath`. To reproduce set this in `BepInEx.cfg`: ``` UnhollowedAssembliesPath={BepInEx}\{ProcessName} ```

When ı try to start the game in jazzpunk it just crashes error log: https://pastebin.com/qa5FRfmm

https://user-images.githubusercontent.com/3516343/173108008-0083f097-c568-477c-93cb-926ac6d2b8c0.mp4 The game I'm playing is a PC port of a mobile game, so I can play it in a small window. But, when the game is small, the window...