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

JukeboxJesterMod

A mod that randomly changes the songs the Jester in Lethal Company spawns with

Date uploaded 6 months ago
Version 1.0.0
Download link weAreTheRats-JukeboxJesterMod-1.0.0.zip
Downloads 567
Dependency string weAreTheRats-JukeboxJesterMod-1.0.0

This mod requires the following mods to function

no00ob-LCSoundTool-1.5.0 icon
no00ob-LCSoundTool

Let's you easily load audio files, replace in game audio, send audio over the network and log any audio playback into console.

Preferred version: 1.5.0

README

Jukebox Jester

This is a mod that randomly picks between 7 songs that the Jester Enemy can play upon spawning.
At the beginning of each round, when the monsters spawn in, a random song is picked.
This will also change the wind up time of the jester to fit the songs intro.

The songs used in this mod are:

Fair Use

The songs used in this mod are not mine and are belong to the original copyright holder.
I don't make any money on this mod and it is a passion project.
The songs have been edited and have been transformed in such a manner that Fair Use is applicable.
If the original copyright holder wants their song to be removed from this mod, then they can contact me under OverlayFox

Dependency

This mod requires you have BepInEx and LC_SoundTool.dll installed.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] 2024-01-23

Added

  • Songs:
    • GirlsClub
    • Rick Roll
    • We are Number One
    • We are Number One German
  • 1% chance to get Rick Rolled

Changed

  • converted audio files from WAV to MP3
  • compressed audio files for smaller download size
  • made popUpTimer timings tighter
  • moved AudioClips into dictionary
  • added foreach loop when loading AudioClips

Fixed

  • moved randomizer to MusicPicker function

[1.0.0] - 2024-01-20

Added

  • JukeboxJesterBase class
  • JesterAiPatch class
  • SetSong function
  • MusicPicker function