PDA

View Full Version : Binding tips please?


munkyshooter
11-10-2007, 11:35 AM
hey folks just looking for some help with my binding any would be much appreciated!!

I have read through the guide here http://community.enemyterritory.com/forums/showthread.php?t=4161 and have managed to follow it through, setting up flares while in vehicles crouch when im not and so on to various buttons but there is something i am looking to do that i just cant get right.. when i play as a medic only i would like to be able to switch weapons straight from defibs to rifle and back again using mouse wheel up/down, and have medpacks bound to, say mouse4.

anyone got any tips on how to achieve this? (and also if anyone has a better set up on medic maybe some suggestions?!) i should also mention that i rarely, if ever, play as strogg technician in case thats important!!

cheers

munk

Boumy
11-10-2007, 01:17 PM
I'm not sur that I understand what you want.

You want bind mouse wheel/down for switch between rifle and defib and mouse 4 for medpack only as medic ?

So type it :
bind MWHEELDOWN "useweapon weapon_tool1" "" "medic"
bind MWHEELUP "_weapon2" "" "medic"
bind MOUSE4 "useweapon weapon_item1" "" "medic"

Or you want switch between rifle and defib with the same key ?

munkyshooter
11-10-2007, 01:33 PM
I'm not sur that I understand what you want.

You want bind mouse wheel/down for switch between rifle and defib and mouse 4 for medpack only as medic ?

So type it :
bind MWHEELDOWN "useweapon weapon_tool1" "" "medic"
bind MWHEELUP "_weapon2" "" "medic"
bind MOUSE4 "useweapon weapon_item1" "" "medic"

Or you want switch between rifle and defib with the same key ?


no man you got it spot on!

i was missing out "useweapon" and "tool" in the binds!

cheers very much!

Boumy
11-10-2007, 02:00 PM
ok cool :)

If somebody intrest, here a script to switch rifle/defib with the same key :

seta tool1 "useweapon weapon_tool1; bind MOUSE3 $main_weapon ;wait 50; bind MOUSE3 $tool1"
seta main_weapon "_weapon2"
bind "MOUSE3" "vstr tool1"

Press one time MOUSE3 for defib (or plier,.. ) and two time for rifle. :cool:

I build a script to switch between two weapons but it's not very efficient because you need to press two time for rifle and three time for knife :(
I really regret W:ET script :/