wetwilly
09-12-2004, 05:52 PM
!!!!
something that if i press and hold a button it switches to flag, and begins to show the distance meter
and just a max throw gren button!
thanks if anyone can do this
Shinigami
09-12-2004, 07:22 PM
I tried getting the first one to work, but couldn't w/o it firing wtvr weapon I'm using right before it switches to the flag.
Pretty sure your second request isn't possible.
ZephyrFox
09-12-2004, 08:41 PM
Trying to fix the first problem, but no luck so far. The second one is not possible strictly speaking, but this is what I do: for the most common actions you have (moving, skiing, etc...) add altFire before the actually command. So 'w=moveForward' becomes 'w=altFire | MoveForward'. Since the grenade is not thrown until altFire's onRelease command, you'll almost constantly be charging.
Shinigami
09-12-2004, 09:02 PM
heh
Does that slow anything down?
Edit: I found that if I bind a key to "equipCarryable | onRelease NextWeapon," it's almost nicer than one bind to do it all.
wetwilly
09-12-2004, 09:42 PM
hey jap
thanks for the attempts guys, i'lll bump it in a few weeks, it should be possible soon!
Shinigami
09-13-2004, 12:02 AM
I doubt your second request will ever be possible.