Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
This package has been marked as deprecated, and it's suggested another
alternative is used.
ScreamDeath
Players die if they scream too loud. Scream at your own risk.
| Last updated | 9 months ago |
| Total downloads | 5893 |
| Total rating | 3 |
| Categories | Mods Audio Client-side |
| Dependency string | Omniscye-ScreamDeath-1.0.0 |
| Dependants | 2 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
SCREAMDEATH โ Die When You Scream
SCREAMDEATH is a chaotic mod for R.E.P.O. that causes players to explode when they scream into their microphone. Yes, really.
๐ What It Does
- Monitors player voice loudness in real-time
- If your microphone input exceeds a scream-level volume threshold, you self-destruct
- Works fully on both host and client players
- No networking or host confirmation required
- Uses
ChatManager.PossessSelfDestruction()to simulate in-game suicide
๐ฎ Compatibility
- Works in public multiplayer and private solo/or with people (singleplayer mode doesn't use mic)
- Compatible even if only one player has the mod
- No map or level restrictions
- Requires mic access โ obviously
๐ Known Side Effects
- You can explode inside the lobby if yelling too loud
(Don't worry โ you'll still spawn in the level alive!) - Overly sensitive mics might trigger accidental deaths (Not my problem)
- Can cause hilarious and terrifying moments
- Text chat may kill the player xD
๐งช Notes
- Only triggers if the player is actively transmitting voice (via Photon voice)
- Deaths are triggered entirely client-side
- Designed to simulate self-destruct by calling
ChatManager.PossessSelfDestruction() - Scream detection is based on
clipLoudnessfromPlayerVoiceChat
โ๏ธ Technical
- Harmony patch on
PlayerVoiceChat.Updateto monitorclipLoudness - If
clipLoudness > 0.15, triggersChatManager.instance?.PossessSelfDestruction()
๐ ๏ธ Credits
Created by OmniScye
Mic too loud? That's a skill issue.