distance toggle..

hey guys...

i need a nice distance toggle...


thx
Comments
15
// (cg_fov toggle)
bind F12 "vstr tog_fov"
set tog_fov "vstr tog_fov_1"
set tog_fov_1 "set cg_fov 90; sensitivity 2.66; echo ^2FOV ^7105^<-;set tog_fov vstr tog_fov_2"
set tog_fov_2 "set cg_fov 105; sensitivity 2.96; echo ^2FOV ^790^<-;set tog_fov vstr tog_fov_1"
bind x "vstr fov"
seta fov "vstr 90"
seta 90 "cg_fov 90; seta fov vstr 110"
seta 110 "cg_fov 110; seta fov vstr 90"

kthx
hey dce i need skill
set fov1 "+movedown;cg_fov 90;sensitivity 1.5; set vstr fov2"
set fov2 "-movedown;cg_fov 110;sensitivity 3; set vstr fov1"
bind x "+vstr fov1 fov2"
the crouch would just been anyoing to be honest :P
Parent
i use that for long distance, and i usually crouch when i shoot on long distance :)
Parent
back to ET ? xD
bind mwheelup cg_fov 90
bind mwheeldown cg_fov 120
bind 1 "vstr fovtoggle"
set fovtoggle1 "set cg_fov 95; sensitivity 1.4; cg_drawcrosshair 5; cg_crosshairSize 32; cg_crosshairColor "red"; cg_crosshairpulse 0; cg_drawgun 0; cg_crosshaircoloralt "cyan"; set fovtoggle vstr fovtoggle2"
set fovtoggle2 "set cg_fov 105; sensitivity 2.0; cg_drawcrosshair 5; cg_crosshairSize 48; cg_crosshairColor "red"; cg_crosshairpulse 0; cg_drawgun 1; cg_crosshaircoloralt "red"; set fovtoggle vstr fovtoggle1"
set fovtoggle "vstr fovtoggle1"
do this for changing of visual effects during zooming (makes your aim improve):

bind 1 "vstr fovtoggle"
set fovtoggle1 "set cg_fov 95; sensitivity 1.4; cg_drawcrosshair 5; cg_crosshairSize 32; cg_crosshairColor "red"; cg_crosshairpulse 0; cg_drawgun 0; cg_crosshaircoloralt "cyan"; set fovtoggle vstr fovtoggle2"
set m 1.89; set cg_crosshairColor 1.89; set sensitivity 0;
set fovtoggle2 "set cg_fov 105; sensitivity 2.0; cg_drawcrosshair 5; cg_crosshairSize 48; cg_crosshairColor "red"; cg_crosshairpulse 0; cg_drawgun 1; cg_crosshaircoloralt "red"; set fovtoggle vstr fovtoggle1"
set fovtoggle "vstr fovtoggle1"
lol. just add random settings to the toggle to make it look beter? toggle e.g. the pulsing off twice wont make any effect: leave it out. chaning sens during fight seems 2 be dumb aswell but nvm.
Parent
lol dude it's all about this: set m 1.89; set cg_crosshairColor 1.89; set sensitivity 0;
try to guess what this means...
Parent
where is "vstr m" 2 lazy 2 search <3 (and tbh u cant find it)
setting something not used is rly making sense to me now!

.:edit:.
before i got 2 replay again: ven if all those things were rly rly cool and usefull still the pulsing is 2 much and the type of crosshair and drawgun and so on...
Parent
omg dude my script was a JOKE, like "/quit lag"... if you use this, the "m" cvar will be set to some bullshit, together with the others. This will make it impossible to change those cvars anymore, cause the function has been overwritten by some bullshit... -> reïnstall the game.
Parent
/exec configname.cfg
instead of random etreinstall.
Parent
Back to top