-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.cfg
More file actions
26 lines (20 loc) · 821 Bytes
/
server.cfg
File metadata and controls
26 lines (20 loc) · 821 Bytes
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 "<YourServerName>" // 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 2
// ---------------------------------------------------------------
// Game Ban files
// ---------------------------------------------------------------
exec banned_ip.cfg
exec banned_user.cfg