But how

How does it work with the fov toggler, can anyone explain me how to use it and how it works?
would be nice, got 1.

long
//**************************
//*** Made by dc|RaZiel ***
//**************************
//******* 14-01-2003 *******
//**************************

seta m_pitch "0.016"
seta m_yaw "0.022"
seta m_filter "0"
seta cl_freelook "1"
seta cl_mouseAccel "0" //more accurate when used on long range
seta sensitivity "1"
seta cg_drawgun "0"
seta cg_fov 90

//Crosshair
seta cg_crosshairHealth "0" // Has to be 0 , or colors won't show.
seta cg_drawCrosshair "5"
seta cg_crosshairSize "38"
seta cg_crosshairAlpha "1.0" //make it a bit more transparent
seta cg_crosshairAlphaAlt "0.5"
seta cg_crosshairColor "cyan"
seta cg_crosshairColorAlt "cyan"


close
//**************************
//*** Made by dc|RaZiel ***
//**************************
//******* 14-01-2003 *******
//**************************

//seta in_mouse "1"
seta m_pitch "0.016"
seta m_yaw "0.022"
seta m_filter "0"
seta cl_mouseAccel "0"
seta sensitivity "1.1"
seta cg_fov 112
seta cg_drawgun "1"

//Crosshair
seta cg_crosshairHealth "0" // Has to be 0 , or colors won't show.
seta cg_drawCrosshair "5"
seta cg_crosshairSize "42"
seta cg_crosshairAlpha "0.9" //make it a bit more transparent
seta cg_crosshairAlphaAlt "1.0"
seta cg_crosshairColor "0xA0FFC0"
seta cg_crosshairColorAlt "red"


Please explain me how to use this, how to to work it on. For what it helps, how Can I use it fast ingame like I am shooting to some1 in far and it switches to long, and if close then close. How to work it on that I can switch it so fast in shoot.

Thanks mates, cu at lan cuz i am the best
Comments
14
Get down on your kneels and do your job first.
Its useless, cant be arsed explaining how to use it
that shit is like 8 years old doesnt work anymore now i guess before yuo can switch to it your already dead probly back then ppl were worse then we are now
Basically, you just need to script the two
raziel is shit
thaz som real harcoded shis
This is mine:
just modify your values, add fov and other stuff and maybe learn how variables work!

set sns "vstr sns1"

set sns1 "sensitivity 1.0; set cg_drawCrosshair 5; set cg_crosshairSize 29; set cg_crosshairAlpha 1.0; set cg_crosshairAlphaAlt 0.5; set cg_crosshairColor cyan; set cg_crosshairColorAlt cyan; set sns vstr sns2; echo ^.LOW^ysens"

set sns2 "sensitivity 1.3; set cg_drawCrosshair 5; set cg_crosshairSize 29; set cg_crosshairAlpha 1.0; set cg_crosshairAlphaAlt 1.0; set cg_crosshairColor cyan; set cg_crosshairColorAlt cyan; set sns vstr sns1; echo ^.HIGH^ysens"

bind Mouse3 "vstr sns"


I guess Raziel executed config files in his toggle.
bind MWHEELDOWN "cg_fov 120"
bind MWHEELUP "cg_fov 90"
it can be use today as well make two configs and put in one config the close shit and in the other the long shit, then at the end u write seta bind x(bind everytime the same key) exec fov90.cfg/fov112.cfg in ur autoexec u write seta bind x(the same key here) exec fov90.cfg. all in all i would say fov toogle is just a bit senseless i play the full time with fov 120....

btw if u play with the dot as crosshair use:

seta cg_drawcrosshair "15"
seta cg_crosshairColor "cyan"
seta cg_crosshairColorAlt "white"

ur crosshair will glow more it's better for dark places, when u have a dark config it's even the best choice. i think it's even for all the best choice cause with cg_drawcrosshair "5" , the crosshair is kind of dark.
bind key exec close.cfg
bind key exec long.cfg
1key is enough
Parent
Back to top