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

HelmetHUD

Adds a green monochrome suit readout drawn inside the visor while wearing a powered pressure or EVA helmet. Pressure suit helmets now require batteries — keep an eye on the Power light.

Date uploaded a week ago
Version 1.0.1
Download link CraxyMaxy-HelmetHUD-1.0.1.zip
Downloads 18
Dependency string CraxyMaxy-HelmetHUD-1.0.1

This mod requires the following mods to function

BepInEx-BepInExPack_Ostranauts-5.4.2305 icon
BepInEx-BepInExPack_Ostranauts

BepInEx modloader. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

Helmet HUD — Ostranauts

Adds a green monochrome suit readout drawn inside the visor while wearing a powered pressure or EVA helmet. The HUD shows negative statuses and anything you're actively training. Different helmets have different HUDs to accommodate the life support readouts on the EVA helmet. Oh! and Pressure suit helmets now require batteries to be more logical inside the game system. Make sure that Power light is on, and pay attention for blinking amber battery lights.

Companion to Character Sidebar, which shows the same character data in a full panel outside of EVA. Either works alone; they compose if you run both.

Install

This mod is two parts, a plugin and a native data pack, and both install themselves. The one manual step is enabling the data pack in the game's MODS menu, which only the game itself is allowed to do.

  1. Click Install in the Thunderstore Mod Manager (r2modman). BepInEx and the plugin are set up automatically.
  2. Launch the game once. The plugin copies its data pack into Ostranauts_Data/Mods/ on startup and logs that it did.
  3. From the main menu open MODS, enable Helmet HUD, and restart.

Skip the enable step and the visor readout still works, but the helmet has no battery holder, no redrawn gauge panel and no glow; the log says exactly what is missing.

Build

Needs OSTRANAUTS_PATH set and the Character Sidebar repo checked out alongside this one:

C:\Claude\Ostranauts Mods\
    Ostranauts Status Sidebar\    <- shared src/Data/*.cs comes from here
    Ostranauts Helmet HUD\        <- this repo

dotnet build -c Release deploys to BepInEx/plugins/OstranautsHelmetHUD/.

The shared data layer (CharacterDataReader, CharacterSnapshot, ModLog) is compiled in from the sidebar tree via a linked <Compile Include> rather than copied — one source of truth, two fully independent DLLs, no runtime dependency in either direction.

Config

BepInEx/config/com.ostranauts.helmethud.cfg. Editable with the BepInEx Configuration Manager (F1) if you have it installed, otherwise edit the file and relaunch:

  • BehaviourEnabled, OnPressureSuits, RequireBatteries (the survival mechanic), CellHours (how long a set of cells lasts; 0 = never run down), CellsRequired, StockOldHelmets (fit cells to helmets that predate the mod)
  • DisplayBlinkCritical, ReferenceHeight
  • PlacementRectX/Y/W/H (fractions of the helmet frame), EdgeInset (how far inside the rim the text sits), GaugeSocketX/Top/Pitch/Size (where the four gauge lamps sit, as fractions of the panel art — only worth touching if you redraw that art)
  • PagingMaxRowsEVA (6; EVA bars fill the rim), MaxRowsPressureSuit (18; only two gauge lamps down low), PageSeconds

CHANGELOG

Changelog

Helmet HUD 1.0.1: 2026-08-21

  • Store page text refresh. No code or data changes; the plugin and data pack are identical to 1.0.0.

Helmet HUD 1.0.0: 2026-08-21

  • The data pack now installs itself. On Thunderstore the mod manager can only place files under BepInEx/, so the pack ships next to the plugin and the plugin copies it into Ostranauts_Data/Mods/HelmetHUD on startup. One manual step remains, by design: enable Helmet HUD in the in-game MODS menu, then restart. The plugin never edits loading_order.json; the game owns that file.
  • Copies are keyed on the pack version, so future updates refresh a stale pack automatically. Steam Workshop and manual installs are unaffected; the installer does nothing when the pack is not shipped next to the DLL.
  • No gameplay changes since 0.1.0.

Helmet HUD 0.1.0: 2026-08-21

Adds a green monochrome suit readout drawn inside the visor while wearing a powered pressure or EVA helmet. The HUD shows negative statuses and anything you're actively training. Different helmets have different HUDs to accommodate the life support readouts on the EVA helmet. Oh! and Pressure suit helmets now require batteries to be more logical inside the game system. Make sure that Power light is on, and pay attention for blinking amber battery lights.

Alongside Character Sidebar

If you also run Character Sidebar, the sidebar folds itself away to its side tab while your helmet is up, and unfolds when it comes off. Neither mod requires the other.