Upvote Upvoted 0 Downvote Downvoted
Spy view models?
posted in Q/A Help
1
#1
-2 Frags +

Is there a way to only take off his revolver viewmodel while leaving his arm to see if I'm cloaked or not?

Is there a way to only take off his revolver viewmodel while leaving his arm to see if I'm cloaked or not?
2
#2
-7 Frags +

nope
i like to see if i'm cloaked or not by remembering whether i've pressed the m2 button

nope
i like to see if i'm cloaked or not by remembering whether i've pressed the m2 button
3
#3
1 Frags +

you can bind m2 so when you click it, it toggles viewmodels so when cloaking it turns it on and uncloaking turns it off?

you can bind m2 so when you click it, it toggles viewmodels so when cloaking it turns it on and uncloaking turns it off?
4
#4
4 Frags +

cl_first_person_uses_world_model 1

cl_first_person_uses_world_model 1
5
#5
-1 Frags +

well here is the link to stabby's config
http://forums.steampowered.com/forums/showthread.php?t=1591457

well here is the link to stabby's config
http://forums.steampowered.com/forums/showthread.php?t=1591457
6
#6
-2 Frags +
MachuPikachuwell here is the link to stabby's config
http://forums.steampowered.com/forums/showthread.php?t=1591457

YEAH STABBY

[quote=MachuPikachu]well here is the link to stabby's config
http://forums.steampowered.com/forums/showthread.php?t=1591457[/quote]
YEAH STABBY
7
#7
0 Frags +

Tweak Stabby's config, it's a bit too complicated for most players and scripting it yourself can be a bit frustrating/time-consuming if your not sure exactly what you're doing. Best of luck.

Tweak Stabby's config, it's a bit too complicated for most players and scripting it yourself can be a bit frustrating/time-consuming if your not sure exactly what you're doing. Best of luck.
8
#8
1 Frags +

I use this
alias +toggle1 "+attack2;r_drawviewmodel 1"
alias -toggle1 "-attack2;"

alias "cloakOn" "bind mouse2 +toggle1"
alias "cloakOff" "bind mouse2 -toggle1"
bind mouse2 "+toggle1"

Works fine for me, I guess you'd also want
bind "1" "r_drawviewmodel 0".
bind "2" "r_drawviewmodel 1"
bind "3" "r_drawviewmodel 1"

I use this
alias +toggle1 "+attack2;r_drawviewmodel 1"
alias -toggle1 "-attack2;"

alias "cloakOn" "bind mouse2 +toggle1"
alias "cloakOff" "bind mouse2 -toggle1"
bind mouse2 "+toggle1"

Works fine for me, I guess you'd also want
bind "1" "r_drawviewmodel 0".
bind "2" "r_drawviewmodel 1"
bind "3" "r_drawviewmodel 1"
9
#9
3 Frags +

what if you auto-decloak?

what if you auto-decloak?
Please sign in through STEAM to post a comment.