ROArena Readme for version 1.5
==============================

Author: LivingTarget
Thanks to: 
  =D.C.L.I= clan
  [RO]MonkWarrior
  Worluk and his RO ladder



Installation
============
Put the files in the zipped package into your \UT2004\RedOrchestra\System\ folder.
The INI has a bolt action configuration as standard included.
HAPPY fragging!


Improvements in 1.5
===================
Largely rewritten code and configuration method. There ought to be no more serious bugs.
Bayonet only had to be scrapped for this version (too much bugs) and can only be unlocked through the
configuration file. I.e.: "RolePrimary=PRESET_Bolt_1Ammo" and "RolePrimary=PRESET_Bolt_CC"


Features
========
  Weapon Modification:
  --> You can modify the roles' primary weapon, there are number of presets available.
  Options are as follows: "No Changes", "Rifle only", "Bolt only", "Sniper only", "Auto only", "MG only"

  Pistol Modification:
  --> You can modify the roles' secondary weapon (usually pistols)
  Options are as follows: "No Changes", "Remove pistols", "Add pistols"

  Grenade Modification:
  --> You can modify the roles' grenades
  Options are as follows: "No Changes", "Remove grenades", "Unlimited grenades"

  Capzone Modification:
  --> You can modify the capture and hold areas
  Options are as follows: "RO3.1 style", "RO21 style: each defender counts double", 
  "TTR style: 1 defender can stop capture"

  ROArena master switch:
  Controls the mutator, if disabled the mutator will remain dormant and leave the roles alone

  ROArena Disable Leaders:
  Squad leader won't get a capture bonus in capture and hold areas

  ROArena Disable Artillery:
  Artillery resources will be exhausted from the start and neither party will be able to do artillery strikes

  ROArena Force Tank Crew:
  Everyone can enter tanks

  ROArena Force Binoculars:
  Everyone gets a fresh pair of binoculars

  ROArena Force Satchel:
  Everyone gets satchels to blow stuff up


Configuration
=============

1. Through RedOrchestra (mutator menu)
2. Through webadmin
3. Console commands (offline or logged in as admin)
4. Through the INI

1. Through RedOrchestra
   ====================
   Open RO, go to "practice" or "start multiplayer game"
   You will notice a tab saying 'mutators' somewhere, go there
   If you installed everything correctly you can find the mutator in the list, called 'ROArena'
   Move the mutator to the 'active' list if it hasn't already
   Select the mutator and a button name 'Configure Mutator' will light up, click it
   Here you change the options as you see fit

2. Through webadmin
   ================
   When you have webadmin enabled on your server you can configure everything there
   Open up webadmin and go to "defaults" -> "rules" when the Mutator is enabled (!)
   Here you can change the options as you see fit

3. Console commands
   ================
   "mutate roarena.enable" and "mutate roarena.disable" respectively enables/disables the mutator
   "mutate roarena.switch" shows you all the primary presets to chose from
   "mutate roarena.switch0", "mutate roarena.switch1" etc. switches the primary role modification
   "mutate roarena.capswitch" shows you all the capture area styles to chose from
   "mutate roarena.capswitch0", "mutate roarena.capswitch1" etc. switches the capture area style

   IF the commands are succesful you will usually see a message in the console

4. Through the ini
   ===============
   Well i'm not going to document this a whole lot, if you have any questions find me on the forum
   Here's the correct input for:
   RolePrimary - 
	PRESET_None,
	PRESET_Remove,
	PRESET_Rifle,
	PRESET_Bolt,
	PRESET_Bolt_1Ammo,
	PRESET_Bolt_CC,
	PRESET_Sniper,
	PRESET_Auto,
	PRESET_MG
   RoleSecondary - 
        SEC_None,
	SEC_Remove,
	SEC_Pistols
   RoleGrenade -
        NADE_None,
	NADE_Remove,
	NADE_Unlimited
   CaptureStyle -
        CAP_None,
	CAP_TTR,
	CAP_RO21,
	CAP_RO3