From 27a6df4194ede10e2527b91b3a55cccde701d770 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 11 Jun 2022 14:52:43 -0400 Subject: change preset and add some fixes --- cfg/overrides/autoexec.cfg | 16 ++++++++-------- cfg/overrides/engineer.cfg | 14 +++++++++++++- cfg/overrides/game_overrides.cfg | 8 ++++++-- cfg/overrides/medic.cfg | 3 ++- cfg/overrides/post_comfig.cfg | 4 ++-- cfg/overrides/pre_comfig.cfg | 2 +- 6 files changed, 32 insertions(+), 15 deletions(-) (limited to 'cfg') 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 "**********" diff --git a/cfg/overrides/engineer.cfg b/cfg/overrides/engineer.cfg index 2d8b81c..53209c2 100644 --- a/cfg/overrides/engineer.cfg +++ b/cfg/overrides/engineer.cfg @@ -1 +1,13 @@ -loadouts.engineer \ No newline at end of file +// *** destroy and build script *** +bind "UPARROW" build_sentry +bind "LEFTARROW" build_disp +bind "DOWNARROW" build_entrance +bind "RIGHTARROW" build_exit + +alias build_sentry "destroy 2; build 2" +alias build_disp "destroy 0; build 0" +alias build_entrance "destroy 1; build 1" +alias build_exit "destroy 3; build 3" + + +loadouts.engineer diff --git a/cfg/overrides/game_overrides.cfg b/cfg/overrides/game_overrides.cfg index b711a95..1e60399 100644 --- a/cfg/overrides/game_overrides.cfg +++ b/cfg/overrides/game_overrides.cfg @@ -1,2 +1,6 @@ -bind "MOUSE2" "+attack2" -bind "MOUSE5" \ No newline at end of file +bind "MOUSE2" +attack2 +unbind "MOUSE5" +unbind "UPARROW" +unbind "LEFTARROW" +unbind "DOWNARROW" +unbind "RIGHTARROW" diff --git a/cfg/overrides/medic.cfg b/cfg/overrides/medic.cfg index 055a20c..d259701 100644 --- a/cfg/overrides/medic.cfg +++ b/cfg/overrides/medic.cfg @@ -14,4 +14,5 @@ alias loadouts.cfg.B "exec overrides/medic/kritz.cfg" alias loadouts.cfg.C "exec overrides/medic/quickfix.cfg" alias loadouts.cfg.D "exec overrides/medic/vaccinator.cfg" -loadouts.medic \ No newline at end of file + +loadouts.medic diff --git a/cfg/overrides/post_comfig.cfg b/cfg/overrides/post_comfig.cfg index c17f110..e7212c2 100644 --- a/cfg/overrides/post_comfig.cfg +++ b/cfg/overrides/post_comfig.cfg @@ -1,2 +1,2 @@ -exec loadouts/load.cfg // junior's loadouts script -exec overrides/binds.cfg \ No newline at end of file +exec loadouts/load.cfg // junior's loadouts script +exec overrides/binds.cfg diff --git a/cfg/overrides/pre_comfig.cfg b/cfg/overrides/pre_comfig.cfg index b43bc00..129fb5e 100644 --- a/cfg/overrides/pre_comfig.cfg +++ b/cfg/overrides/pre_comfig.cfg @@ -1 +1 @@ -preset=high \ No newline at end of file +preset=medium-high \ No newline at end of file -- cgit v1.2.3