diff options
Diffstat (limited to 'cfg/overrides/autoexec.cfg')
| -rw-r--r-- | cfg/overrides/autoexec.cfg | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg index 335665c..4060531 100644 --- a/cfg/overrides/autoexec.cfg +++ b/cfg/overrides/autoexec.cfg @@ -1,7 +1,7 @@ // 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 +// launch options: -novid -nojoy -nosteamcontroller -nohltv -particles 1 -precachefontchars -noquicktime -no_texture_stream +// mastercomfig high preset w/ null-cancelling movement, flat mouse, and no tutorial addons // *** fov and viewmodel *** @@ -14,14 +14,16 @@ tf_use_min_viewmodels "1" hud_combattext_batching "1" hud_combattext_batching_window "0.8" hud_fastswitch "1" -cl_crosshair_scale "0" +cl_crosshair_file "" // disable crosshair to use one from hud tf_scoreboard_mouse_mode "2" // use mouse on scoreboard con_enable "1" -net_graph "1" +con_filter_enable "1" +con_filter_text_out "Error" +net_graph "0" net_graphpos "2" // put netgraph in the middle of the screen // *** sound *** -volume "0.75" +volume "0.075" snd_musicvolume "0.2" tf_dingalingaling "1" tf_dingalingaling_lasthit "1" @@ -41,6 +43,7 @@ alias mvm=on "volume 0.02; tf_dingalingaling 0; tf_dingalingaling_lasthit 0" alias mvm=off "volume 0.075; tf_dingalingaling 1; tf_dingalingaling_lasthit 1" mvm=off +exec overrides/binds.cfg echo "**********" echo "--- getchoo's autoexec loaded! ---" |
