You are viewing a potentially older version of this package. View all versions.
Witherstyle-SoundEffectButton-1.0.0 icon

SoundEffectButton

Press T to play a sound effect! Default: Bad To The Bone Riff.

Date uploaded a year ago
Version 1.0.0
Download link Witherstyle-SoundEffectButton-1.0.0.zip
Downloads 146
Dependency string Witherstyle-SoundEffectButton-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

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 KeyCode.T Clicking this button will play the given sound effect.
Sound Effect Volume 1f Volume of sound effect.
Sound Effect Range 50f Maximum distance sound effect can be heard from.
Sound Effect Cooldown 1f How often can the sound be played (1.0f is the length of the sound effect).
Kill On Press false If you play the sound effect, you instantly die.

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