Unreal Tournament 99

Server Files

Unreal Tournament 99 Requires a few alterations from the official server download. Because of this, the LinuxGSM version of the server files includes the following.
  • OldUnreal-UTPatch469a-Linux.tar.bz2 (OldUnreal Patch)
  • ut-server-436.tar (Latest Official Version)
  • UTBonusPack.zip
  • UTBonusPack2.zip (maps only)
  • UTInoxxPack.zip
  • UTBonusPack4.zip

Server Resources

Config File Settings

With a default LinuxGSM Install, server settings can be configured in this file:
/home/user/serverfiles/System/ut99server.ini
You can change most of these settings in a browser by enabling the webserver and putting in settings there.
1
[Engine.GameReplicationInfo]
2
ServerName=
3
ShortName=
4
AdminName=
5
AdminEmail=
6
Region=0
7
MOTDLine1=
8
MOTDLine2=
9
MOTDLine3=
10
MOTDLine4=
11
​
12
[Botpack.ChallengeBotInfo]
13
Difficulty=4
14
​
15
[Botpack.DeathMatchPlus]
16
bNoviceMode=True
17
bHardCoreMode=True
18
bUseTranslocator=False
19
bCoopWeaponMode=False
20
MinPlayers=10
21
AirControl=0.350000
22
FragLimit=30
23
TimeLimit=0
24
bChangeLevels=True
25
bMegaSpeed=False
26
bAltScoring=False
27
bMultiWeaponStay=True
28
bForceRespawn=False
29
bTournament=False
30
NetWait=10
31
RestartWait=15
32
MaxCommanders=0
33
InitialBots=9
34
bNoMonsters=True
35
bHumansOnly=False
36
bClassicDeathMessages=False
37
MinFOV=80.000000
38
MaxFOV=130.000000
39
MaxNameChanges=0
40
​
41
[UWeb.WebServer]
42
Applications[0]=UTServerAdmin.UTServerAdmin
43
ApplicationPaths[0]=/ServerAdmin
44
Applications[1]=UTServerAdmin.UTImageServer
45
ApplicationPaths[1]=/images
46
DefaultApplication=0
47
ListenPort=8076
48
bEnabled=True
49
​
50
[UTServerAdmin.UTServerAdmin]
51
AdminUsername=
52
AdminPassword=
Copied!