HUDBuddy-HUDBuddy icon

HUDBuddy

Displays other players' item and backpack HUDs in multiplayer sessions. Includes proximity filtering, customizable HUD size, and refresh settings.

Last updated 10 months ago
Total downloads 30712
Total rating 1 
Categories Mods
Dependency string HUDBuddy-HUDBuddy-1.0.0
Dependants 12 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

HUDBuddy

A lightweight multiplayer HUD enhancer for PEAK that displays the item slots and backpack of nearby players on your screen.

Notes

This mod includes optional proximity filtering which hides player HUDs beyond a configurable distance. This can be toggled via the BepInEx config. Be aware: proximity mode may occasionally desync or behave unexpectedly as players move in and out of range.

Features

  • Live HUDs for other players’ item slots and backpacks
  • Customizable HUD refresh rate and font size
  • Proximity-based visibility (toggleable via config)
  • Auto-sorting HUDs with dynamic stacking
  • Clean integration with PEAK's UI

Installation

  1. Download BepInEx 5.4.23.3
  2. Extract into your PEAK game directory (Steam → PEAK → Manage → Browse Local Files)
  3. Run the game once to generate the plugin folders
  4. Place HUDBuddy.dll into BepInEx/Plugins
  5. Launch the game normally

Configuration

After launching the game once, open the generated config file at:
BepInEx/config/com.onigremlin.HUDBuddy.cfg

Available settings:

  • Proximity (true/false)
  • ProximityDistance (float, in Unity units)
  • MaxHuds (int)
  • FontSize (float)
  • HUDRefreshRate (float, in seconds)

Credits

  • BepInEx – Plugin framework
  • OniGremlin – Code and design