weapon binds for plus cfg
bind MWHEELDOWN "weapon 9" // BFG
bind MWHEELUP "weapon 7" // Railgun
bind UPARROW "weapon 2" // Machinegun
bind DOWNARROW "weapon 5" // Rocketlauncher
bind LEFTARROW "weapon 3" // Shotgun
bind RIGHTARROW "weapon 6" // Lightningun
bind e "weapon 3" // Shotgun
bind c "weapon 5" // Rocketlauncher
bind f "weapon 8" // Plasmagun
bind q "weapon 4" // Grenadelauncher
bind z "weapon 7" // Railgun
bind 9 "weapon 1" // Gauntlet
---
bind ALT "+scores"
bind s "+back"
bind w "+forward"
bind a "+moveleft"
bind d "+moveright"
bind SPACE "+moveup"
bind CTRL "+speed"
bind SHIFT "+speed"
bind x "+movedown"
i have this one
bind SPACE "+speed"
bind 1 "weapon 6"
bind 2 "weapon 8"
bind 3 "weapon 2"
bind 4 "weapon 5"
bind a "+moveleft"
bind c "+movedown"
bind d "+moveright"
bind e "weapon 7"
bind f "weapon 3"
bind q "weapon 4"
bind r "weapon 9"
bind s "+back"
bind w "+forward"
bind ALT "weapon 1"
bind SHIFT "+zoom"
bind MOUSE1 "+attack"
bind MOUSE2 "+moveup"
mousewheeldown- railgun
mousewheelup- lg
rightmouseclick- gauntlet
numpad 7- nade
numpad 9- bfg
+ is mg
numpad 1 - rl
numpad 3 - pg
numpaddel - sg
enter - jump
and yes i'm a left handed player
Of that my movement binds is:
bind t "+forward"
bind g "+back"
bind f "+moveleft"
bind h "+moveright"
bind SPACE "+moveup"
bind d "+speed"
I use this binds wor a weapon:
bind 4 "weapon 1;m_filter 0"
bind 5 "weapon 2;m_filter 0"
bind 6 "weapon 3;m_filter 0"
bind 7 "weapon 4;m_filter 0"
bind r "weapon 5;m_filter 0"
bind y "weapon 6;m_filter 1"
bind u "weapon 7;m_filter 1"
bind k "weapon 8;m_filter 0"
bind j "weapon 9;m_filter 0"
bind q "+zoom"
sensitivity is 24cm\360 w\o accel so I have mousefilter on lg and rail xd
rail = right mouse
shotgun = mouse wheel up
lightning gun = mouse wheel down
gauntlet = mouse wheel click
also mouse buttons 2,3,4,&5 bound to shotgun and machine gun.
bfg = E
rocket = Q
grenade = F
machine gun = G
plasma = R
+attack = left mouse
jump = spacebar
kill = ctrl
one thing i would like to do is bind 2 keys to turn mouseaccel up and down, so key 1 turns accel down by gradual steps, and key 2 turns accel up by gradual steps. does anyone know how to do this with a script?
one thing i would like to do is bind 2 keys to turn mouseaccel up and down, so key 1 turns accel down by gradual steps, and key 2 turns accel up by gradual steps. does anyone know how to do this with a script?
I can tell you that its definitly possible, however I am not the guy to do a script with a nearly infinite amount of numbers, you should set a maxrange
wrote:
one thing i would like to do is bind 2 keys to turn mouseaccel up and down, so key 1 turns accel down by gradual steps, and key 2 turns accel up by gradual steps. does anyone know how to do this with a script?I can tell you that its definitly possible, however I am not the guy to do a script with a nearly infinite amount of numbers, you should set a maxrange
great! what I want is 0.1 - 0.4 in steps of 0.05.