Mapcycle.cfg
From King Arthur's Gold Wiki
Revision as of 06:26, 8 January 2013 by Splittingred (Talk | contribs)
Often loaded by the dedicated_autostart.gm file, this GML file sets the variable "mapcycle" with the cycle of maps, separated by a semicolon (;).
mapcycle = Rules/CTF/Maps/mapname.png;
It is worth it to note that maps here can either be PNGs (.png), or GML (.gm) files. A .gm file specified here will allow you to run specific scripts prior to loading the map; however, if you do specify a .gm file, you'll need to call LoadMap in the .gm file.