diff options
| author | seth <[email protected]> | 2022-09-29 11:28:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-09-29 11:28:32 -0400 |
| commit | 649ef8904255d180a9760f54389efb8983a15d7e (patch) | |
| tree | 53d8570c8480f563adcd9cd4d26fb5cd5a928d5e | |
| parent | 04359e2f8ac2b26a8ee7d1283d4ce90b3dd51db8 (diff) | |
update for mastercomfig v9.10.1
| -rw-r--r-- | cfg/overrides/autoexec.cfg | 4 | ||||
| -rw-r--r-- | cfg/overrides/game_overrides.cfg | 2 | ||||
| -rw-r--r-- | cfg/overrides/modules.cfg | 8 | ||||
| -rw-r--r-- | cfg/overrides/setup_hook.cfg (renamed from cfg/overrides/binds.cfg) | 0 |
4 files changed, 7 insertions, 7 deletions
diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg index 4060531..ee20184 100644 --- a/cfg/overrides/autoexec.cfg +++ b/cfg/overrides/autoexec.cfg @@ -14,7 +14,7 @@ tf_use_min_viewmodels "1" hud_combattext_batching "1" hud_combattext_batching_window "0.8" hud_fastswitch "1" -cl_crosshair_file "" // disable crosshair to use one from hud +cl_crosshair_file "" // disable builtin crosshair tf_scoreboard_mouse_mode "2" // use mouse on scoreboard con_enable "1" con_filter_enable "1" @@ -43,8 +43,6 @@ 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! ---" echo "**********" diff --git a/cfg/overrides/game_overrides.cfg b/cfg/overrides/game_overrides.cfg index 57b2156..c41d898 100644 --- a/cfg/overrides/game_overrides.cfg +++ b/cfg/overrides/game_overrides.cfg @@ -1,4 +1,4 @@ -// *** reset binds and aliases *** +// *** reset binds *** bind "MOUSE2" "+attack2" unbind "MOUSE5" unbind "UPARROW" diff --git a/cfg/overrides/modules.cfg b/cfg/overrides/modules.cfg index 3587c71..04de512 100644 --- a/cfg/overrides/modules.cfg +++ b/cfg/overrides/modules.cfg @@ -1,9 +1,11 @@ bandwidth=6.0Mbps download=nosounds post_processing=off +// anti_aliasing=off +props=medium sheens_speed=medium -ropes=low -hud_player_model=on -hud_contracts=hide +hud_player_model=off +hud_contracts=active hud_avatars=everyone +outlines=medium dynamic_background=preload diff --git a/cfg/overrides/binds.cfg b/cfg/overrides/setup_hook.cfg index 2638399..2638399 100644 --- a/cfg/overrides/binds.cfg +++ b/cfg/overrides/setup_hook.cfg |
