forked from GameServers/DoubleAction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.cfg
26 lines (20 loc) · 831 Bytes
/
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
// ---------------------------------------------------------------
// Server Info Options
// ---------------------------------------------------------------
hostname "Config file not overwritten." // server name
rcon_password "YourRemoteAdminPassword" // rcon password
sv_password "" // Server password for private servers
sv_minrate 30000 // recommended minimum rate
sv_lan 0
heartbeat
// ---------------------------------------------------------------
// Game Mode Options (Change text with in the quotes)
// ---------------------------------------------------------------
mapcyclefile "mapcycle.txt"
sv_allow_votes 1
bot_quota 4
// ---------------------------------------------------------------
// Game Ban files
// ---------------------------------------------------------------
exec banned_ip.cfg
exec banned_user.cfg