// ===================================================
// XMPSummoner, a mutator for XMP.

	1:	Info
	2:	Install
	3:	Running
	4:	Commands
	5:	Notes

// ===================================================
   XMPSummoner Info:
	
	XMPSummoner is a mutator for XMP that does a whole lot of stuff.
	
	It allows you to perform a whole load of commands normally disabled
	online, like set, summon, god, ghost, fly, etc, as well as adding
	support for in-game server admin, which for some reason is missing
	in XMP (type 'adminlogin' and the game goes 'buh??').

	There is a complete list of commands further down the readme.

	Of course, you must be logged in as an admin to perform any
	of these commands...

// ===================================================
// XMPSummoner Install:
	
	To install XMPSummoner, extract the XMPSummoner.int and XMPSummoner.u
	files to your server's XMP\System directory.
	
	To enable the administrative functions, you must add (in your server's
	INI file), a couple of lines:
		[XMPSummoner.XMPSummoner]
		AdminPassword=foo
	Where 'foo' is your desired admin password.
	
	The default server INI file is 'MyU2XMP.ini'.

// ===================================================
// XMPSummoner Running:
	
	To run XMPSummoner, you must append '?mutator=xmpsummoner.xmpsummoner' to
	the end of your other options, ie:
	    ucc server xmp-garden?gamepassword=bollocks?mutator=xmpsummoner.xmpsummoner
	
	Or you can add it through your server's webadmin interface.

// ===================================================
// XMPSummoner Commands:

	Mutate Summon <item>	 	:  Summons <item>.
	Mutate Set <item> <value>	:  Sets <value> in <item>.

	Mutate God		 	:  Enables god mode.
	Mutate Ghost		 	:  Enables Ghost mode.
	Mutate Fly			:  Enable Fly mode.
	Mutate Walk			:  Negates ghost/fly.
	Mutate Invisible	 	:  Call to toggle invisibility.

	Mutate Teleport			:  Teleports you to wherever you are looking.
	Mutate Slomo <scale>	 	:  Scales game speed.
	Mutate KillAll <item>	  	:  Destroy()'s all of <item> in the map.

	Mutate AllWeapons		:  Gives you all weapons.
	Mutate AllAmmo		 	:  Gives you 999 ammo on all weapons.
	Mutate Loaded		 	:  Performs AllWeapons and AllAmmo.
	Mutate GetWeapon <class>  	:  Gives weapon of <class> to your player.

	Mutate SetJumpZ <height>  	:  Set your jump height.
	Mutate SetJumpJetZ <height>	:  Set your jump jet height.
	Mutate SetSize <scale>	 	:  Scale your size (also affects speed, etc).
	Mutate SetHealth <health>	:  Sets your current health to <health>.
	Mutate SetStaminaChargeRate <n>	:  Sets the stamina bar charge rate.
	Mutate SetSkillChargeRate <n>	:  Sets the skill bar charge rate.

	Mutate SetBoostTime <time>	:  Sets the 'boost' time period for your current vehicle.
	Mutate SetTeamEnergy <team> <n> :  Sets team <team>'s energy (where 0 is red, 1 is blue) to <n>.

	Mutate MakeNoise <sound>  	:  Plays <sound> to all players.
  
   Admin related:
	Mutate Adminlogin <pass>	:  Logs you in as admin.
	Mutate Admin Kick <name>	:  Kicks <name> from the server.
	Mutate Admin KickBan <name>	:  KickBans <name> from the server.
	Mutate Admin ServerTravel <url> :  Changes the level, allowing options to be specified in the URL.
	Mutate Admin SwitchLevel <map>  :  Changes the level to <map>.
	Mutate Admin SetGamePassword <p>:  Sets the game password to <p>.
	Mutate Admin Spectate		:  Toggles spectate mode.
	Mutate Admin MakeAdmin <name>	:  Makes <name> an admin (without them needing to log in).
	Mutate Admin UnMakeAdmin <name>	:  Reverses the above command.
	Mutate Admin <command>		:  Where <command> doesn't match any in the above list, XMPsummoner
					   will attempt	to execute <command> as a console command on the server.
	Mutate Adminlogout	  	:  Logs you out as an admin.

// ===================================================
// XMPSummoner Notes:

	XMPSummoner by [-will-] <will@spambox.co.uk>
	
	Feel free to email me any bugs you may find.