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

PlayersInfo

Show nearby teammates' stamina, temporary stamina, status, and inventory in a compact HUD.

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

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.0

PlayersInfo gives you a teammate panel in PEAK. It shows nearby teammates' stamina, temporary stamina, status, distance, and inventory.

What's new in 0.2.0

  • Default teammate HUD position is now the bottom-left corner.
  • Existing 0.1.1 and earlier configurations using the old top-left position are migrated to bottom-left on upgrade; other anchor positions are preserved.
  • Extra stamina now shows both current amount and the petrify-aware cap, such as +45/70.
  • Added stable teammate bar ordering to prevent bars from moving up and down as teammates move. Distance ordering remains available in configuration.
  • Updated PEAK 2.1.a compatibility.
  • Fixed petrify value display and teammate inventory compatibility with the newer backpack API.

Installation

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

Features

  • Teammate stamina bars with numeric values.
  • Temporary stamina display with current amount and cap.
  • Petrify percentage display.
  • Teammate inventory row: main slots, temp slot, backpack slot state, and backpack contents.
  • Nearby teammate filtering by distance.
  • Stable or distance-based teammate bar ordering.
  • Optional Chinese ModConfig localization when PEAKLib.ModConfig is installed.
  • Debug logging switch for troubleshooting.

Configuration

The configuration file is generated at:

BepInEx/config/com.players.info.cfg

Section Key Default Description
Display Enabled true Master switch for the mod.
Display EnableStaminaBar true Show teammate stamina bars.
Display ShowStaminaValue true Show numeric stamina values.
Display EnableInventoryRow true Show teammate inventory rows.
Display RoundStaminaValue true Round stamina values to whole numbers.
Display Anchor BottomLeft HUD anchor corner.
Display OffsetX 0 Extra horizontal offset.
Display OffsetY 0 Extra vertical offset.
Display NearbyRange 30 Maximum teammate distance in meters. 0 means unlimited.
Display MaxNearbyCount 3 Maximum number of nearest teammates shown.
Display TeammateSortMode Stable Keep bar order stable, or use Distance.
Advanced DebugLogging false Enable verbose diagnostic logs.

Notes

  • PlayersInfo only displays information. It does not change stamina, inventory, health, or teammate state.
  • The mod is built against PEAK 2.1.a.
  • In very large lobbies, lower 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.