PDA

View Full Version : binding help


crimsonHead
04-27-2008, 02:48 PM
When I play medic I have my mouse wheel bound to the defibrilaters so that I push it down and I can switch to them real quick. My question is, Is it possible to bind it so that after I revive or I'm done with the defibrilaters I can push it down again and switch back to the assault rifle/shotty? Thanks for the help.

Ifurita
04-27-2008, 03:21 PM
Nope. Can't create weapon toggles.

Dirka_Dirka
04-28-2008, 01:22 PM
you can, but not the way your asking.

this should work:
set tap1 "useweapon weapon_tool1; bind 'MOUSE3' $tap2 '' 'medic'; wait 30; bind 'MOUSE3' $tap1 '' 'medic'"
set tap2 _weapon2
bind "MOUSE3" "vstr tap1" "" "medic"
press the button 1ce for defibs, double tap the button for your weapon. adjust the wait 30 to your timing if your a little slower then that.

Kn1ghT
04-28-2008, 05:30 PM
its very possible, the thing is, you would bind a single key to first pull out yoru defrib pads, then rebind itself to pull out your primary weapon, and so on.

So, you puch it once, you get defribs, again to get primary weapon, again to get defribs, etc. etc. etc.

Dirka's script SHOULD work

Dirka_Dirka
04-28-2008, 07:09 PM
i underlined should because its a modified version of my own bind. if it dont, its because of a typo.

Kn1ghT
04-28-2008, 07:11 PM
I have an insanely overcomplicated class switching script that runs on teh basis of double, triple, quadrouple binding.

its quite the piece of artwork. Its posted here, somewhere .....

EDIT:

Found class selection hax

http://community.enemyterritory.com/forums/showthread.php?t=7886

First to last post on page 1

Kn1ghT
04-28-2008, 07:20 PM
On a side note,

Dirka, maximus is tryin to get ahold of you.