What I am going to do now is take the script apart a command at a time and explain
what each one does.
| Command | Options | What it Does | | set g_gametype 0 | 0. Free For All
1. Tournament 1 on 1
2. Single Player
3. Team Deathmatch
4. Capture the Flag
| Selects the game type |
| set sv_pure 1 | set sv_pure 1 pure server on set sv_pure 0 pure server off | A Pure server will only let users connect if they have the exact same .pk3 files in their q3ut directory as the server does. Helps stop cheaters from using modified code. |
| sv_maxclients 6 | sv_maxclients 1 to 64 | Controls the maximum number of clients (players) that can connect to your server. |
| g_password "csgrock" | g_password "" | Sets the password needed to join the server, to clear the password and make the server public use g_password "". |
| sv_hostname "I want you die mr bond" | sv_hostname "" | The name of your server as it appears in the server lists. |
| sv_maxRate "3300" | 0=disabled, 2500+ | Sets the maximum rate each client should be allocated on your server. |
| g_warmup "10" | g_warmup 0 To ? | Sets the amount of time in seconds that players can practice before the fragging begins. |
| g_motd "Don`t mess With CSG" | g_motd "" | Sets the message that clients will see when they first connect to your server. |
| g_quadfactor "1" | g_quadfactor 1 to ? | Used to set multiples of damage caused by the quad damage powerup. The default is 3 times damage, with 1 being equal to no quad damage powerup. |
| g_quadfactor "1" | g_quadfactor 1 to ? | Used to set multiples of damage caused by the quad damage powerup. The default is 3 times damage, with 1 being equal to no quad damage powerup. |
| set g_syncronousclients "0" | set g_syncronousclients 0 or 1 | Syncs all clients up to allow demo recording. The default is the more desired 0 which allows smoother net play. Set to 1 to allow client demo recording. |
| set g_syncronousclients "0" | set g_syncronousclients 0 or 1 | Syncs all clients up to allow demo recording. The default is the more desired 0 which allows smoother net play. Set to 1 to allow client demo recording. |
| g_weaponsrespawn "5" | g_weaponsrespawn 5 to ? | Used to set the number of seconds between the time a weapon is picked up and the time it respawns. The default is 5 seconds. |
| g_allowvote "1" | g_allowvote 0 or 1 | enable players connected to the server to call for and vote on changes including: map, map restart, kick, and g_gametype. The default is 1, which is on. Set to 0 to turn off voting.
. |
| g_allowvote "1" | g_allowvote 0 or 1 | enable players connected to the server to call for and vote
on changes including: map, map restart, kick, and g_gametype. The default
is 1, which is on. Set to 0 to turn off voting.
. |
set m1 "fraglimit 10; etc etc | This sets up the map rotation using 3 maps and a fraglimit 10 the server will scroll though theses options untill its turned off. |
To download the server script above click below.
