ModdedWolf-ModConfigs icon

ModConfigs

Native Valheim Settings-style in-game config UI for client-side mod settings.

Last updated 19 hours ago
Total downloads 33
Total rating 0 
Categories Mods Tweaks Tools Client-side Utility Ashlands Update
Dependency string ModdedWolf-ModConfigs-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Mod Configs

In-game configuration UI for Valheim that matches the native Settings panel. Browse and edit BepInEx plugin configs without leaving the game.

Edits save to your local config files. Client-side only — no server install required.

  • Wood-panel Settings-style window (toggles, sliders, steppers, dropdowns, keybind rebind)
  • Dynamically lists BepInEx configs from loaded plugins
  • CFG description text above each option
  • Reset to Defaults for the selected mod
  • Open from the pause menu (after Settings); optional main-menu button

Questions or bugs? Discord


Install with r2modman (recommended)

  1. Install r2modman.
  2. Select Valheim and open your profile.
  3. Make sure BepInExPack Valheim is installed.
  4. Download this mod and click Install with Mod Manager,
    or go to Settings → Import local mod and select the downloaded zip.
  5. Click Start modded.

Manual install (BepInEx)

  1. Install BepInExPack Valheim if you do not already have it.

  2. Extract the zip.

  3. Copy files into:

    Valheim\BepInEx\plugins\ModdedWolf-ModConfigs\

    The folder should contain ModConfigs.dll, manifest.json, icon.png, and README.md.

    Prefer the Thunderstore / r2modman package folder name (ModdedWolf-ModConfigs) so enable/disable in the mod manager controls the install. A bare plugins\ModdedWolfsConfigs\ folder is invisible to r2modman and will always load.

  4. Launch Valheim.


Configuration

After first launch, settings are saved here:

BepInEx\config\ModdedWolf.ModConfigs.cfg

Section Key Default Description
General ShowPauseMenuButton true Show Mod Configs on the in-game pause menu
General ShowMainMenuButton false Show Mod Configs on the title-screen main menu
General ShowAdvancedSettings false Show settings marked as advanced (ConfigurationManagerAttributes.IsAdvanced)
General HideSelfFromList false Hide this mod's own settings from the in-game panel
General RememberLastMod true Reopen on the last mod you had selected

Compatible with BepInEx Configuration Manager attributes (Browsable, IsAdvanced, etc.).


Notes

This mod does not sync settings to a dedicated server or other players. Changes apply to the local client's config files only.