You are viewing a potentially older version of this package. View all versions.
Cloakshire-Hero_Mode_Meltdown_Music-1.2.2 icon

Hero Mode Meltdown Music

Custom Meltdown & Late Night Music for my modpack

Date uploaded 2 months ago
Version 1.2.2
Download link Cloakshire-Hero_Mode_Meltdown_Music-1.2.2.zip
Downloads 70
Dependency string Cloakshire-Hero_Mode_Meltdown_Music-1.2.2

This mod requires the following mods to function

Evaisa-FixPluginTypesSerialization-1.1.4 icon
Evaisa-FixPluginTypesSerialization

Fix custom Serializable structs and such not properly getting deserialized by Unity.

Preferred version: 1.1.4
BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
Hamunii-DetourContext_Dispose_Fix-1.0.7 icon
Hamunii-DetourContext_Dispose_Fix

A BepInEx patcher to fix MonoMod.RuntimeDetour's DetourContext.Dispose not working.

Preferred version: 1.0.7
mattymatty-MonkeyInjectionLibrary-1.0.2 icon
mattymatty-MonkeyInjectionLibrary

A library mod that lets other mods add properties and methods to existing base-game classes at runtime, without modifying game files.

Preferred version: 1.0.2
Hamunii-AutoHookGenPatcher-1.0.9 icon
Hamunii-AutoHookGenPatcher

Automatically generates MonoMod.RuntimeDetour.HookGen's MMHOOK files during the BepInEx preloader phase.

Preferred version: 1.0.9
Zaggy1024-PathfindingLib-2.4.1 icon
Zaggy1024-PathfindingLib

Provides functionality for mod authors to run pathfinding off of the main thread.

Preferred version: 2.4.1
TeamXiaolan-DawnLib-0.8.16 icon
TeamXiaolan-DawnLib

A modern API for Lethal Company content and all sizes of mods

Preferred version: 0.8.16
TeamXiaolan-FacilityMeltdown-2.8.3 icon
TeamXiaolan-FacilityMeltdown

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

Preferred version: 2.8.3

README

Hero Mode Meltdown Music

A slight rework of the existing PizzaTowerEscapeMusic mod by BGN for my modpack.
Adds seven songs to the game (4 meltdown and 3 late night / early leave themes) when paired with WesleysMoons.
If used without WesleysMoons, only three songs will be available (2 meltdown and 1 late night / early leave theme).

The music will adjust its volume depending on your location, if you're crouching, and whether or not you're alive. Three out of the four meltdown songs & all late night themes will persist at 50% volume when on the spectator screen. The 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.

Setting up

  • FOR V73: Downgrade TeamXiaolan-DawnLib to v0.8.16, and TeamXiaolan-FacilityMeltdown to v2.8.3.

  • Ensure that you don't already have the base PizzaTowerEscapeMusic installed; if so uninstall it.

  • IF you had to uninstall PizzaTowerEscapeMusic, delete the pizzatowerescapemusic.cfg file that came with it.

  • 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
  • OPTIONAL: If this is used alongside WesleysMoons, I highly recommend pairing it with WesleysInteriors and setting the following:

    • Set Motra to always have the Rubber Rooms interior.
    • Set Oldred to always have the Grand Armory interior.

New Tracks

Track Conditions

These are the conditions where each song will play.

  • Hideout Helm Remastered: When the late night / early leave warnings are called (except on Cosmocos & Empra).
  • Creepy Music: When the late night / early leave warning is called on Cosmocos.
  • Endurance: When the late night / early leave warning is called on Empra.
  • Unholy Insurgency: When the meltdown is triggered during non-eclipsed weather (except on Motra & Oldred).
  • A Crisis: When the meltdown is triggered while the weather is eclipsed (except on Motra & Oldred).
  • Infiltration X: When the meltdown is triggered regardless of weather on Oldred.
  • Rick Trager Chase: When the meltdown is triggered regardless of weather on Motra but only while inside.

Credits

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

Known Issues

None

CHANGELOG

v1.3.0

  • Updated README
  • Re-added the sub-dependencies from v1.2.1. (Downloading via Gale honors specified dependency versions)
  • Rewrote and optimized the default.json to get rid of redundant script lines.
  • The late night theme will now lower its volume while on the ship.
  • Added four Apparatus-alert voice lines that will play while on the ship after the day clock appears.
    • The voice line that plays is determined by whether or not an apparatus exists and what moon you're on.
  • Added in three new meltdown songs that will play on Acidir, Atlantica, Core, and Thalasso from WesleysMoons.
  • Berunah, Release, and Repress will no longer play the late night music due to having longer days.
    • They'll get their own late music in a future update.
  • Increased the volume of Empra's late music track due to the moon's outdoor ambience being loud.

v1.2.2

  • Reverted dependency string update since it didn't work.
  • Updated README with v73 downgrade instructions.

v1.2.1

  • Updated dependency string to include all sub-dependencies to try and keep everything on the preferred versions.

v1.2.0

  • Removed loaforc-FacilityMeltdown-2.7.1 as a dependency.
  • Added TeamXiaolan-FacilityMeltdown-2.8.3 as a dependency.
  • Updated BepInEx dependency from v5.4.2100 to v5.4.2305

v1.1.0

  • Updated README
  • Removed the PizzaTower music tracks.
  • The late night theme that previously played during eclipsed weather is now the normal late theme that plays almost everywhere.
  • Added two late night songs that will play on Cosmocos and Empra from WesleysMoons.
  • Added two meltdown songs that will play on Motra and Oldred from WesleysMoons.

v1.0.0

Initial release