-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathserver.cfg
39 lines (34 loc) · 2.09 KB
/
server.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// general server info
seta sv_hostname "Namira Q3A CTF" // name that appears in server list
seta g_motd "Hard CTF 24/7" // message that appears when connecting
seta sv_maxclients 16 // max number of clients than can connect
seta sv_pure 1 // pure server, no altered pak files
seta g_quadfactor 4 // quad damage strength (3 is normal)
seta g_friendlyFire 1 // friendly fire motherfucker
// capture the flag
seta g_gametype 4 // 0:FFA, 1:Tourney, 2:FFA, 3:TD, 4:CTF
seta g_teamAutoJoin 0 // 0:goes into spectator mode, 1:auto joins a team
seta g_teamForceBalance 0 // 0:free selection, 1:forces player to join weak team
seta timelimit 30 // Time limit in minutes
seta capturelimit 8 // Capture limit for CTF
seta fraglimit 0 // Frag limit
// team deathmatch
//seta g_gametype 3 // 0:FFA, 1:Tourney, 2:FFA, 3:TD, 4:CTF
//seta g_teamAutoJoin 0 // 0:goes into spectator mode, 1:auto joins a team
//seta g_teamForceBalance 1 // 0:free selection, 1:forces player to join weak team
//seta timelimit 15 // Time limit in minutes
//seta fraglimit 25 // Frag limit
// free for all
//seta g_gametype 0 // 0:FFA, 1:Tourney, 2:FFA, 3:TD, 4:CTF
//seta timelimit 10 // Time limit in minutes
//seta fraglimit 15 // Frag limit
seta g_weaponrespawn 2 // weapon respawn in seconds
seta g_inactivity 120 // kick players after being inactive for x seconds
seta g_forcerespawn 0 // player has to press primary button to respawn
seta g_log server.log // log name
seta logfile 3 // probably some kind of log verbosity?
seta rconpassword "secret" // sets RCON password for remote console
seta rate "12400" // not sure
seta snaps "40" // what this
seta cl_maxpackets "40" // stuff is
seta cl_packetdup "1" // all about