crouch script
•
1 Jun 2007, 10:20
•
Journals
I'm not one for knowing commands etc for configs or how do to stuff so I will ask. Can someone tell me how I can make a script which switches my fov from my normal (110) to 90 when I crouch, but switches straight back when I un-crouch? My crouch button is mouse 2 so not sure if that makes it easier or harder! Cheers!
set you "+movedown;cg_fov 90"
set suck "-movedown;cg_fov 110"
np
bind mouse2 "vstr crouch uncrouch"
set crouch "+movedown; set cg_fov 90"
set uncrouch "-movedown; set cg_fov 110"
Should be something like that, not sure it works though.
Damn, silent was teh quickerZ. ;[
is it fps or maxpackets related?
set crouch "+movedown; set cg_fov 90"
set uncrouch "-movedown; set cg_fov 110"
:?
Just make sure it's all in the same config file.
bind d "+moveright"
bind w "+forward"
bind s "+back"
bind q "+leanleft"
bind e "+leanright"
bind SPACE "+moveup"
bind CAPSLOCK "+speed"
bind SHIFT "+sprint"
bind ALT "+prone"
bind MOUSE2 "vstr crouch uncrouch"
set crouch "+movedown; set cg_fov 90"
set uncrouch "-movedown; set cg_fov 110"
like so ?
changing fov during infightcrouching isnt realy nice i guess :o
(I toggle fov with mouse button 3)