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

PizzaProbability

Adds chance to the FacilityMeltdown mod. Improves interoperability with PizzaTowerEscapeMusic. Includes optional extras.

Date uploaded 4 months ago
Version 1.0.1
Download link TrippyTree-PizzaProbability-1.0.1.zip
Downloads 1981
Dependency string TrippyTree-PizzaProbability-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
loaforc-FacilityMeltdown-2.6.10 icon
loaforc-FacilityMeltdown

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

Preferred version: 2.6.10

README

Pizza Probability

PizzaProbability is a simple mod that adds chance to the FacilityMeltdown mod. With this mod, a meltdown is no longer guaranteed to occur when the apparatus is taken. By default, there is a 50% chance that taking the apparatus will result in a meltdown.

WARNING: For this mod to work properly, all players must have matching configuration files.

Apparatus Value

As an optional feature, PizzaProbability can adjust the apparatus value based on random chance and if a meltdown occurs. To encourage removal, a safe apparatus is worth 1-3x its original value. However, an unsafe apparatus is worth 2-4x its original value. These values are configurable but require each player to have a matching configuration.

To use this feature, disable OverrideAppartusValue in FacilityMeltdown’s configuration and enable ApparatusCostMultiplier in PizzaProbability’s.

[me.loaforc.facilitymeltdown.cfg]
OverrideAppartusValue = false

[PizzaProbability.cfg]
ApparatusCostMultiplier = true

Escape Music

This mod also improves interoperability between FacilityMeltdown and PizzaTowerEscapeMusic. Normally, PTEM can be configured to play escape music when the apparatus is taken. When configured, escape music plays every time the apparatus is removed, even if a meltdown doesn’t occur. Fortunately, this mod also patches PTEM to fix this behavior.

Please note that PizzaTowerEscapeMusic doesn't enable apparatus escape music by default. To enable it, add ,Apparatus to Scripts in PTEM's configuration. Alternatively, this mod adds a Meltdown script which aims to be an improved alternative to the built-in Apparatus script. When using either script, it’s recommended that you set FacilityMeltdown's music volume to 0.

[bgn.pizzatowerescapemusic.cfg]
Scripts = Default,Meltdown

[me.loaforc.facilitymeltdown.cfg]
MusicVolume = 0

Extra Music

Considering Zeekerss’ roots in Roblox content creation, I couldn’t pass up the opportunity to add escape music from two popular (albeit unrelated) Roblox games. This music can be enabled by using the optional Meltdown script for PizzaTowerEscapeMusic. These tracks only play under very specific criteria, but if you’d prefer not to hear them, you can use the MeltdownAlt script instead. See the Escape Music section above to learn how to enable one of these scripts.

  • Tsunami (Jay Cosmic Remix) – featured in Pinewood Computer Core.
  • The Opened Way (Shadow of the Colossus) – featured in Flood Escape.

Credit goes to the U.M.I YouTube channel for their meltdown music template & tutorial.

CHANGELOG

v1.2.0

  • Added the ability to enable and adjust moon-specific config values.
  • Enabled ApparatusValueMultiplier by default. If you've previously used PizzaProbability, your previous setting will remain intact.

v1.1.0

To utilize the new music tracks and scripts, please check the README.

  • Added automatic configuration syncing based on this guide.
  • Added 3 music tracks from The Noise Update.
  • Added 2 music tracks from Pizza Tower.
  • Added a non-meltdown version of Tsunami (Jay Cosmic Remix).
  • Added 7 additional PizzaTowerEscapeMusic scripts.
  • Added the ability to change the base value of an Apparatus via the config.
  • Apparatus value is now forcibly overwritten when using ApparatusValueMultiplier.
  • Reduced the absurdity of PizzaProbability's console output.

v1.0.2

  • Added support for FacilityMeltdown v2.5.

v1.0.1

  • Fixed paths for PizzaTowerEscapeMusic music and scripts.
  • Fixed package file structure.

v1.0.0

  • Initial release.