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

SharedStamina

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

By bingak
Date uploaded 15 hours ago
Version 0.1.2
Download link bingak-SharedStamina-0.1.2.zip
Downloads 3
Dependency string bingak-SharedStamina-0.1.2

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.

What's new in 0.1.2

  • Shared capacity now follows the number of participating human players: x1, x2, x3, or x4.
  • Two-player, three-player, and four-player expeditions activate automatically when every human has this version installed.
  • Removed the custom HUD entirely; the mod no longer draws any bar, percentage, or participant count.
  • Added participant-scan, activation, and local stamina-hook diagnostics to the BepInEx log.
  • Updated the network protocol to v2; every participating player must use Shared Stamina 0.1.2 or newer.

What's new in 0.1.1

  • Replaced the temporary package image with a dedicated Shared Stamina icon.
  • The new artwork represents four prisoners connected to one shared stamina core.
  • No gameplay or network protocol behavior changed from 0.1.0.

How it works

  • Every participating human player must install the same protocol 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 one normal stamina unit per participating human (x1 through x4). The mod intentionally has no custom HUD.

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 pool size automatically matches the participating human count. Every participating human must run the same protocol version.

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.