WolfRand v0.1 (by Whitehead)

WolfRand is a program that takes a file map_list.cfg file and generates a SW_rotate.cfg
file with random ordering of the maps in the cycle. To use, simply run the exe in the 
directory where map_list.cfg exists and the move te generated SW_rotate.cfg into your
server main directory (assuming you've set it up to use it, find that info elsewhere).

map_list.cfg format is:
<map_name> <priority>
<map_name> <priority>
<map_name> <priority>
<map_name> <priority>

Where <map_name> is the name of a map in the rotation (well, duh) and priority is a number
indicating where in the rotation the ma should generally fall (higher priority means earlier
play in the cycle). So, for example:

mk_flooded_town 0
mp_recipe 0
fort_paderborn 0
powcamp 2
mp_divine 1
mp_wesDyzio2 1
mp_complexv2 1

Would play powcamp first, then mp_divine, mp_wesDyzio2, and mp_complexv2 in a random order,
then mk_flooded_town,mp_recipe, and fort_paderborn in a random order. It would then restart
at powcamp and repeat the rotation in the same order. 

Future work:
1. Add a UI for easier custimization of map_list.cfg.
2. Add capabilities for other game types.
3. Anything that gets suggested as a result of this release.

Comments can be sent to watchmanblue@hotmail.com...