=======================================================================================================
 medMapListExtender | a UT99 mutator | by Helen | July 4 2010
=======================================================================================================

 - Allows you to have up to 256 maps (instead of 32) in the rotation for DM, TDM, CTF, and Domination.
 - Optionally you can have separate lists for DM and TDM.


-------------
-- NOTE !! --
-------------

For the very first map after you start the mutator, the map will still come from the 'regular' UT list.
After the first map, from then on, this mutator will use your custom list(s).


----------------------------
-- medMapListExtender.ini --
----------------------------

You will set up your map lists and a couple of settings in the medMapListExtender.ini file. In this file
are these sections.

[medMapListExtender100.medMapListExtender] 

	In this section are just two variables:

	bTDMusesDM - In the UT, the regular DM and TDM map lists are one and the same. So if you just want
		     to set up one list for both DM and TDM, then set this value to True. If True, then you
		     just have to set up the [medMapListExtender100.DMMapListEx] section and it will be used
		     for both DM and TDM. If False, then the [medMapListExtender100.TDMMapListEx] section is 
		     for the TDM maps.
	bLogInfo   - If true, this will write information to your console log.


[medMapListExtender100.DMMapListEx]   <- This is the DM list.

[medMapListExtender100.TDMMapListEx]   <- This is the TDM list.

[medMapListExtender100.CTFMapListEx]   <- This is the CTF list.

[medMapListExtender100.DOMMapListEx]   <- This is the DOM list.


In each of the map sections, you just specify the maps you want like this:

Maps[0]=DM-Coke.unr
Maps[1]=DM-Draven.unr
Maps[2]=DM-Mita]I[.unr
Maps[3]=DM-Unit][.unr
Maps[4]=DM-Fedge.unr

etc, with the first index starting at zero, and you can go all the way up to 255. An easy way to start would
be to open your UnrealTournament.ini file, find the [Botpack.TDMmaplist] section (for DM or TDM) and just copy
the map list there, and then paste it into the correct section in the medMapListExtender100.ini file.


------------
-- SERVER --
------------

These files need to go in the System directory:

 medMapListExtender100.int
 medMapListExtender100.u
 medMapListExtender100.ini

That's it. You don't need to add anything to the UnrealTournament.ini file.


------------------
-- COMMAND LINE --
------------------

Add mutator=medMapListExtender100.medMapListExtender to your command-line parameter list.



===========================================================================================
