You are viewing a potentially older version of this package.
View all versions.
AlwaysAdditionalDetails
Toggle to always show additional details in hover info by default.
| Date uploaded | a day ago |
| Version | 1.0.1 |
| Download link | Sparroh-AlwaysAdditionalDetails-1.0.1.zip |
| Downloads | 4 |
| Dependency string | Sparroh-AlwaysAdditionalDetails-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403README
Always Additional Details
A BepInEx mod for Mycopunk that lets you always show additional details in hover info by default.
Features
- Always show additional details: When enabled, hover info always displays the extra details panel without holding the additional details key.
- Live config reload: Changes to the config file are picked up automatically while the game is running.
Getting Started
Dependencies
- Mycopunk (base game)
- BepInEx 5.4.2403 or compatible (via BepInExPack_Mycopunk)
- HarmonyLib (bundled with BepInEx)
Building
- Clone this repository
- Open the solution file in Visual Studio, Rider, or your preferred C# IDE
- Build the project in Release mode to generate the
.dll
Alternatively, use the .NET CLI:
dotnet build --configuration Release
Installing
Via Thunderstore (recommended):
- Download and install via a Thunderstore mod manager
- The mod is installed to the correct directory automatically
Manual installation:
- Place
AlwaysAdditionalDetails.dllin<Mycopunk Directory>/BepInEx/plugins/
The mod loads automatically through BepInEx when the game starts. Check the BepInEx console for a load confirmation message.
Configuration
Settings are in:
<Mycopunk Directory>/BepInEx/config/sparroh.alwaysadditionaldetails.cfg
| Setting | Default | Description |
|---|---|---|
| Enable Details | true |
If true, shows additional details by default in hover info. |
Edits to this file are reloaded automatically while the game is running.
Help
- Mod not loading? Verify BepInEx is installed correctly and check the console logs for errors.
- Details still hidden? Ensure
Enable Detailsis set totrue. The config reloads automatically; restart the game if needed.
Authors
- Sparroh
License
This project is licensed under the MIT License - see the LICENSE file for details.
CHANGELOG
Changelog
1.0.1
- Refactor
1.0.0
- Initial release
- Config option (
Enable Details, defaulttrue) to always show additional details in hover info - Live config reload when the config file changes