Map UI Settings
Overview
This section offers a few Settings related to changing most common UI elements on the Region Map.
Whether you want to expand the Region Map behind the UI (mostly used for UI's that are partly or fully transparant).
Possible values:
true
= enabled: the Region Map will expand behind the UI (if the Region Map is big enough).false
= disabled.
Set for each Region if you want to show the Player Icon on the Region Map.
:Essen
= Region Name.true
= Player icon is shown.
:Tiall
= Region Name.false
= Player icon is not shown.
Whether you want your Region Map Image to change depending on the current Time in Game.
Possible values:
true
= enabled: the script will choose the Region Map Image that matches the current Time in Game. (See below for further details on this).false
= disabled: the default Region Map Image will be used.
All you need to do is add either
Day
Morning
Afternoon
Evening
Night
at the end of your Region Map Image name. So if your current one is name Region0.png
, you just got to name it to Region0Day.png
. The default one should be kept incase you only want a Region0Night.png
variant. The default one is used in case the variant it was looking for is not found (for ex Day).
Whether you want to use the newly added Special Theme.
Possible values:
true
= enabled: Uses the Special UI in UI/Special.false
= disabled: Uses the Default UI in UI/Default.
Whether you want to use the Region Map Zoom Feature.
Possible values:
true
= enabled: The Region Map Zoom Feature can be used.false
= disabled.
Set the Zoom Speed when Zooming in/out.
Possible value:
Any number above or below 100.
more than 100 is slower speed.
less than 100 is faster speed.
Choose the button that needs to be pressed to toggle between "Normal Map/Mode" and "Zoom Mode".
Possible value:
Input::CTRL
Choose the button that needs to be pressed to Zoom in. (Only used while in Zoom Mode.)
Possible values:
Input::JUMPUP
Input::JUMPDOWN
Input::SPECIAL
Input::ACTION
Choose the button that needs to be pressed to Zoom out. (Only used while in Zoom Mode.)
Possible values:
Input::JUMUP
Input::JUMPDOWN
Input::SPECIAL
Input::ACTION
Last updated