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

FreeBirdPlus

This mod changes the audio of arena to Free Bird by Lynyrd Skynyrd

Date uploaded 4 days ago
Version 1.0.0
Download link whatthehellisateamandwhy-FreeBirdPlus-1.0.0.zip
Downloads 3669
Dependency string whatthehellisateamandwhy-FreeBirdPlus-1.0.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

README

Changes the king of the losers music to free bird.

Remake of Muz_tea's free bird mod, using a copy of their serialized free bird audio clip. Their mod tries to load an asset bundle of free bird on each king of the losers arena but unity does not allow assets to be loaded from the same file twice without first being unloaded, meaning that if you lose twice in one run, the game will try to play a null music file, and you will be locked above the arena until you self destruct. This mod fixes that by loading free bird on mod initialization, then using that loaded file each time.