Cloakshire-Hero_Mode_Meltdown_Music icon

Hero Mode Meltdown Music

Custom Meltdown & PizzaTowerEscapeMusic for my modpack

Last updated 2 hours ago
Total downloads 7
Total rating 0 
Categories Audio Client-side
Dependency string Cloakshire-Hero_Mode_Meltdown_Music-1.0.0
Dependants 0 other packages depend on this package

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
loaforc-FacilityMeltdown-2.7.1 icon
loaforc-FacilityMeltdown

Maybe taking the apparatus out isn't such a great idea...

Preferred version: 2.7.1

README

Hero Mode PizzaTowerEscapeMusic

A slight rework of the existing PizzaTowerEscapeMusic mod by BGN for my modpack. There's the typical Pizza Tower songs, but there are also two meltdown songs as well as a late night eclipse theme. The music will adjust its volume depending on your location, if you're crouching, and whether or not you're alive. Meltdown and Eclipsed Weather songs will persist while spectating at 50% volume. New Default script has been reworked to control all music, prevent tracks from playing over each other, fade the music out when the ship leaves, and ensure songs can properly override each other if needed. Detailed Music Logic Below

Setting up

  • Ensure that you don't already have the base PizzaTowerEscapeMod installed; if so uninstall it.
  • Ensure that the generated pizzatowerescapemusic.cfg is set to "Default"
  • Make sure that you go into the FacilityMeltdown.Client.cfg and set the MusicVolume to zero & MusicPlaysOutside to false.
  • If you're using LethalResonance set the following configs to false
    • meltdown
    • ambience_music
    • eclipsed_music

New Tracks

  • Hideout Helm Remastered arrangement by JustRyland Music
    • Edited down by me to be shorter and better fit the 80sec time frame between the ship leaving call and the ship taking off.
  • Unholy Insurgency by DM Dokuro
  • A Crisis by ASTERIA
    • Both Unholy Insurgency and A Crisis have been edited by me to contain additional meltdown voice lines that indicate when the meltdown is at 50% and 75%.

Track Conditions

These are the conditions where each song will play.

  • Inside the Facility when early leave is called: Bye Bye There!
  • Outside the Facility when/after early leave is called: It's Pizza Time!
  • Re-enter the facility after the early leave has been called: The Death That I Deservioli
  • Anywhere inside or out when the early leave is called during Eclipsed Weather: Hideout Helm
  • Die after the early warning is called: Your Fat Ass Slows you Down
  • Pull the Apparatus & triggering the Meltdown: Unholy Insurgency
  • Pull the Apparatus & trigger the Meltdown during an Eclipse: A Crisis

Track File Names

To keep things simple, the above tracks have been given the following filenames to clearly illustrate where they play should you want to replace one with your own.

  • Bye Bye There!: LateOutside.ogg
  • It's Pizza Time!: LateInside.ogg
  • The Death That I Deservioli: EnterAgain.ogg
  • Your Fat Ass Slows you Down: YouDied.ogg
  • Hideout Helm: LateWeather.ogg
  • Unholy Insurgency: MeltdownSong.ogg
  • A Crisis: MeltdownSong2.ogg

Full Detailed Music Logic Breakdown

LateOutside.ogg

  • Plays if the player is outside when the 10PM or leave early warnings are called.
  • If the player exits the facility after said warnings are called, the song will start.
  • Cannot play if the weather is Eclipsed.
  • Cannot play if EnterAgain.ogg is already playing
  • Cannot play during the meltdown.
  • Cannot play if the player is dead.

LateInside.ogg

  • Plays if the player is inside when the 10PM or leave early warnings are called.
  • Will not play if the player re-enters the facility after the warnings are called.
  • Cannot play if the weather is Eclipsed
  • Cannot play if EnterAgain.ogg is already playing
  • Cannot play during the meltdown.
  • Cannot play if the player is dead.

EnterAgain.ogg

  • Plays when the player re-enters the facility after the 10PM or early leave warnings are called.
  • Will continue playing if the player exits the facility after re-entering late.
  • Cannot play if the weather is Eclipsed
  • Cannot play during the meltdown.
  • Cannot play if the player is dead.

YouDied.ogg

  • Plays when the player dies after the 10PM or early leave warnings are called.
  • Overrides LateOutside.ogg, LateInside.ogg,and EnterAgain.ogg.
  • Cannot play if the weather is Eclipsed
  • Cannot play during the meltdown.

LateWeather.ogg

  • Plays regardless of the player’s location when the 10PM or leave early warnings are called.
  • Plays during eclipsed weather only.
  • Will continue playing despite the player exiting or re entering the facility.
  • Will play and/or continue playing while dead at 50% volume.
  • Cannot play during the meltdown.

MeltdownSong.ogg

  • Plays when the apparatus is pulled.
  • Overrides any music currently playing and prevents new music from starting.
  • Will play and/or continue playing while dead at 50% volume.
  • Cannot play if the weather is Eclipsed.

MeltdownSong2.ogg

  • Plays when the apparatus is pulled during Eclipsed weather only.
  • Overrides any music currently playing and prevents new music from starting.
  • Will play and/or continue playing while dead at 50% volume.

Credits

Special thanks to BGN for creating PizzaTowerEscapeMusic and making it easily customizable.

Known Issues

None