BepInEx / BepInEx.ConfigurationManager

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

Console #32

Closed vitalikbyrevich closed 3 years ago

vitalikbyrevich commented 3 years ago

When installing your mod, the console disappears-pressing F5 does not give anything (the "-console " command is present when starting the game)

vitalikbyrevich commented 3 years ago

Strange, I put the mod "Enable Console 0.1.0" and the console appeared. Apparently, it is true after the March updates without this mod, the console does not appear even with the value at startup.

ManlyMarco commented 3 years ago

Please either give more info than this (plugin/bepin/game/logs/system) or report it to the authors of that console plugin, because I have no idea what you're talking about at the moment.

vitalikbyrevich commented 3 years ago

Without the mod "Enable Console 0.1.0" and "BepInEx. ConfigurationManager", the game does not have a console when pressing" F5", but there is a"- console " in the steam launch parameters. After installing the "Enable Console 0.1.0" mod, the console appears in the game. I do not know why the console is not activated without this mod. What's not clear here?

ghorsington commented 3 years ago

Greetings!

Could you elaborate on what kind of BepInEx setup you're using and what kind of game you're modding? BepInEx is a general-purpose Unity modding framework, and all plugins under the BepInEx organisation are made for use in hundreds of different Unity games.

BepInEx itself has its own console, and it can be enabled by editing BepInEx configuration file under BepInEx/BepInEx.cfg folder. We're not aware of an "Enable Console" mod as base BepInEx does not need it. Does the game you're modding have its own console of some kind?

If there is a key binding conflict, you can change the key binding for Configuration Manager by editing its own configuration file (BepInEx/com.bepis.bepinex.configurationmanager.cfg) in a text editor. Other than that, I'd suggest seeking help for community-made plugins in the game's modding community directly.

vitalikbyrevich commented 3 years ago

I use the latest version of BepInEx and the game (license), as well as the launch parameters have the value "-console", but the console itself does not appear in the game and I do not know what this is related to. The bepnEx configuration has the value "true" for the console. In any case, I do not use the console - I just checked that it was and so I had to put that mod.

ghorsington commented 3 years ago

I see. What kind of game is "license"? Is it possible to obtain it somewhere? Same for the mod, where did you get it from?

Again, you might have better luck asking in the game-specific community. However, by providing enough info there'd be a chance for someone to try and replicate it.

ManlyMarco commented 3 years ago

Closing because of inactivity