Name: [UT2004] SecureController2k4v3
Version: 3
Author: Wormbo
Date Submitted: September 17, 2025
Description
Secure Controller 2k4
=====================
Version 3 for UT2004 by Wormbo
Homepage: http://www.koehler-homepage.de/wormbo/
Description
-----------
Secure Controller locks down certain features of the so-called PlayerController
class, i.e. the UnrealScript class in UT200x that controller the player
character in the game. This will prevent most script aimbots and script wall
hacks from working correctly.
Installation
------------
Put the file SecureController2k4v3.u your server's UT2004System directory and
add the following lines to the [Engine.GameEngine] section of your server's INI
file:
ServerActors=SecureController2k4v3.SCServerActor
ServerPackages=SecureController2k4v3
Configuration
-------------
Secure Controller has some server-side configuration options, which are
accessible through the [SecureController2k4v3.SecureController] section of the
server's INI file, but typically don't need to be changed.
bRotationCompatibility
Try enabling this option if you have display problems with a custom mod when
using Secure Controller.
bPreventTextFlood
Prevents players from spamming text messaged.
bPreventMassSuicide
Prevents players from abusing the Suicide command. Regular tactical suicides
should not be affected.
bAllowColoredNicks
Allowes players to use color codes in nick names.
(Only works on older server versions.)
bAllowColoredText
Allowes players to use color codes in text messages.
(Only works on older server versions.)
By default this section looks like this:
[SecureController2k4v3.SecureController] bRotationCompatibility=FalsebPreventTextFlood=True
bPreventMassSuicide=True
bAllowColoredNicks=False
bAllowColoredText=False