-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver-init.cfg
39 lines (27 loc) · 1.36 KB
/
server-init.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
// optional specific IP for server to use
// serverip N.N.N.N
// optional specific port for server to use
serverport 28785
// maximum number of allowed clients
maxclients 64
// maximum number of bots a master can add - admins are unaffected by this limit
// set to 0 to disallow bots
serverbotlimit 8
// controls whether or not the server is intended for "public" use
// when set to 0, allows "setmaster 1" and locked/private mastermodes (for coop-editing and such)
// when set to 1, can only gain master by "auth" or admin, and doesn't allow locked/private mastermodes
// when set to 2, allows "setmaster 1" but disallows private mastermode (for public coop-editing)
publicserver 0
// description server shows for the server browser
// serverdesc "Malaysia Server(SEA) AMD"
serverdesc "MiKoin.net"
// password required to connect to the server
// generally unnecessary unless you really don't want anyone connecting to your server
serverpass ""
// password that allows you to gain admin by "setmaster password_here"
adminpass "password"
// controls whether or not the server reports to the masterserver
// 1 means public, 0 private/lan
updatemaster 1
// optional message of the day to send to players on connect
servermotd "Tienes que matar a los rojos, los rojos son los enemigos. Para hablar en el chat global pulsa la tecla 'T' y pulsa la tecla 'Y' para hablar con tu equipo."