You are viewing a potentially older version of this package. View all versions.
cjayride-ConfigurationManager-0.6.2 icon

ConfigurationManager

Fork of aedenthorn's Configuration Manager. Edit BepInEx mod configs in game. Updated for Valheim 1.0.

Date uploaded 4 hours ago
Version 0.6.2
Download link cjayride-ConfigurationManager-0.6.2.zip
Downloads 470
Dependency string cjayride-ConfigurationManager-0.6.2

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350

README

ConfigurationManager

Updated for Valheim 1.0

A fork of aedenthorn/ConfigurationManager

ThunderStore | GitHub

Original Nexus mod: https://www.nexusmods.com/valheim/mods/740

This mod lets you edit configs in game

This mod allows you to edit settings for BepInEx mods that make use of the BepInEx configuration system from within the game itself via an easy-to-use GUI.

The GUI is opened and closed by pressing the hotkey (default F1). There is also a button to open the config manager on the main menu.

This is a modified version of the BepInEx Configuration Manager by MarC0 / ManlyMarco. It will disable the original version (including the one installed by Vortex) if it is found.

This mod brings the BepInEx Configuration Manager code up-to-date with the latest BepInEx version and makes it highly customizable:

  • You can change UI colors
  • You can drag the window around the screen
  • You can resize the window
  • You can change font size
  • You can change text used in the UI

It also adds Reload From File and Reset To Default buttons to the bottom of each plugin. Reloading and resetting config will not necessarily mean you see the changes instantly. It depends completely on how and when each mod checks its config file.

Also, you can now edit the manager's settings from within the manager itself. This can lead to problems if you try changing the size or position manually. Just delete the config file and start again if it becomes impossible to use the manager because of a messed up size or position.

Console command: configurationmanager reset reloads this mod's config file.

Known Issues

  • It sometimes logs error messages about UI Clips to the console - these are harmless, still not sure the cause.
  • It will also log errors if you edit certain fields and they no longer fit that setting's type (if this happens as you edit them, you can just ignore the error)
  • Requires BepInExPack Valheim 5.4.2350+ (Unity 6). Crossplay must stay off for BepInEx to load.

Configuration

A config file BepInEx/config/aedenthorn.ConfigurationManager.cfg is created after running the game once with this mod.

You can adjust the config values by editing this file using a text editor or in-game using this Config Manager.

Contact

  • 𝕏: x.com/cjayride

  • Discord: discord.gg/cjayride (find me at the top of the user list) "cjayride"

  • Twitch: twitch.tv/cjayride

AI Generated

This code was not AI Generated, however, AI was used to verify that it works with the new version of the game.

CHANGELOG

v0.6.2

  • Thunderstore listing retry (same build as 0.6.1)

v0.6.1

  • Restored a usable default window size on Valheim 1.0 (Unity 6 was saving ~300x200 because Screen size is not ready in the plugin constructor)

v0.6.0

  • Updated for Valheim 1.0 (Unity 6)
  • BepInEx dependency updated to denikson-BepInExPack_Valheim-5.4.2350
  • Main-menu Open Config button uses TextMeshPro labels (the old Unity UI Text match never succeeded)
  • Console reload command now patches Terminal.InputText (Console inherits Terminal; InputText is no longer on Console)
  • Null-safe menu button setup so a missing Show Player.log control no longer throws on the title screen

v0.5.0

  • Uploaded to Thunderstore from Nexus Mods (aedenthorn Configuration Manager)