You are viewing a potentially older version of this package. View all versions.
bingak-SharedStamina-0.1.0 icon

SharedStamina

All four human players share one combined stamina pool. Host-authoritative and requires every player to install.

By bingak
Date uploaded a day ago
Version 0.1.0
Download link bingak-SharedStamina-0.1.0.zip
Downloads 6
Dependency string bingak-SharedStamina-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.2 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.2

README

Shared Stamina

Four human players share one squad stamina pool.

How it works

  • All four players must install the same version.
  • The host owns the authoritative shared pool.
  • Every player's stamina drain is subtracted from the same pool.
  • Every player's stamina recovery is added to the same pool.
  • Each player immediately predicts their own contribution, then reconciles with the host.
  • The system pauses automatically if a human player is missing the mod or leaves the expedition.

At full capacity the pool contains four normal stamina bars. The HUD divides the bar into four segments so the team can read the remaining squad reserve quickly.

Installation

Install with r2modman/Thunderstore, or copy SharedStamina.dll into:

BepInEx/plugins/SharedStamina/

Configuration

The configuration file is generated at:

BepInEx/config/qlsl.gtfo.sharedstamina.cfg

The default is intentionally strict: exactly four human players with the mod are required.

Important

This is a gameplay-changing mod. Use it with a private group where all players agreed to use it.

CHANGELOG

Changelog

0.1.2

  • Changed shared capacity to scale dynamically with participating humans: x1 through x4.
  • Removed all custom HUD rendering, including the shared bar, percentage, and participant count.
  • Added participant detection, activation, and stamina-hook diagnostics.
  • Bumped the network protocol to v2 to reject incompatible clients safely.
  • Fixed the previous exact-four-player activation lock.

0.1.1

  • Replaced the package icon with new Shared Stamina artwork.
  • Added the icon update notes to the README.
  • No gameplay or network protocol changes.

0.1.0

  • Initial release.
  • Added host-authoritative four-player shared stamina pool.
  • Added cumulative-delta reconciliation to prevent duplicate stamina drain under latency.
  • Added automatic full-party mod readiness checks.
  • Added segmented squad stamina HUD and waiting status.