Add viewmodel settings
This commit is contained in:
30
autoexec.cfg
30
autoexec.cfg
@@ -1,13 +1,19 @@
|
|||||||
bind h "toggle cl_crosshair_recoil 0 1"
|
bind h "toggle cl_crosshair_recoil 0 1"
|
||||||
bind leftarrow "cl_crosshair_recoil false"
|
bind leftarrow "cl_crosshair_recoil false"
|
||||||
bind rightarrow "cl_crosshair_recoil true"
|
bind rightarrow "cl_crosshair_recoil true"
|
||||||
|
|
||||||
alias rethrow "sv_cheats 1;sv_rethrow_last_grenade"
|
alias rethrow "sv_cheats 1;sv_rethrow_last_grenade"
|
||||||
alias togglenoclip "sv_cheats 1;noclip"
|
alias togglenoclip "sv_cheats 1;noclip"
|
||||||
|
|
||||||
bind o rethrow
|
bind o rethrow
|
||||||
bind p togglenoclip
|
bind p togglenoclip
|
||||||
|
|
||||||
fps_max 300
|
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---"
|
echo "---autoexec loaded---"
|
||||||
Reference in New Issue
Block a user