-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathserver.cfg
55 lines (47 loc) · 1.91 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
//=========================Server Passwords======================//
set g_password "mypassword" // set to password protect the server
set sv_privateclients "0" // if set > 0, then this number of client slots will be reserved for connections
set sv_privatepassword "" // that have "password" set to the value of "sv_privatePassword"
set rconpassword "myrcon" // remote console access password
set refereePassword "myreferee" // referee status password
set b_shoutcastpassword "myshoutcast" // Shoutcast login
//=============================DL, RATE==========================//
set sv_maxRate "25000"
set sv_dl_maxRate "2048000"
set sv_allowDownload "1"
set sv_wwwDownload "1"
set sv_wwwBaseURL "https://www.gamestv.org/download/repository/et/"
set sv_wwwDlDisconnected "0"
set sv_wwwFallbackURL ""
//=============================MOD, ECT==========================//
set sv_hostname "My Docker Server" // name of server here
set server_motd0 " " // message in right corner of join screen here
set server_motd1 " "
set server_motd2 " "
set server_motd3 " "
set server_motd4 " "
set server_motd5 " "
//==========================MASTER SERVERS==========================//
// The master servers are unset, which means your server will not appear on the list
// This is to avoid DDoS attacks, delete the next 5 lines if you want your server to reappear on the list
set sv_master1 ""
set sv_master2 ""
set sv_master3 ""
set sv_master4 ""
set sv_master5 ""
//=========================STARTUP======================//
map radar
wait 300
config global3
wait 150
config global3
//=========================LOG SETTINGS======================//
set g_log "etserver.log"
set g_logsync 0
set logfile 0
//============================ETTV===========================//
set ettv_sv_maxslaves "2"
set ettv_password "3ttv"
set b_ettv_flags "3"
// Maximum number of clients per IP address
set ip_max_clients 2