BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
227 stars 54 forks source link

F12 don't show BepIn window #77

Closed d4b005t closed 9 months ago

d4b005t commented 9 months ago

Hi all, I'm trying to learn game modding. Following the installation procedure of BepInEx i run the game, and i try to open the window with F12 key. But seems that the game uses that key for screenshot purpose, and it doesn't appear the window. I can't reconfigure F12 command behaviour from the game's key settings menu. BepInEx correctly initialize the folder, but from log seems i never press the F12 key.

[Message: BepInEx] BepInEx 5.4.22.0 - DawnOfMan (12/10/2023 02:47:02) [Info : BepInEx] Running under Unity v2022.3.8.11922172 [Info : BepInEx] CLR runtime version: 4.0.30319.42000 [Info : BepInEx] Supports SRE: True [Info : BepInEx] System platform: Bits64, Windows [Message: BepInEx] Preloader started [Info : BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.22.0] [Info : BepInEx] 1 patcher plugin loaded [Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader] [Message: BepInEx] Preloader finished [Message: BepInEx] Chainloader ready [Message: BepInEx] Chainloader started [Info : BepInEx] 0 plugins to load [Message: BepInEx] Chainloader startup complete So i try to change F12 key with another unused key. Here someone says to change com.bepis.bepinex.configurationmanager.cfg inside my \BepInEx\config folder, but i find only BepInEx.cfg file inside that folder, and there isn't a configuration for the menu show key inside.

ManlyMarco commented 9 months ago

You've put the plugin into a wrong folder since BepInEx doesn't load it. The default hotkey is F1.

d4b005t commented 9 months ago

Hi ManlyMarco, thanks for answer my question. I think your work is great! I'm trying to mod DawnOfMan game, following this procedure (section "How to use BepInEx"), i placed the files in the main root directory of the game, and the result is this folder: image I try to reinstall the whole game for have a clean installation folder. Unluckly, F1 and F12 gives the same result: the window doesn't appear. The log output the same result.

ManlyMarco commented 9 months ago

This much looks fine, you probably just put config manager into a wrong directory, it should be inside bepinex/plugins.

d4b005t commented 9 months ago

Hi and thanks another time... The BepInEx folder has this tree:

"plugins" folder is empty. But following the guide, i don't need a plugin for display the window on the game.

image

ManlyMarco commented 9 months ago

Uhh, what? Those aren't even instructions for this plugin, they are for runtime editor, and you clearly didn't follow them since runtime editor files are missing from the directory list you posted. All you did so far was install BepInEx so only the 1st step.

d4b005t commented 9 months ago

Hi ManlyMarco, thanks again. Yes, what you said is true... I miss step 2... Now all works as expected... Sorry for the disturb!