MapCycle.cfg

From King Arthur's Gold Wiki
Revision as of 13:40, 25 August 2013 by Mazey (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Often loaded by the autoconfig.cfg file, this script creates the array "mapcycle" with the cycle of maps, separated by semicolons (;).

Here an example of loading a few maps:

mapcycle = Rules/WAR/Maps/mapname.png; Rules/WAR/Maps/nameofmap.png;

It is noteworthy that maps here can be either PNG's (.png) or KAG (.kag) files. KAG map files will allow you to save entities and other 'happenings' not saveable by the png format.

For example, a Map cycle with two maps that are initialized in .kag files would look like this:

mapcycle = Rules/WAR/Maps/mapname.kag; Rules/WAR/Maps/nameofmap.kag;

See also