
You are viewing a potentially older version of this package. View Latest Version
AlwaysAdditionalDetails
Toggle to always show additional details in hover info by default.Always Additional Details
A BepInEx mod for MycoPunk that lets you always show additional details in hover info by default.
Features
- Show Default Additional Details: When enabled, hover info always displays the extra details panel without needing to hold the additional details key.
Getting Started
Dependencies
- MycoPunk (base game)
- BepInEx - Version 5.4.2403 or compatible
- .NET Framework 4.8
- HarmonyLib (included via NuGet)
Building/Compiling
- 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 file
Alternatively, use dotnet CLI:
dotnet build --configuration Release
Installing
Via Thunderstore (Recommended):
- Download and install via Thunderstore Mod Manager
- The mod will be automatically installed to the correct directory
Manual Installation:
- Place the built
AlwaysAdditionalDetails.dllin your<MycoPunk Directory>/BepInEx/plugins/folder
Executing program
The mod loads automatically through BepInEx when the game starts. Check the BepInEx console for loading confirmation messages.
Configuration
Access mod settings through the BepInEx configuration file at <MycoPunk Directory>/BepInEx/config/sparroh.alwaysadditionaldetails.cfg:
| Setting | Default | Description |
|---|---|---|
| Show Default Additional Details | false |
If true, shows additional details by default in hover info. |
Help
- Mod not loading? Verify BepInEx is installed correctly and check console logs for errors
- Details still hidden? Ensure the config option is set to
trueand reload the config or restart the game
Authors
- Sparroh
License
This project is licensed under the MIT License - see the LICENSE file for details