-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnacl.cfg
115 lines (101 loc) · 2.92 KB
/
nacl.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
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
// https://github.com/nacl-gg/cfg
say nacl.cfg - loading, version 2019.01
log on
alias nacl "nacl_help"
alias nacl_help "echo nacl.cfg - commands available via RCON: nacl_5cp, nacl_5cp_gc, nacl_koth"
alias nacl_5cp "mp_timelimit 30; mp_winlimit 5; say nacl.cfg - 5cp configuration active"
alias nacl_5cp_gc "mp_timelimit 00; mp_winlimit 1; say nacl.cfg - 5cp golden cap configuration active"
alias nacl_koth "mp_timelimit 00; mp_winlimit 3; say nacl.cfg - koth configuration active"
mp_allowspectators 1
mp_autoteambalance 0
mp_bonusroundtime 15
mp_disable_respawn_times 0
mp_enableroundwaittime 1
mp_fadetoblack 0
mp_footsteps 1
mp_forcecamera 1
mp_forcerespawn 1
mp_fraglimit 0
mp_friendlyfire 0
mp_highlander 0
mp_idledealmethod 0
mp_match_end_at_timelimit 1
mp_maxrounds 0
mp_respawnwavetime 10
mp_scrambleteams_auto 0
mp_stalemate_enable 0
mp_teams_unbalance_limit 0
mp_tournament 1
mp_tournament_allow_non_admin_restart 0
mp_tournament_prevent_team_switch_on_readyup 1
mp_tournament_readymode 0
mp_tournament_whitelist "cfg/competitive_6v6.txt" // TODO
mp_windifference 0
sv_allow_votes 0
sv_allow_wait_command 0
sv_allowupload 0
sv_alltalk 0
sv_cheats 0
sv_client_max_interp_ratio 5
sv_client_min_interp_ratio 1
sv_client_predict 1
sv_consistency 2
sv_gravity 800
sv_maxcmdrate 66
sv_maxrate 0
sv_maxupdaterate 66
sv_mincmdrate 66
sv_minrate 33000
sv_minupdaterate 66
sv_pausable 1
sv_pure 2
sv_pure_kick_clients 1
sv_pure_trace 1
sv_restrict_aspect_ratio_fov 0
sv_turbophysics 1 // weird undocumented feature that forces itself to 1 in TF2 only
tf_avoidteammates_pushaway 0
tf_birthday 0
tf_birthday_ball_chance 0
tf_clamp_airducks 1
tf_damage_disablespread 1
tf_player_movement_restart_freeze 1
tf_preround_push_from_damage_enable 1
tf_spawn_glows_duration 0
tf_spec_xray 0 // hides names above players when spectating
tf_gravetalk 1 // allows anyone to read messages from dead players
tf_tournament_hide_domination_icons 1 // icons above players dominating you
tf_use_fixed_weaponspreads 1
tf_weapon_criticals 0
tf_weapon_criticals_melee 0
// We don't use the class limit feature because:
// - It can be bypassed
// - It can cause situations where players have to wait on each other to change classes
tf_tournament_classlimit_scout -1
tf_tournament_classlimit_soldier -1
tf_tournament_classlimit_pyro -1
tf_tournament_classlimit_demoman -1
tf_tournament_classlimit_heavy -1
tf_tournament_classlimit_engineer -1
tf_tournament_classlimit_medic -1
tf_tournament_classlimit_sniper -1
tf_tournament_classlimit_spy -1
tv_allow_camera_man 0
tv_allow_static_shots 0
tv_delay 90
tv_delaymapchange 1
tv_delaymapchange_protect 1
tv_enable 1
tv_maxrate 0
tv_snapshotrate 66
tv_transmitall 1
// External plugin allowed: TFTrue
// http://tftrue.esport-tools.net/
tftrue_freezecam 1
tftrue_maxfov 90
tftrue_whitelist_id competitive_6v6
tftrue_tournament_config 0
tftrue_bunnyhop 0
nacl_5cp
nacl_help
mp_tournament_restart
say nacl.cfg - loaded, version 2019.01