From 1e12338e0cc5aefbe711c17e7947325c873e1b47 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 3 Jun 2022 05:40:10 -0400 Subject: initial commit --- cfg/overrides/autoexec.cfg | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 cfg/overrides/autoexec.cfg (limited to 'cfg/overrides/autoexec.cfg') 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 -- cgit v1.2.3