summaryrefslogtreecommitdiff
path: root/cfg/overrides/autoexec.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/overrides/autoexec.cfg')
-rw-r--r--cfg/overrides/autoexec.cfg45
1 files changed, 45 insertions, 0 deletions
diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg
new file mode 100644
index 0000000..88a75a6
--- /dev/null
+++ b/cfg/overrides/autoexec.cfg
@@ -0,0 +1,45 @@
+// getchoo's tf2 config
+// dxlevel: 100
+// launch options: -novid -nojoy -nosteamcontroller -nohltv -particles 1 -precachefontchars -noquicktime
+// mastercomfig high preset w/ null-cancelling movement, flat mouse, and no tutorial addons
+
+
+// *** fov and viewmodel ***
+fov_desired "90"
+viewmodel_fov "70"
+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 "0"
+tf_scoreboard_mouse_mode "2" // use mouse on scoreboard
+con_enable "1"
+
+// *** sound ***
+volume "0.15"
+snd_musicvolume "0.2"
+tf_dingalingaling "1"
+tf_dingalingaling_lasthit "1"
+tf_dingaling_lasthit_pitchmaxdmg "50"
+tf_dingaling_lasthit_pitchmindmg "150"
+tf_dingaling_pitchmaxdmg "50"
+tf_dingaling_pitchmindmg "150"
+
+// *** closed captions ***
+closecaption "1"
+cc_subtitles "1"
+cc_lang english
+cc_predisplay_time "0"
+
+// *** mvm aliases ***
+alias mvm=on "volume 0.02; tf_dingalingaling 0; tf_dingalingaling_lasthit 0; alias mvm_level echo mvm=on"
+alias mvm=off "volume 0.15; tf_dingalingaling 1; tf_dingalingaling_lasthit 1; alias mvm_level echo mvm=off"
+mvm=off
+
+
+echo "**********"
+echo "--- getchoo's autoexec loaded! ---"
+echo "**********" \ No newline at end of file