PDA

View Full Version : just some tips/binds i use


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;"

Sixers
09-15-2009, 03:24 AM
i think the best way to improve you sniping game is to do

cg_bobpitch 0 and
cg_bobroll 0

this will allow you to crouch walk around while sniping without having your gun bobble up and down. if you can get good at sniping like this you will have a big advantage over other snipers.

i've never tried tweaking the zoom amount, that's really cool

GuardianGI
09-18-2009, 12:52 PM
set cg_bobup "0"
set cg_bobpitch "0"
set cg_bobroll "0"
set cg_bobyaw "0"

thats all of them (I forgot to add them xD thx for correcting me :P)
:wolf18:

Junco!
09-27-2009, 02:50 AM
aside from the binds for the snipers....class/weap binds do what exactly??