You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,26 @@ game mode of your server:
51
51
52
52
### Remote console (RCON)
53
53
54
-
Remote console is avaialble through the Doomseeker client (Open QCDE Server browser). The main thing is that a Rcon password must be set. Due to all config files being available, its highly advised to add "+sv_rconpassword "testpass" ". To the end of your launch string.
54
+
Remote console is avaialble through the Doomseeker client (Open QCDE Server browser). The main thing is that a Rcon password must be set. Due to all config files being available, its highly advised to add "+sv_rconpassword "testpass" ". To the end of your launch string.
55
55
56
56
57
57
58
+
### Unreal Tournament Weapons, Movement, and music
59
+
60
+
In order to set the server to exclusively use Unreal Tournament style movement, music and weapons (UT2k4) you will have to add the package files to the command line.
61
+
62
+
* qcde_ut_weapons_v3.0.pk3 for UT weapons
63
+
* qcde_ut_movement_v3.0.pk3 for UT movement
64
+
* qcdemus_ut_3.0.pk3 for UT music
65
+
66
+
Note: Every player class except Sarge will have UT style movement.
67
+
68
+
An example of the command line would be as follows.
0 commit comments