===== missusDressup ======
=== a UT99 mutator by ====
==========================
 _   _       _
| | | | ___ | | ___ _ __
| |_| |/ _ \| |/ _ \ '_ \
|  _  |  __/| |  __/ | | |
|_| |_|\___||_|\___|_| |_|

==========================
== Version 1 ===========
== www.birdieman.com/forum
== 2011.09.03 ============


This is a very specialized mutator, it is not very flexible. It will try to find
a TFemale1Bot (Female Commando) and skin it and give it a name according to the user's choices.

Open the missusDressup.ini, in there you will find this line

	mDress=(MapName="MH-B99_MinasTirith",BotName="",PlayerName="sheila",SkinName="FCommandoSkins.daco",FaceName="FCommandoSkins.mariana",Team=0)


Here is what the settings mean:

MapName:	must be the name of the map you want this mutator to work for.

BotName:	(This setting is not used at the moment, leave it blank)

PlayerName:	You can give the bot a different name using this.
		Note that the name will not change until the game play has started.

SkinName:	This is a combination of a texture package name, as well as a texture located 
		within the package. This is the easiest way to figure out what values to use:
		a. Start UT.
		b. Start a pratice session, and go to the Bots tab.
		c. Click the Configure button.
		d. Set up Bot 1 to be a Female Commando, and set her up how you want her to look.
		e. Close UT.
		f. Open your UnrealTournament/System/User.ini file.
		g. Search for "BotSkins[0]", and use what this has for its value.

FaceName:	Same as above except the last step search for "BotFaces[0]" instead.

Team:		Set the team color.
		0 = red
		1 = blue
		2 = green
		3 = gold
		255 = no team color.


You will see one more line in there:


	bLogInfo=false

If true, this adds messages to the log. It may be helpful to set to true if you find it is not 
working, then you could check the logs for any clue as to why.


GL.