You are viewing a potentially older version of this package. View all versions.
Sparroh-AlwaysAdditionalDetails-1.0.1 icon

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-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

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

  1. Clone this repository
  2. Open the solution file in Visual Studio, Rider, or your preferred C# IDE
  3. Build the project in Release mode to generate the .dll

Alternatively, use the .NET CLI:

dotnet build --configuration Release

Installing

Via Thunderstore (recommended):

  1. Download and install via a Thunderstore mod manager
  2. The mod is installed to the correct directory automatically

Manual installation:

  1. Place AlwaysAdditionalDetails.dll in <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 Details is set to true. 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, default true) to always show additional details in hover info
  • Live config reload when the config file changes