diff options
| author | seth <[email protected]> | 2023-02-18 02:03:56 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-18 02:03:56 -0500 |
| commit | 30218161ab193c46da36d149681546f4ea25180a (patch) | |
| tree | 6ba1e3d7ac2efe64cc892e29cd35798e5aa3dfe9 | |
| parent | 32839230c637ac692fd8db512d89894cfe5cecb1 (diff) | |
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | cfg/overrides/autoexec.cfg | 2 | ||||
| -rw-r--r-- | cfg/overrides/game_overrides.cfg | 2 | ||||
| -rw-r--r-- | cfg/overrides/modules.cfg | 3 | ||||
| -rw-r--r-- | cfg/overrides/pre_comfig.cfg | 1 |
5 files changed, 6 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index fcadb2c..c8da6fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text eol=lf +*.vpk binary diff --git a/cfg/overrides/autoexec.cfg b/cfg/overrides/autoexec.cfg index 03628c8..57c03f8 100644 --- a/cfg/overrides/autoexec.cfg +++ b/cfg/overrides/autoexec.cfg @@ -8,7 +8,7 @@ fov_desired "90" viewmodel_fov "70" sensitivity "1.75" -tf_use_min_viewmodels "0" +tf_use_min_viewmodels "1" // *** hud settings *** hud_combattext_batching "1" diff --git a/cfg/overrides/game_overrides.cfg b/cfg/overrides/game_overrides.cfg index 403d683..2e382fc 100644 --- a/cfg/overrides/game_overrides.cfg +++ b/cfg/overrides/game_overrides.cfg @@ -1,7 +1,7 @@ // *** reset binds *** bind "MOUSE2" "+attack2" unbind "MOUSE5" -bind "MOUSE4" loadouts.resup +bind "MOUSE4" "loadouts.resup" unbind "UPARROW" unbind "LEFTARROW" unbind "DOWNARROW" diff --git a/cfg/overrides/modules.cfg b/cfg/overrides/modules.cfg index f856569..489ffbe 100644 --- a/cfg/overrides/modules.cfg +++ b/cfg/overrides/modules.cfg @@ -2,6 +2,7 @@ bandwidth=6.0Mbps download=nosounds particles=medium post_processing=off +// disable for wayland // anti_aliasing=off props=low sheens_speed=medium @@ -9,4 +10,4 @@ hud_player_model=off hud_contracts=active hud_avatars=everyone outlines=medium -dynamic_background=preload +// dynamic_background=preload diff --git a/cfg/overrides/pre_comfig.cfg b/cfg/overrides/pre_comfig.cfg new file mode 100644 index 0000000..b43bc00 --- /dev/null +++ b/cfg/overrides/pre_comfig.cfg @@ -0,0 +1 @@ +preset=high
\ No newline at end of file |
