Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
Configula
Bah I want to configure your mods!
| Date uploaded | 7 months ago |
| Version | 1.2.0 |
| Download link | ComfyMods-Configula-1.2.0.zip |
| Downloads | 1308 |
| Dependency string | ComfyMods-Configula-1.2.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
Configula
Bah I want to configure your mods!
Features
This is a mod for BepInEx ConfigurationManager.
- Improves text input handling for float, Vector2, Vector3, Vector4, Quaternion and string input fields.
- Replaces the color input with a combined drawer that has HTML hex input and RGB sliders with text input.
- Adjust the configuration manager window width/height (re-open window to apply changes).
Dependencies
Notes
- See source at: GitHub/ComfyMods.
- Compiling from source requires a publicized
ConfigurationManager.dll. - Looking for a chill Valheim server? Comfy Valheim Discord
- Configula icon created by @jenniely (jenniely.com)
CHANGELOG
Changelog
1.2.0
- Bumped up
<LangVersion>to C# 12. - Added new alternate
DrawTooltip()functionality and config-options:[Tooltip] useAlternateDrawTooltip[Tooltip] alternateTooltipWidth
- Added new
OnGUIprefix-patch to clearGUI.tooltipto fix a Unity-v6 regression.
1.1.0
- Bumped up
<LangVersion>to C# 10. - Moved changelog into
CHANGELOG.md. - Added new
Vector4SettingFieldandQuaternionSettingField. - Reworked
FloatSettingFieldto use the commonFloatInputField. - Updated mod icon to a new one created by @jenniely.
1.0.0
- Initial release.