


A comprehensive HUD enhancement mod for MycoPunk that provides detailed weapon statistics, combat metrics, and movement information.
ExpandedHUD enhances gameplay by displaying detailed weapon statistics, real-time combat damage tracking, player movement speed, altitude information, consumable hotkeys, enhanced end-screen statistics, health percentage display, and XP information tweaks. Features include gun stats (damage, fire rate, recoil, etc.), damage meter with DPS calculations, speedometer for precise movement tracking, altimeter for altitude tracking, consumable hotkeys for quick item access, detailed mission end statistics, real-time health percentage overlay, and improved leveling information.
The template includes proper plugin attributes, HarmonyLib integration, logging setup, and publishing configuration for Thunderstore mod manager. All mods in the MycoPunk collection are built from this base template, ensuring consistent structure and standards across different modifications.
Clone this repository and customize the following:
Add any additional NuGet packages or references needed for your mod
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
For distribution as a completed mod:
Option 1: Via Thunderstore (Recommended)
thunderstore.toml with your mod's specific informationOption 2: Manual Distribution
<MycoPunk Directory>/BepInEx/plugins/ folderNote: This template is not meant to be installed directly - customize it first for your specific mod functionality.
Once customized and built, the mod will automatically load through BepInEx when the game starts. Check the BepInEx console for loading confirmation messages.