You are viewing a potentially older version of this package. View all versions.
sc07-Oopsies-1.1.0 icon

Oopsies

[v49] Randomly play an audio clip to maybe get killed

Date uploaded 5 months ago
Version 1.1.0
Download link sc07-Oopsies-1.1.0.zip
Downloads 384
Dependency string sc07-Oopsies-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
2018-LC_API-3.3.1 icon
2018-LC_API

Multipurpose modding API for Lethal Company

Preferred version: 3.3.1
AinaVT-LethalConfig-1.3.4 icon
AinaVT-LethalConfig

Provides an in-game config menu for players to edit their configs, and an API for other mods to use and customize their entries.

Preferred version: 1.3.4

README

Oopsies

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

CHANGELOG

1.1.1

1.1.0

  • LethalConfig support
  • Config syncing (to be made better)
  • Triggers enemies more often (Experimental.TriggerUntilDone config)

1.0.2

  • works in v49

1.0.1

  • update Thunderstore README, Thunderstore doesn't support :warning:

1.0.0

  • initial version