=============================================================================
 XS_HarpyFix (Addon for XS Vehicles / Harpy)
 May 23, 2016
 Version: 1.0 Final
 ----------------------------------------------------------------------------
 Description:
 -----------
 Fixes the upside-down oriented Harpy vehicle by Xyx
=============================================================================
 Name: XS_HarpyFix
 Friendly Name: Harpy Fix
 Compatiblity: Works in 2.1 (+Titan Pack). Prior versions not tested.
 Version: 1.0 Final
 Size: ~ 6 KB
 Comment: /
 Credits: Epic Games, Xyx
-----------------------------------------------------------------------------
 Coded by RattleSN4K3
 Mail: RattleSN4K3@gmail.com
=============================================================================

Features:
--------------------------------------------------------
- Flips the Harpy vehicle back to original orientation
- Full net support
- Full compatiblity to other mutators
- No replacement of Pawn, PlayerController classes (or anything)
- Works for instant action and online games
- ServerActor to keep server pure


Installation:
--------------------------------------------------------
- Copy the content of the archive into this directory:
  .\My Games\Unreal Tournament 3\UTGame\

Manually:
- Copy the Config file "UTXS_HarpyFix.ini" into your config folder
  .\My Games\Unreal Tournament 3\UTGame\Config
- Copy the script file "XS_HarpyFix.u" into your Script folder
  .\My Games\Unreal Tournament 3\UTGame\Published\CookedPC\Script



Uninstallation:
--------------------------------------------------------
- Delete the Config file "UTXS_HarpyFix.ini"
- Delete the script file "XS_HarpyFix.u"



Usage:
--------------------------------------------------------
Method 1:
  - Start the game
  - Add the mutator "Harpy Fix"
  - Enjoy.
Method 2:
  - Add this line to the command line arguments:
    ?mutator=XS_HarpyFix.XS_HarpyFixMutator
Method 3:
  - Open the WedAdmin
  - Navigate to the following address
    /ServerAdmin/current/change
  - Enable "XS_HarpyFix.XS_HarpyFixMutator"
  - Click "Change game"
  - After the reload, the mutator will be active.

ServerActor
- Method 1:
   - Open UTEngine.ini in your UTGame\Config folder
   - add this line to the section [Engine.GameEngine]:
     ServerActors=XS_HarpyFix.XS_HarpyFixInfo
- Method 2:
   - Open the WedAdmin
   - Navigate to the following address
     /ServerAdmin/settings/serveractors
   - Add the following line to the textbox shown
     XS_HarpyFix.XS_HarpyFixInfo
   - Click save. After a restart, the serveractor will be loaded.


About the ServerActor:
By adding the ServerActor of the HarpyFix, the game would always create the helper,
whenever the game is running a server session, in order to fix the Harpy vehicle
even if the mutator is not active. For a standalone / singleplayer / instant-action
match, the mutator always has to be enabled/added.



Configuration:
--------------------------------------------------------
There is no configuration.



Issues:
--------------------------------------------------------
No known issues.
