From 22167e2101fb616c7ee06dfff29de730f7a1f068 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 4 Jan 2024 23:24:12 +0100 Subject: [PATCH] Add viewmodel settings --- autoexec.cfg | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/autoexec.cfg b/autoexec.cfg index 758136e..2dac5fe 100644 --- a/autoexec.cfg +++ b/autoexec.cfg @@ -1,13 +1,19 @@ -bind h "toggle cl_crosshair_recoil 0 1" -bind leftarrow "cl_crosshair_recoil false" -bind rightarrow "cl_crosshair_recoil true" - -alias rethrow "sv_cheats 1;sv_rethrow_last_grenade" -alias togglenoclip "sv_cheats 1;noclip" - -bind o rethrow -bind p togglenoclip - -fps_max 300 - +bind h "toggle cl_crosshair_recoil 0 1" +bind leftarrow "cl_crosshair_recoil false" +bind rightarrow "cl_crosshair_recoil true" + +alias rethrow "sv_cheats 1;sv_rethrow_last_grenade" +alias togglenoclip "sv_cheats 1;noclip" + +bind o rethrow +bind p togglenoclip + +fps_max 300 + +viewmodel_fov 68 +viewmodel_offset_x 2 +viewmodel_offset_y 1 +viewmodel_offset_z -1.5 +viewmodel_presetpos 0 + echo "---autoexec loaded---" \ No newline at end of file