====================================================================================
UT3-Mutator: Vehicle Carry Flag
====================================================================================
Author  : donaldo@guts-wox.de
Date    : 2009-05-17
Version : VCF v2.0 (re-added Gui config for UT3 Version 2.x)
Platform: Tested with UT3 versions 2.1 (windows client and linux server)
------------------------------------------------------------------------------------

This mutator allows vehicles to carry the flag in VCTF games. As a nice
side effect: used in Warfare games vehicles are allowed to carry the orb.

By default only ground vehicles are allowed to carry flag, but it can 
be configured as desired.

Remark: Due to some problems with UT3 linux server prior version 1.3
        the scavenger is by default not allowed to carry flag.
        If scavenger is activated and you experience server
        crashes or missing vehicle factories, then deactivate
        the scavenger carry flag option again.

Please, let me know if you have any suggestions or if you encounter any 
problems or incompatibilites.

====================================================================================
Installation:
====================================================================================

Unzip the package in the UT3 installation directory. All files will
be extracted to their correct locations.

====================================================================================
Configuration:
====================================================================================

a) Client configuration (playing offline)
   Vehicles can be configured via mutator configuration menu.

b) Server configuration
   Activate vehicles to carry flag in the configuration file
   "UTVehicleCarryFlag.ini" by setting the boolean values in the
   section [VehicleCarryFlag.VehicleCarryFlag] to "True".

   Default values:
   [VehicleCarryFlag.VehicleCarryFlag]
   bScorpion=True
   bHellbender=True
   bGoliath=True
   bLeviathan=True
   bPaladin=True
   bSPMA=True
   bCicada=False
   bManta=False
   bRaptor=False
   bScavenger=False
   bDarkwalker=True
   bNemesis=True
   bNightshade=True
   bFury=False
   bViper=False

====================================================================================
Files:
====================================================================================

Config   : UTGame\Config\UTVehicleCarryFlag.ini
Local    : UTGame\Published\CookedPC\Localization\VehicleCarryFlag.int
GUI Scene: UTGame\Published\CookedPC\Packages\UTUI_Scenes_VehicleCarryFlag.upk
Mutator  : UTGame\Published\CookedPC\Script\VehicleCarryFlag.u

====================================================================================
Version History
====================================================================================

Version 2.0 : Release Version with Gui config support for UT3 Version 2.x
Version 1.3 : Release Version with added compatibility for "Camera Control" mutator 
Version 1.2 : Release Version with Gui config support
Version 1.1 : Beta Version with Gui config support
Version 1.0 : Release Version with Ini config support
Version 0.9 : First Beta Version

====================================================================================
Copyright:
====================================================================================
This mutator is freeware. 

All other trademarks and trade names are properties of their respective owners.

====================================================================================
Limitations:
====================================================================================
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY. Use at own risk. 

====================================================================================
Thanks (for inspiration, tutorials, and examples)
====================================================================================

www.moddb.com for hosting several UT3 tutorials.

Ambershee for the UT3 tutorials, i.e. "My first UT3 Mutator", "UT3 Configurable 
Mutators", and "Delving Deeper into UnrealScript".

UT3 community for sharing their knowledge and experience.

