ConfigurationManager

1.1.13 ✓ Scan successful

Localized, recolored, refined. Split view mode. Config files editor. Setting edit window. Changed values are highlighted. Prevent user input or pause the game while window is open. Window scale depends on game scale.

Client + Optional Server
Dependencies
Incompatible with 1 mod

The mod was originally created and hosted by the BepInEx team https://github.com/BepInEx/BepInEx.ConfigurationManager

It is distributed under the GPLv3 and this version maintains that license.

That fork have additions from other similar mods

How to use

Press hotkey button in game (default F1) to open mod window and change configuration of mods.

Features improved

  • Localization - every button and label can be localized
  • Elements recolored - you can set color of background, widget and enabled toggle
  • Fonts colored - set distinct colors for default and changed values
  • Color drawer extended further
  • Window is draggable, resizable and remembers its size and position
  • Open and close window by hitting one hotkey. Close window with Escape.
  • Dropdown menu style refined
  • Lots of minor refinements and improvements
  • Readonly entries (locked from server) could be colored, disabled or completely hidden
  • Window can be scaled to better fit 4K screens
  • default view is Split View where plugins and categories are showed as a tree in left column
  • File Editor for configuration files
  • Setting Edit Window for more detailed setting configuration

Valheim specific

The game does not take input while the window is open (only player input by default).

The game will be paused (if it can be paused) while the window is open (disabled by default).

Hidden settings

Create file shudnal.ConfigurationManager.hiddensettings.json and place next to plugin dll or in \BepInEx\config folder.

The file could contain array of strings with special format. pluginGUID=Section name=Settings name equal sign separated strings containing mod GUID, section name and config name.

If such settings is found in settings list it will be hidden completely.

In given file entries 1 and 2 are here for format example. 3rd string will hide setting "Pause game" in section "Valheim" of that Configuration manager mod.

[
	"pluginGUID=Section name=Settings name",
	"authorname.exampleGUID=Section name=Settings name 2",
	"shudnal.ConfigurationManager=Valheim=Pause game"
]

To get mod GUID ingame you can enable "Debug mode" toggle in mods header. Now mod GUID will be presented in mod tooltip on hover.

Said file could also be placed on server to push that hidden settings to clients. Combined with preconfigured modpack configs you can prevent users from changing values of client-sided mods easily. Yet they can still edit files manually.

Compatibility

The mod is incompatible with original configuration manager and will not be loaded in that case.

Installation (manual)

extract ConfigurationManager.dll folder to your BepInEx\Plugins\ folder.

Mirrors

Nexus

Donation

Buy Me a Coffee

Discord

Join server


Threads

No threads yet.

Log in to post a thread.

Manual installation instructions
1

Install BepInEx

BepInEx is the mod loader required to run mods in Valheim.

Download BepInEx 5.4.2333 · View mod page

Check out the mod page for detailed installation instructions.

2

Install ConfigurationManager

This mod needs to be installed on your client (and optionally on the server for config syncing).

Download ConfigurationManager 1.1.13

Extract the ZIP and place the file(s) into the BepInEx/plugins/ folder inside your Valheim game folder.