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

JukeboxJesterMod

This mod randomly picks between 15 songs that the Jester Enemy can play upon getting triggered

Date uploaded 5 months ago
Version 1.1.0
Download link weAreTheRats-JukeboxJesterMod-1.1.0.zip
Downloads 2623
Dependency string weAreTheRats-JukeboxJesterMod-1.1.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 15 songs that the Jester Enemy can play upon getting triggered.
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 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.

The mod needs to be installed on the host's side due to the host's system spawning the enemies and thus determining which song will be played and how long it will take for the Jester to wind up.
If a player, that isn't the host, doesn't have the mod installed then the Jester will default to the normal sounds but the wind up time will still be offset.

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