
You are viewing a potentially older version of this package. View Latest Version
ItHurts
Plays a sound effect when a player takes fall damage.ItHurts
Plays a sound effect when a player takes fall damage.
Drop your own .wav files into the Fall_SFX folder next to the DLL and the mod will play one at random each time someone gets hurt.
Manual Installation
- Install BepInEx for PEAK
- Drop
ItHurts.dllintoBepInEx/plugins/ItHurts/ - Launch the game once — a
Fall_SFXfolder will be created automatically - Add one or more
.wavfiles toBepInEx/plugins/ItHurts/Fall_SFX/(if desired) - Restart the game
Configuration
A config file is generated at BepInEx/config/ItHurts.cfg after the first launch.
| Setting | Default | Description |
|---|---|---|
| Fall Volume | 1.0 | Volume of the fall damage sound |
| Fall Sound Range | 100 | Max distance the sound can be heard from |
| Min Repeat Gap | 5.0s | Minimum time before the same player can trigger the sound again |
| Debug Logging | false | Enable extra log output |