====================================================================================
ReadMe for UT3Fix P1
====================================================================================
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:      P1 (prototype 1)

====================================================================================
Installation (server admin manual)
====================================================================================
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=UT3Fixer.UT3Fixer

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

====================================================================================
What does it do?
====================================================================================
This is an EXPERIMENTAL fix for the "package not found download was already 
attempted" error that prevents UT3 server owners from installing custom maps 
on UT3 servers.

It is based on a combination of disabling "seamless travel" while at the same time
still keeping the players connected to the server (disabling seamless travel will 
initially kick all players off the server).

UT3Fixer is based on a custom PlayerController which means it will NOT be compatible 
with a lot of mutators and gametypes like e.g. BattleRPG, Galtanor's Invasion and 
Battle Team/Freezetag Arena. It should work with all standard gametypes though.

If UT3Fixer turns out to indeed solve the "package not found download was already 
attempted" problem I will perhaps release custom versions for compatibility with these
gametypes/mutators or integrate the fix in them or figure out a way to do this without
replacing the PlayerController (if that is possible at all).

PLEASE let me know if this fixes the problem and also what side effects this has.

====================================================================================
Thanks to (for inspiration, contributions, running servers and many many sugestions)
====================================================================================
Contributors:
   Matt Oelfke (Mysterial) from Epic for the suggestion of disabling seamless travel
   Shambler for the usual bunch of useful input

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

UT3Fix 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/.
====================================================================================