SLV5
--------

This is the readme for the SLV5 mod.  The SLV5 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 SLV5 you most have the SLV2 Mod installed which can be found at Al McElrath website or http://www.0fus.com/ and of course the SLV5 files.

The following files go into the following folders.

*.u = \System         Example: SLV5.u goes into the C:\UnrealTournament\System\
*.int = \System	      Example: SLV5.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 bottom of this list you will want to add ServerPackages=SLV5.

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=SLV5
ServerPackages=SLV2Models
ServerPackages=SLV2Sounds
ServerPackages=SLV2Fonts
ServerPackages=SLV2Textures




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
------------
Based on RocketV3

SLV5.StrangeMutatorV3


Example of a batch file to start a server on a Windows Box.
------------------------------------------------------------
:top
c:
cd c:\Unrealtournament\System
ucc server CTF-Face?game=Botpack.CTFGame?Mutator=SLV5.StrangeMutatorV3?GameStats=True ini=C:\Unrealtournament\System\UnrealTournament.ini log=ServerLog.log copy ServerLog.log CrashServer.log
goto top
