Difference between revisions of "MapCycle.cfg"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "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 ma...")
 
(No difference)

Latest revision as of 14:40, 25 August 2013

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