UT2003 Interim Security Mutator
Release 1 (c) 2002, Epic Games
Description |
UTSecure is a simple mutator that designed to perform a more detailed check of various packages. Its goal is to provide additional protection in between normal patch cycles by allowing server admins to perform more rigorous checking of given files. |
Targets |
This interim release targets the following cheats:
|
Installation |
The .zip that you downloaded contains 3 files.
You should unzip the archive directly in to your root UT2003 directory with "expand folders" turned on. This will place the first 2 files in your \System subdirectory and the last in \Help. Once all files are unzipped, please open your UT2003.ini file (or whichever INI file controls your server) and make the following changes: Step #1: Locate the section [Engine.GameEngine] in your server's ini file. Add the following two lines: ServerPackages=UTSecure1a Step #2: Go to the very end of the file and add the following section: [UTSecure1a.UTChecker] Checks=playerskins
Once you have followed these two steps, save your server's ini file and you are all set. UTSecure will now auto-load every time you start your server. |
Using UTSecure as a mutator |
If you do not want UTSecure to always load, you have the option to use it as a mutator. To do this, do not add the ServerActors entry in your ini file. Instead, use the command line switch "?Mutator=UTSecure.MutUTSecure" or select "Improved Security" from the in-game mutator menu. It's very important that you only exclude the ServerActor line. All other steps must be followed. |
Options | ||||||||||||
The following options need to go under the enter [UTSecure.UTChecker]
in your UT2003.ini file (or whichever ini file configures your server.
The Check/MD5 tables are generated in the order they appear in your UTSecure.ini file. So the first Checks will test using the first MD5, etc. It's important to remember that you must have the 4 entries (Checks/MD5/MD5Type/WhatToDo) for EACH file you wish to secure.
|
Obtaining an MD5 of a file |
IMPORTANT NOTE:: You can only obtain the MD5 using the
latest beta patch (as of 10/27/02).
You can obtain the MD5 of any file by using the following ucc commandlet MasterMD5: UCC mastermd5 -f <filename> This will give you the 16 digit MD5 you need for the MD5 field above. Please keep in mind that only files that will not change can be checked using UTSecure. Do not attempt to check core .U files (they are already well protected). QuickMD5's are only available on actual UT2003 packages. They are not available on general files. |