RocketX
--------

This is the readme for the RocketX mod.  The RocketX mod is actually the SLV2 mod by Al McElrath.  We redited his code to suit our needs.  Thanks to Al McElrath, Christian Dupuis, Shawn Yarbrough, and many other people with in the UT community; I personaly thank them for all they have done.


Installation
-------------

To install the RocketX you most have the SLV2 Mod installed which can be found at Al McElrath website or http://www.0fus.com/ and of course the RocketX files.

The following files go into the following folders.

*.u = \System         Example: RocketX.u goes into the C:\UnrealTournament\System\
*.int = \System	      Example: RocketX.int goes into the C:\UnrealTournament\System\
*.ini = \System
*.uax = \Sounds
*.utx = \Textures
*.umx = \Music
*.unr = \Maps


Open your UnrealTournament.ini file and scroll down until you find [Engine.GameEngine] and look for ServerPackages=.  At the buttom of this list you will want to add ServerPackages=RocketX.  If you downloaded the RocketX3F version then you will want to change that last line to ServerPackages=RocketX3F .  

Basicly this is what you should see in your UnrealTournament.ini and there will of course be a bunch of other code too but make sure that you have these lines of code under the [Engine.GameEngine] heading.

[Engine.GameEngine]
ServerPackages=SLV2Models
ServerPackages=SLV2Sounds
ServerPackages=SLV2Fonts
ServerPackages=SLV2Textures
ServerPackages=RocketX3



Servers admins
--------------

If you want to run a server make sure add the lines above to your UnrealTournament.ini or server.ini.  Also in order to install the mutator from commandline would need to install the mod by entering the the package name followed by the mutators file name.  

Mod versions
------------
RocketX3

RocketX3.StrangeMutatorVX

RocketX3E

RocketX3E.StrangeMutatorVX

RocketX3F

RocketX3F.StrangeMutatorVX

or RocketX3F.StrangeMutator

Example of a batch file to start a server on a Windows Box.
------------------------------------------------------------
:top
D:
cd D:\UTServer\System
ucc server CTF-Face?GameType=XGame.xCTFGame?Mutator=RocketX3F.StrangeMutatorVX?GameStats=True ini=D:\UTServer\System\UnrealTournament.ini log=ServerLog.log copy ServerLog.log CrashServer.log
goto top


Have any questions or think I should add more to this file then send me an email at fraged@xmortalityx.com.  Happy Fragging!

