Hidden Location Settings
Add Graphics to the Array that will be shown when the appropriate switch is actived
Overview
This Setting is a set of Arrays each containing containing details of a Graphic to be shown on the Region Map if apprpriate.
Each Array may contain a set of following values:
Region number.
Game Switch; The graphic is show if this switch is ON (non-wall maps only unless you set the last value to nil.)
X coordinate of the Graphic on the map, in squares
Y coordinate of the Graphic on the map, in squares
Name of the Graphic, found in the HiddenRegionMaps folder which is located in:
Graphics/Pictures/RegionMap for v20.1
Graphics/UI/Town Map for v21.1
The Graphic will always (true), never (false) or only when the switch is ON (nil) be shown on a wall map.
Example
Breakdown of the First Array
0
: This Graphic will be displayed on the Region with ID 0.51
: The Game Switch 51 must be ON before this Graphic is displayed.16
: The Graphic will be displayed on X position 16.15
: The Graphic will be displayed on Y position 15."mapHiddenBerth"
: The name of the Graphic that will be used.nil
: No 6th value is given but this is automatically seen asnil
so the Graphic will only show on the Wall Map when the Switch (51) is ON.
Breakdown of the Second Array
0
: The Graphic will be displayed on the Region with ID 0.52
: The Game Switch 52 must be ON before this Graphic is displayed.20
: The Graphic will be displayed on X position 20.14
: The Graphic will be displayed on Y position 14."mapHiddenFaraday"
: The name of the Graphic that will be used.true
: The Graphic will always be displayed on the Wall Map independantly of that state of Switch 52.
Last updated