forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team-fortress2server.cfg
49 lines (48 loc) · 1.63 KB
/
team-fortress2server.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
// This file is controlled by AMP
// Configure any additional required settings via the AMP UI
{{UserSettings}}
hostname "{{hostname}}"
sv_tags "{{sv_tags}}"
sv_lan {{sv_lan}}
sv_password "{{sv_password}}"
rcon_password "{{rcon_password}}"
tf_server_identity_account_id {{tf_server_identity_account_id}}
tf_server_identity_token "{{tf_server_identity_token}}"
mp_timelimit {{mp_timelimit}}
mp_maxrounds {{mp_maxrounds}}
sv_region {{sv_region}}
sv_visiblemaxplayers {{sv_visiblemaxplayers}}
mp_allowspectators {{mp_allowspectators}}
sv_pure_kick_clients {{sv_pure_kick_clients}}
sv_cheats {{sv_cheats}}
sv_filterban {{sv_filterban}}
sv_allowdownload {{sv_allowdownload}}
sv_downloadurl "{{sv_downloadurl}}"
sv_allowupload {{sv_allowupload}}
net_maxfilesize {{net_maxfilesize}}
sv_minrate {{sv_minrate}}
sv_maxrate {{sv_maxrate}}
sv_minupdaterate {{sv_minupdaterate}}
sv_maxupdaterate {{sv_maxupdaterate}}
decalfrequency {{decalfrequency}}
mp_friendlyfire {{mp_friendlyfire}}
mp_flashlight {{mp_flashlight}}
mp_footsteps {{mp_footsteps}}
mp_autocrosshair {{mp_autocrosshair}}
sv_pausable {{sv_pausable}}
sv_allow_wait_command {{sv_allow_wait_command}}
sv_alltalk {{sv_alltalk}}
mp_fadetoblack {{mp_fadetoblack}}
mp_autoteambalance {{mp_autoteambalance}}
mp_teams_unbalance_limit {{mp_teams_unbalance_limit}}
mp_stalemate_enable {{mp_stalemate_enable}}
mp_stalemate_timelimit {{mp_stalemate_timelimit}}
mp_winlimit {{mp_winlimit}}
tf_damage_disablespread {{tf_damage_disablespread}}
sv_stats {{sv_stats}}
mp_forcecamera {{mp_forcecamera}}
tv_autorecord {{tv_autorecord}}
tv_maxclients {{tv_maxclients}}
tv_maxrate {{tv_maxrate}}
exec banned_ip.cfg
exec banned_user.cfg