diff options
| author | seth <[email protected]> | 2022-06-11 14:52:43 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-06-11 14:52:43 -0400 |
| commit | 27a6df4194ede10e2527b91b3a55cccde701d770 (patch) | |
| tree | 354cacc0d275433360d077848b90903e6d32f987 /cfg/overrides/autoexec.cfg | |
| parent | 1e12338e0cc5aefbe711c17e7947325c873e1b47 (diff) | |
change preset and add some fixes
Diffstat (limited to 'cfg/overrides/autoexec.cfg')
| -rw-r--r-- | cfg/overrides/autoexec.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg index 88a75a6..13fc6c4 100644 --- a/cfg/overrides/autoexec.cfg +++ b/cfg/overrides/autoexec.cfg @@ -1,12 +1,12 @@ // 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 +// mastercomfig medium-high preset w/ null-cancelling movement, flat mouse, and no tutorial addons // *** fov and viewmodel *** fov_desired "90" -viewmodel_fov "70" +viewmodel_fov "90" sensitivity "3.5" tf_use_min_viewmodels "1" @@ -19,14 +19,14 @@ tf_scoreboard_mouse_mode "2" // use mouse on scoreboard con_enable "1" // *** sound *** -volume "0.15" +volume "0.1" 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" +tf_dingaling_lasthit_pitchmaxdmg "65" +tf_dingaling_lasthit_pitchmindmg "127" +tf_dingaling_pitchmaxdmg "65" +tf_dingaling_pitchmindmg "127" // *** closed captions *** closecaption "1" @@ -42,4 +42,4 @@ mvm=off echo "**********" echo "--- getchoo's autoexec loaded! ---" -echo "**********"
\ No newline at end of file +echo "**********" |
