You are viewing a potentially older version of this package. View all versions.
WUYACHIYU-PlayersInfo-0.2.2 icon

PlayersInfo

Show nearby teammates' stamina, status, inventory, item durability, backpack capacity, and optional jetpack fuel in a compact HUD.

Date uploaded 2 weeks ago
Version 0.2.2
Download link WUYACHIYU-PlayersInfo-0.2.2.zip
Downloads 9614
Dependency string WUYACHIYU-PlayersInfo-0.2.2

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

PlayersInfo 0.2.2

PlayersInfo adds a compact, read-only teammate HUD to PEAK. It shows nearby players' stamina, status, distance, and inventory without changing gameplay or sending gameplay RPCs.

What's new in 0.2.2

Fixes

  • Fixed teammate stamina numbers moving to the middle of the full stamina bar instead of staying with the green fill.
  • Fixed teammate stamina bars overflowing while Infinite Stamina is active. The bar now freezes at the last reliable stamina value until the effect ends.

Configuration

  • Added ShowExtraStaminaCap. When enabled, teammate extra stamina is shown as XX/XX; when disabled, it is shown as XX only, hiding the extra-stamina cap.

Installation

  1. Install BepInEx for PEAK.
  2. Put PlayersInfo.dll into BepInEx/plugins.
  3. Start the game once to generate the configuration file.

Configuration

The configuration file is generated at:

BepInEx/config/com.players.info.cfg

Section Key Default Description
Display Enabled true Enable or disable all PlayersInfo features.
Display EnableStaminaBar true Show teammate stamina and status rows.
Display ShowStaminaValue true Show numeric stamina, status, and countdown values.
Display ShowExtraStaminaCap true Show teammate extra stamina as XX/XX; off shows XX only.
Display EnableInventoryRow ContentsOnly Disabled, ContentsOnly, or ContentsAndJetpackFuel.
Display Anchor BottomLeft HUD corner.
Display OffsetX 0 Horizontal offset in pixels.
Display OffsetY 0 Vertical offset in pixels.
Display NearbyRange 30 Maximum teammate distance in metres. 0 means unlimited.
Display MaxNearbyCount 3 Maximum number of nearby teammates shown.
Display TeammateSortMode Stable Keep rows stable or order them by distance.
Display SpectatorNearbyCenter ObservedCharacter Use the local or observed character as the spectator distance center.
Display RoundStaminaValue true Show whole numbers instead of one decimal place.
Advanced DebugLogging false Enable verbose troubleshooting logs.

Old boolean EnableInventoryRow values migrate automatically: true becomes ContentsOnly, and false becomes Disabled.

Notes

  • PlayersInfo is built for PEAK 2.1.a.
  • PEAKLib.ModConfig is optional. When installed, PlayersInfo provides English and Chinese configuration labels.
  • For large lobbies, reduce MaxNearbyCount or NearbyRange to keep the HUD compact.

CHANGELOG

Changelog

[0.2.2] - 2026-08-18

Added

  • Added ShowExtraStaminaCap, a teammate extra-stamina display option. On shows XX/XX; off shows XX only, hiding the extra-stamina cap.
  • Added English and Chinese ModConfig labels/descriptions for the new option.

Fixed

  • Fixed teammate stamina numbers moving to the middle of the full stamina bar instead of staying with the green fill.
  • Fixed teammate stamina bars overflowing while Infinite Stamina is active by freezing the displayed stamina until the synced Infinite Stamina affliction ends.

Compatibility

  • PlayersInfo remains display-only and does not modify gameplay state.