Counter-Strike 2

Counter-Strike 2

Not enough ratings
How to see gloves/arms when using Falchion Knife.
By Capt. Make It Happen
Want to see your arms when using the Falchion knife? (only recommended for low visual knives) It is even better with the recent update because other players can see you switch view model offset, so now your Falchion knife wont only look 100% better to you but to other players as well. This is setup to keep the original viewmodel for your guns but changes when you pull your knife out, looks really clean.

Bind these commands in your auto exec, if you don't know what a auto exec is, look it up on Youtube.

bind 3 "viewmodel_offset_z 0; slot3"
bind 2 "viewmodel_offset_z -2; slot2"
bind 1 "viewmodel_offset_z -2; slot1"

If you use different binds for weapon slots, change bind command to whatever key your weapon slot is.
If you want my full auto exec that ive built up over the years here it is, truly one of the best. Please give this guide a like as I have not found anything on the internet that goes this in depth, and I just found this out, hope it helps <3

Copy:

echo "---------------------"
echo "----config loaded----"
echo "---------------------"

cl_showfps 1
fps_max 240

alias +jump_ "+jump;+jump"
alias -jump_ "-jump;-jump;-jump"
bind space "+jump_"
bind mwheelup "+jump_”
alias +test +jump
alias -test -jump
bind space +test

alias “+jumpthrow” "+jump;-attack”
alias "-jumpthrow" "-jump"
bind "Tab" +jumpthrow

viewmodel_fov 68
viewmodel_offset_x 1.0
viewmodel_offset_y 2
viewmodel_offset_z -1
cl_righthand 1
viewmodel_presetpos 0


alias colors "colors0"
alias colors0 "cl_hud_color 0; alias colors colors1"
alias colors1 "cl_hud_color 1; alias colors colors2"
alias colors2 "cl_hud_color 2; alias colors colors3"
alias colors3 "cl_hud_color 3; alias colors colors4"
alias colors4 "cl_hud_color 4; alias colors colors5"
alias colors5 "cl_hud_color 5; alias colors colors6"
alias colors6 "cl_hud_color 6; alias colors colors0"

bind d "+right; colors;"
bind a "+left; colors;"
bind w "+forward; colors;"
bind s "+back; colors;"
bind 3 "viewmodel_offset_z 0; slot3"
bind 2 "viewmodel_offset_z -2; slot2"
bind 1 "viewmodel_offset_z -2; slot1"


cl_interp_ratio 1
cl_updaterate 128
cl_interp 0.015625
cl_show_team_equipment
cl_showpos 1
cq_netgraph 1

vprof_off

demo_flush 0

host_writeconfig

bind mwheelup "+jump_
   
Award
Favorite
Favorited
Unfavorite
Preview of what it looks like after command
Left Before Right After (notice you can see arms and more glove[/screenshot]