Region Districts

Add Region Districts to your Region Map.


Table of Contents


Function of the Setting

The Region Districts Settings Section includes various Settings to add Districts to your Region on the Region Map.
It allows you to:

  • Setup Multiple Region Districts for your Region.
  • Asign a Game Switch for each District.

UseRegionDistrictsNames

Use this Setting to enable or disable the Region Districts Feature on the Region Map.

Possible Values

  • true = Region Districts will be used.
  • false = Region Districts will not be used.

RegionDistricts

This Setting may be used to assign a District to a certain area on the Region Map. The District Name will be used instead of the Region Name within this area. It allows a set of arrays, each containing the necessary details for a district.

Possible Values

Each Item you add here must contain the following:

  • 0 = Region Map ID.
  • [9, 19] = The start and end X Position.
  • [4, 6] = The start and end Y Position.
  • _INTL("North Essen") = The name of the District.
Hint

The _INTL("") is optional but it allows the game to detect the name for translation.
You may just add "North Essen" instead.

ProgressSwitches

This Setting allows you to assign a Game Switch to each district you defined in RegionDistricts. The only requirement for this setting is that the Progress Counter is enabled.

Possible Values

Each Item here must match with a district name followed by => and a Game Switch ID. Once a district is 100% in progress, the assigned Game Switch will be set to ON so you can give an eventual in game reward.