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:
|
// promod live v2 - sample server config v1.3
// for public ruleset customizations, see z_custom_ruleset.iwd
// info strings
sets _Admin "LR|Rattlesnake"
sets _Email "Rattlesnake@lanrena.de"
sets _Irc ""
sets sv_hostname " ^1LANrena ^7WAR-Server ^7 #1 "
// password settings
set rcon_password "$RCON" // 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, change to your liking
set sv_maprotationcurrent ""
set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_citystreets gametype sd map mp_strike gametype s map mp_killhouse"
// promod settings
set promod_mode "match_mr10" // promod mode, for a list of promod modes see attached readme
set promod_enable_scorebot "0" // match-modes only
|