summaryrefslogtreecommitdiff
path: root/cfg/overrides/autoexec.cfg
blob: 6f41f99e14a151790133f3a9a8bacbff6540db8f (plain)
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
// getchoo's tf2 config
// dxlevel: 100
// launch options: -novid -nojoy -nosteamcontroller -nohltv -particles 1 -precachefontchars -noquicktime
// mastercomfig medium-high preset w/ null-cancelling movement, flat mouse, and no tutorial addons


// *** fov and viewmodel ***
fov_desired "90"
viewmodel_fov "90"
sensitivity "3.5"
tf_use_min_viewmodels "1"

// *** hud settings ***
hud_combattext_batching "1"
hud_combattext_batching_window "0.8"
hud_fastswitch "1"
cl_crosshair_scale "0"
tf_scoreboard_mouse_mode "2" // use mouse on scoreboard
con_enable "1"
net_graph "1"
net_graphpos "2" // put netgraph in the middle of the screen

// *** sound ***
volume "0.1"
snd_musicvolume "0.2"
tf_dingalingaling "1"
tf_dingalingaling_lasthit "1"
tf_dingaling_lasthit_pitchmaxdmg "65"
tf_dingaling_lasthit_pitchmindmg "127"
tf_dingaling_pitchmaxdmg "65"
tf_dingaling_pitchmindmg "127"

// *** closed captions ***
closecaption "1"
cc_subtitles "1"
cc_lang "clovervidiar"
cc_predisplay_time "0"

// *** mvm alias ***
alias mvm=on "volume 0.02; tf_dingalingaling 0; tf_dingalingaling_lasthit 0"
alias mvm=off "volume 0.1; tf_dingalingaling 1; tf_dingalingaling_lasthit 1"
mvm=off


echo "**********"
echo "--- getchoo's autoexec loaded! ---"
echo "**********"