====================================================================================
ReadMe for BattleTRANS V3.1
====================================================================================
Author:       Nico de Vries
Platform:     Unreal Tournament 3 (Tested with UT3 1.2)
Website:      BigBattleServers.com (the forum can be used for feedback and requests)
Release date: April 20 2007
Version:      V3.1

====================================================================================
Installation (server admin manual)
====================================================================================
Windows stand-alone:
    Store the .u and .upk file(s) in your ..\UTGame\Published\CookedPC\ directory 
    and the .ini file(s) in your ..\UTGame\Config\ directory. If you have multiple 
    users in Windows make sure you use the proper My Games directory.

Windows dedicated server:
    Store the .u and .upk file(s) in your ..\UTGame\CookedPC\ directory and the 
    .ini file(s) in your ..\UTGame\Config\ directory. 

Linux:
    Store the .u and .upk file(s) in your ../UTGame/CookedPC/ directory and the 
    .ini file(s) in your ../UTGame/Config/ directory.

For servers you need to add to the command line: ?Mutator=BattleTRANS.BattleTRANS

REMARK: the .uc files contain sourcecode for those who are interested in that. They 
are NOT needed to use and run BattleTRANS.

====================================================================================
Configuration (server admin manual)
====================================================================================
When you are using BattleTRANS standalone or if you are logged on as administrator
you can configure BattleTRANS from within the game with mutate commands (F11). You 
can also edit the UTBattleTRANS.ini file.

Available settings:

mutate btset hoverboardspeed 150
   Change the hoverboard speed to 150%.    

mutate btset translocatorspeed 150
   Change the translocator speed to 150%.

mutate btset maxfallspeed 150
   Increase the maximum fall speed to 150%. Useful to compensate for the increased
   heights of the translocator pod.

mutate btset translocatormode off
   No translocator, useful if you only want a faster hoverboard.

mutate btset translocatormode standard
   Standard translocator without camera.

mutate btset translocatormode autocam
   Translocator with automatic (always on) translocator camera.

mutate btset translocatormode manualcam
   Translocator with manual (fire twice) translocator camera.

mutate btset longtrail on
mutate btset longtrail off
   Switch the longer translocator trail on or off.    

mutate btset btdefaults
   Detault BattleTRANS settings: 150%/150%/150%, manual cam, long trail.

mutate btset ut3defaults
   Default UT3 settings: 100%/100%/100%, standard, short trail.

====================================================================================
Manual for players.
====================================================================================
The BattleTRANS mutator contains a faster translocator with camera and a faster hoverboard. 
BattleTRANS supports every gametype including BattleRPG, Battle Team Arena and
Battle Freezetag Arena.

If someone has an orb or a flag the translocator is automatically replaced with the hoverboard.

BattleTRANS has been inspired by the UT2004 XxxX Translocator.

====================================================================================
Changes
====================================================================================
V3.1 -> V3.2
- Fixed problem when translocator pod is destroyed by water.

V3 -> V3.1
- Fixed problem with map switching.
- Fixed INI for standalone mode.

V2.1 -> V3
- Made everything configurable.
- Implemented a manual camera.
- Made a new translocator camera HUD.
- Made a longer translocator pod trial.

V2 -> V2.1
- Fixed orb detection to also work if someone has non default objective settings.

V1 -> V2
- Implemented a translocator camera.
- Detection if you have the orb or the flag, in that case you get the hoverboard.
- Made the hoverboard 50% faster.

====================================================================================
BattleTRANS Copyright (C) 2007-2008 Nico de Vries.

BattleTRANS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.

This program also contains elements (e.g. graphics and certain code fragments) 
which are Copyright 1998-2007 Epic Games, Inc. All Rights Reserved. That part 
is covered by the Epic license and not by the GPL.
====================================================================================