Skip to content

Discarding Stage Code

TNN edited this page Sep 29, 2023 · 1 revision

It is often inconvenient to try and work around a stage's programming while creating a mod for it, especially if the creator is not intending to utilize any of the stage's existing functionality or design.

stage_config allows a mod creator to discard all programming dedicated to a particular stage, eliminating any stage hazards and preprogrammed behavior. Please note that the following is not discarded with this patch:

  • Stage-specific CPU player behavior.
  • Ambient background noise playback.

Configuration

Create a new array named discard_stage_code that contains values representing the internal stage names you want to discard stage code from. Examples are given below:

discard_stage_code = ["Ice_Top"]
discard_stage_code = ["Pac_Land", "Mario_Maker"]

Clone this wiki locally