This is a small Utility program that will add your map, or maps to the Level Loading Screen, as well as the In game Selection Menu.
Release Notes:
5/4/2011 (Initial Release)
-Add Map information to XMapList, and LevelLoadingInfo. Both are done non-destructive pinned to the bottom of the file.
Usage Guide:
To use Map Installer simply Edit the MapInstall.ini file to contain the information you want.
There is no limit on the number of entries, just continue the format of each block incrementing by One.
Important Stuffs:
- Make sure the ini Increments by 1! So for Three Entries the ini will look like this:
[1]
FileName=
MapName=
GameMode=
[2]
FileName=
MapName=
GameMode=
[3]
FileName=
MapName=
GameMode=
- Fill out all three values for each map. Otherwise it'll put in an Invalid default.
- The MapInstall.ini needs to stay with the exe, otherwise it'll give an error and commit Seppuku |