Oopsies
[v49] Randomly play an audio clip to maybe get killedOopsies
strange that both of my mods for lethal have "oops" in the title but whatever
This mod will randomly play an audio in game, triggering enemies and playing the sound for everyone in the lobby to hear
ā This mod downloads audio files from a remote url ā
The url defaults to https://cdn.sc07.group/audio.json but can be modified in the config
Content Creation
If you plan on using this to create content, a link to this mod page would be appreciated š
Config
This mod has a config file (located in BepInEx/config/Oopsies.cfg) but can also be modified in game using LethalConfig
General.AudioIndexURL
This value is a URL to a JSON file that provides URLs that mp3 audio files are located.
- You must trust this URL, as the mod does no sanitation on returned data
- This is synced with everyone else in the lobby
Default: https://cdn.sc07.group/audio.json
General.AudioLevel
Determines how loud the audio clip is played
- Decimal value (0.5 = 50% volume, 2 = 200% volume)
- Synced with everyone else (host -> everyone)
Default: 1
Experimental.TriggerUntilDone
Experiment to constantly trigger enemies with sound until the sound finishes (every frame)
- Boolean (false = no, true = yes)
- Synced with everyone else
Default: true
made by grant
