Contents of INI Files   


Note that each of the INI files has an [XMaps.Install] section, which records the version of XMaps installed against a Version key.

[Click here to open the table in a new window]


XMapsGames.ini

Section Key Description
[XMaps.XMapsGameInfo] GameTypeInfo[0..255] Each key represents the information for a game type, in the form <Name>?<Class>?<MapPrefix>?<MapListClass>. XMaps doesn't change this data, it merely stores it for quick access.
XMapsDC Used internally to record the conversion of the GameTypeInfo delimiter. XMaps used to use '/' to delimit the entries, but there is at least one game type that uses '/' in its Name (CTF/E). So, I changed the delimiter to '?'; XMapsDC records the fact that the delimiter has been converted.