-
Notifications
You must be signed in to change notification settings - Fork 33
/
server.cfg
35 lines (28 loc) · 1.4 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
// promod live v2 - sample server config v1.4
// for public ruleset customizations, see z_c_r.iwd
// info strings
sets _Admin ""
sets _Email ""
sets _Website ""
sets _Location ""
sets _Irc ""
sets sv_hostname "Another Promod ^1LIVE ^7V2.20 ^7Server is Born"
// welcome message, message of the day (motd)
seta scr_motd "Please visit us at www.codpromod.com, also visit our IRC channel #codpromod @ QuakeNet"
// password settings
//set rcon_password "" // read server_setup.txt why we don't specify rcon password here
set sv_privatePassword "" // private slots password
set g_password "" // server password
// player slots, maxclients - privateclients = public slots
set sv_maxclients "12" // maximum number of clients
set sv_privateclients "" // number of private slots
// client download settings
seta sv_wwwDownload "0" // enable download redirection
seta sv_wwwBaseURL "" // defines url to download from
seta sv_wwwDlDisconnected "0" // disconnect clients while downloading
// map rotation
set sv_maprotationcurrent "" // leave empty
set sv_mapRotation "gametype war map mp_backlot gametype dom map mp_crash gametype koth map mp_crossfire gametype sab map mp_citystreets gametype sd map mp_strike gametype dm map mp_killhouse"
// promod settings
set promod_mode "custom_public" // promod mode, for a list of promod modes see attached readme
set promod_enable_scorebot "0" // match-modes only