Music Settings

Overview

This sections offers a few settings related to changing the music when using the Region Map.


Whether you want the BGM change when opening the Region Map. The BGM that was playing before will be restored and continued when closing the Region Map.

CHANGE_MUSIC_IN_REGION_MAP = false

Possible values:

  • true = enabled: the BGM will change when opening the Region Map.

  • false = disabled: the BGM will not change.


Choose the BGM for each Region.

MUSIC_PER_REGION = [
        [0, "Radio - Oak", 90, 100],
        [1, "Radio - March"]
      ]
  • 0 = Region ID.

  • "Radio - Oak" = name of the BGM.

  • 90 = volume (optional)

  • 100 = pitch (optional)

Last updated