-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.cfg
More file actions
133 lines (103 loc) · 3.63 KB
/
server.cfg
File metadata and controls
133 lines (103 loc) · 3.63 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
// Config for 'Prop Hunt'
// 18.06.2014 06:25:53 CET/CEST - tf2cfg.info
//
// Note: feel free to generate your own config.
// This is just a default config
// ----------------------------------------------------------------------------
// Basic Options
// ----------------------------------------------------------------------------
hostname "Prop Hunt PS"
//sv_password "password"
rcon_password "password"
sv_visiblemaxplayers "24"
// Fast download server base url (where the map/sounds folders will be)
// If using ftp.cfg, make sure the root of the ftp matches this http location.
//sv_downloadurl "http://www.mysite.com/prophunt/"
sv_pure "1"
sv_pausable "0"
setpause "0"
sv_lan "0"
sv_stats "0"
// ----------------------------------------------------------------------------
// Check for banned users
// ----------------------------------------------------------------------------
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
// ----------------------------------------------------------------------------
// Region and contact
// ----------------------------------------------------------------------------
//sv_contact "admin@youremail.com"
sv_region "1"
// ----------------------------------------------------------------------------
// Rcon Settings
// ----------------------------------------------------------------------------
rcon_banpenalty "9001"
rcon_maxfailures "5"
// ----------------------------------------------------------------------------
// Logging Settings
// ----------------------------------------------------------------------------
log "on"
sv_log_onefile "1"
sv_logfile "1"
sv_logbans "1"
sv_logecho "1"
// ----------------------------------------------------------------------------
// Rate Settings
// ----------------------------------------------------------------------------
fps_max "600"
sv_minrate "0"
sv_maxrate "60000"
sv_minupdaterate "20"
sv_maxupdaterate "66"
// ----------------------------------------------------------------------------
// Download Settings
// ----------------------------------------------------------------------------
sv_allowupload "1"
sv_allowdownload "1"
net_maxfilesize "15"
// ----------------------------------------------------------------------------
// Team Balance
// ----------------------------------------------------------------------------
mp_autoteambalance "1"
mp_autoteambalance_delay "60"
mp_autoteambalance_warning_delay "30"
mp_teams_unbalance_limit "2"
// ----------------------------------------------------------------------------
// Round and Game Times
// ----------------------------------------------------------------------------
mp_enableroundwaittime "1"
mp_bonusroundtime "8"
mp_restartround "0"
mp_timelimit "30"
mp_stalemate_enable "1"
mp_stalemate_timelimit "300"
// ----------------------------------------------------------------------------
// Client Settings
// ----------------------------------------------------------------------------
mp_forcecamera "0"
mp_allowspectators "1"
mp_footsteps "1"
sv_cheats "0"
decalfrequency "15"
mp_idledealmethod "1"
mp_idlemaxtime "15"
sv_timeout "30"
// ----------------------------------------------------------------------------
// Communication
// ----------------------------------------------------------------------------
sv_voiceenable "1"
sv_alltalk "1"
tf_teamtalk "1"
// ----------------------------------------------------------------------------
// Misc
// ----------------------------------------------------------------------------
tf_allow_player_use "0"
tf_damage_disablespread "0"
tf_forced_holiday "0"
tf_medieval "0"
tf_overtime_nag "0"
tf_playergib "1"
tf_use_fixed_weaponspreads "0"
tf_weapon_criticals "1"