Purp-StatueLife icon

StatueLife

Petrification is not the end. Stay alive as a frozen statue, wait for a friend to cure you with a blowgun, or press Y to shatter and give up. Voice chat goes silent while petrified. Only you need the mod.

By Purp
Last updated 20 hours ago
Total downloads 29
Total rating 0 
Categories Mods Client Side Afflictions
Dependency string Purp-StatueLife-0.2.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.75301 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.75301

README

StatueLife 0.1.0 — first playtest build

Built against the installed PEAK 2.4.b (3e62ee214). Requires BepInEx 5. Every player, including the host, must install the same version. Mixed vanilla/modded lobbies are unsupported.

Behavior

  • At 100 Petrify, remain alive as a stationary living statue. Mouse/controller camera look remains available.
  • Automatic death and passing out are blocked while petrified. Other ordinary play is unchanged.
  • Voice transmission and received voice audio are muted. Environmental sounds remain audible.
  • Petrification does not clear naturally while you are a living statue.
  • A friend's blowgun hit clears Petrify and restores movement and voice. That shot's afflictions are skipped; unrelated pre-existing statuses are not cleared.
  • A hit on a normal character retains the original blowgun afflictions, including Drowsy.
  • Press Y while focused in gameplay to give up: allow death, create the vanilla PetrifiedScout, and run its original break sequence in place. A dead/shattered player cannot be cured by a blowgun.
  • A small on-screen hint explains Y and the blowgun cure.

Install

Close PEAK. Copy StatueLife.dll into a StatueLife folder under your Thunderstore profile's BepInEx/plugins. Launch PEAK using that profile's modded launch option. Only the DLL is needed; source/build files stay outside the plugins folder.

Do not run another StatueLife implementation alongside this one. Older files named Assembly-CSharp.dll.statuelife-original and .statuelife.tmp were observed in the game directory; this build does not modify or restore them, or replace Assembly-CSharp.dll.

To remove this build, close PEAK and remove its StatueLife.dll from the plugins folder.

First two-player test

  1. Both players launch the same profile build. Check BepInEx/LogOutput.log for StatueLife 0.1.0 loaded and no patch errors.
  2. Reach 100 Petrify. Confirm you stay alive, cannot walk/jump/use items, can look around, and appear as stone to the other player.
  3. Check voice in both directions. Neither player should hear the statue player's voice, and the statue player should hear no incoming voice. Check environmental audio separately.
  4. Have the friend shoot the intact statue with a blowgun. Confirm movement/voice return and no new Drowsy is added.
  5. Shoot a normal player. Confirm normal Drowsy behavior.
  6. Petrify again and press Y. Confirm one shatter in the frozen position, normal death/spectating, and no blowgun revival of the dead player.
  7. Repeat with host/client roles reversed; check a new run starts normally.

This is a compiled first playtest build, not an in-game-verified release. Metadata checks verify target methods and library compatibility; they cannot verify Unity physics, camera behavior, voice output, or network timing. See validation.txt. Return the BepInEx log and which test failed for debugging.

Build

Source is included. Run build.ps1 with -Managed pointing to PEAK_Data/Managed and -BepInExCore pointing to BepInEx/core. It uses the Windows .NET Framework C# compiler, not an installed .NET SDK. Do not distribute PEAK's assemblies with the mod.