You are viewing a potentially older version of this package. View all versions.
TheShire_Mods-Brawl_Final_Destination_Arena_Music_Plus-1.0.1 icon

Brawl Final Destination Arena Music Plus

This mod changes the audio of arena to Final Destination - Super Smash Bros. Brawl. It is compatible with all versions of R.E.P.O.

Date uploaded 5 days ago
Version 1.0.1
Download link TheShire_Mods-Brawl_Final_Destination_Arena_Music_Plus-1.0.1.zip
Downloads 5641
Dependency string TheShire_Mods-Brawl_Final_Destination_Arena_Music_Plus-1.0.1

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

TheShire: Brawl Final Destination Arena Music 🎶

ModVersion

This mod replaces the King of the Losers music with the iconic "Final Destination" theme from Super Smash Bros. Brawl.

This is an alternative version of Thwompants's original Brawl_Final_Destination_Arena_Music mod, using a serialized copy of their final destination audio clip

This mod should be compatible with all existing and future versions of R.E.P.O., as its only dependency is BepInEx.

TopBanner

REPOVersionREPOVersionStatus


Key Improvements

The original mod failed to play on certain cases, I think it was due to a race condition, each time the Arena Map loaded and the Replacer SoundAPI not being able to do so in time.

This version does not depend on: SoundAPI, and instead uses BepInEx patch logic to replace the music on demand each time the Arena map is loaded

This version fixes the issue by:

  • Loading the audio file once at the start of the game during mod initialization.
  • Keeping the audio data in memory for the entire Arena session.

CHANGELOG

[1.0.1] - 2025-11-02 REPOVersionREPOVersionStatus

  • Only README file has been updated; the mod itself contains no changes.

[1.0.0] - 2025-08-12 REPOVersion

  • Initial release