Mode Settings

Overview

This Section contains Settings related to changing the mode on the Region Map.


Choose the button that needs to be pressed to change the Mode on the Region Map.

CHANGE_MODE_BUTTON = Input::ACTION

Possible values:

  • Input::JUMPUP

  • Input::JUMPDOWN

  • Input::SPECIAL

  • Input::AUX1

  • Input::AUX2

Be careful with which button you have set for the Quick Fly Feature (if used). Changing Modes is always active if more than 2 modes are available. (except on the Fly map itself using the Field Move).


Set the name for each Mode available (according to which plugins you have installed).

MODE_NAMES = {
        :normal => _INTL("Normal Map"),
        :fly => _INTL("Fly Map"),
        :quest => _INTL("Quest Map"),
        :berry => _INTL("Berry Map"), 
        :roaming => _INTL("Roaming Map")
      }

:normal, :fly, :quest, :berry and :roaming must not be changed but you can change what's inside _INTL("").


Whether you want be offered a Menu to change Modes when there are 3 or more available Modes/

CHANGE_MODE_MENU = true 

Possible values:

  • true = enabled: a choice menu is shown when 3 or more Modes are available on the Region Map.

  • false = disabled: changing modes is done by pressing the CHANGE_MODE_BUTTON each time.

Last updated