GuardianGI
09-05-2009, 02:55 PM
lets start with the fov (vieuwing angle default is 90 degrees)
bind "z" vstr set_fov
set set_fov_1 "set set_fov vstr set_fov_0; set cg_fov 90.0;
set set_fov_0 "set set_fov vstr set_fov_1; set cg_fov 110.0;
vstr set_fov_0
this allows you to see a little bit more and switch back if you ened to while firing long disteances :)
tip for ppl with interesting screen resolutions:
set r_customwidth 1680
set r_customheight 1050
there is no way to set this resolution in ET besides using these commands (counts for most widescreen resolutions)
my xhair (i just like to share stuf like this give it a try if you want)
seta cg_crosshairHealth "0"
seta cg_drawCrosshair "5"
seta cg_crosshairSize "35"
seta cg_crosshairAlpha "0.75"
seta cg_crosshairAlphaAlt "0.5"
seta cg_crosshairColor "red"
seta cg_crosshairColorAlt "cyan"
seta cg_crosshairpulse "0"
the best tip a sniper can get IMO:
seta cg_zoomstepsniper "100"
seta cg_zoomDefaultSniper "20"
sets default at all the way zoomed out (my fav way of sniping)
and allows you to zoom all the way in with only 1 "tick" on the scroll wheel (100 is kind of rediculous i think 20 is enough any way you can tweak this to your liking ofc)
toggle walk bind:
set walk_off "-speed; set walk_t vstr walk_on"
set walk_on "+speed; set walk_t vstr walk_off"
vstr walk_off
bind CTRL "vstr walk_t"
and last but not least class/weap binds!!!!
bind kp_rightarrow "class m 1; echo Medic - SMG;say_team ^bm^7edic ^bsmg;"
bind kp_home "class e 1; echo Engineer - SMG;say_team ^be^7ngi ^bsmg;"
bind kp_leftarrow "class e 2; echo Engineer - Rifle;say_team ^be^7ngi ^br-nade;"
bind kp_pgup "class f 1; echo Field Op. - SMG;say_team ^bf^7ops ^bsmg;"
bind kp_uparrow "class c 1; echo Cov. Op. - Sten;say_team ^bcv^7ops ^bsmg;"
bind kp_5 "class c 2; echo Cov. Op. - FG42;say_team ^bcv^7ops ^bfg42;"
bind kp_downarrow "class c 3; echo Cov. Op. - Silenced Rifle;say_team ^bcv^7ops ^bsniper;"
bind "z" vstr set_fov
set set_fov_1 "set set_fov vstr set_fov_0; set cg_fov 90.0;
set set_fov_0 "set set_fov vstr set_fov_1; set cg_fov 110.0;
vstr set_fov_0
this allows you to see a little bit more and switch back if you ened to while firing long disteances :)
tip for ppl with interesting screen resolutions:
set r_customwidth 1680
set r_customheight 1050
there is no way to set this resolution in ET besides using these commands (counts for most widescreen resolutions)
my xhair (i just like to share stuf like this give it a try if you want)
seta cg_crosshairHealth "0"
seta cg_drawCrosshair "5"
seta cg_crosshairSize "35"
seta cg_crosshairAlpha "0.75"
seta cg_crosshairAlphaAlt "0.5"
seta cg_crosshairColor "red"
seta cg_crosshairColorAlt "cyan"
seta cg_crosshairpulse "0"
the best tip a sniper can get IMO:
seta cg_zoomstepsniper "100"
seta cg_zoomDefaultSniper "20"
sets default at all the way zoomed out (my fav way of sniping)
and allows you to zoom all the way in with only 1 "tick" on the scroll wheel (100 is kind of rediculous i think 20 is enough any way you can tweak this to your liking ofc)
toggle walk bind:
set walk_off "-speed; set walk_t vstr walk_on"
set walk_on "+speed; set walk_t vstr walk_off"
vstr walk_off
bind CTRL "vstr walk_t"
and last but not least class/weap binds!!!!
bind kp_rightarrow "class m 1; echo Medic - SMG;say_team ^bm^7edic ^bsmg;"
bind kp_home "class e 1; echo Engineer - SMG;say_team ^be^7ngi ^bsmg;"
bind kp_leftarrow "class e 2; echo Engineer - Rifle;say_team ^be^7ngi ^br-nade;"
bind kp_pgup "class f 1; echo Field Op. - SMG;say_team ^bf^7ops ^bsmg;"
bind kp_uparrow "class c 1; echo Cov. Op. - Sten;say_team ^bcv^7ops ^bsmg;"
bind kp_5 "class c 2; echo Cov. Op. - FG42;say_team ^bcv^7ops ^bfg42;"
bind kp_downarrow "class c 3; echo Cov. Op. - Silenced Rifle;say_team ^bcv^7ops ^bsniper;"