You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | a year ago |
| Version | 1.0.1 |
| Download link | Witherstyle-SoundEffectButton-1.0.1.zip |
| Downloads | 1824 |
| Dependency string | Witherstyle-SoundEffectButton-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
SoundEffectButton
Press T to play a sound effect! Default: Bad To The Bone Riff. This mod was mainly made to test how I can play sound effects on multiple clients at once, but I'm uploading it in case anyone else would want to have fun with it.
Additional Options
Technically this mod lets you add any sound you want to this. If you replace the given .ogg file in BepInEx/plugins/Witherstyle-SoundEffectButton/ with another one, then it will play the given audio instead.
Configuration
After launching the mod once, a config file is generated and can be edited.
| Option | Description | Default |
|---|---|---|
Sound Effect Button |
Clicking this button will play the given sound effect. | KeyCode.T |
Sound Effect Volume |
Volume of sound effect. | 1f |
Sound Effect Range |
Maximum distance sound effect can be heard from. | 50f |
Sound Effect Cooldown |
How often can the sound be played (1.0f is the length of the sound effect). | 1f |
Kill On Press |
If you play the sound effect, you instantly die. | false |
CHANGELOG
Changelog
1.0.2
- Code cleanup (may slightly decrease memory usage)
1.0.1
- Updated README.md (swapped description and default column values on accident)
1.0.0
- Initial release