6 replies [Last post]
PeteTh
PeteTh's picture
User offline. Last seen 2 years 8 weeks ago. Offline
Joined: 08/26/2009
Posts: 28

Sorry if this has been asked before and answered I could not find anything suitable

My quest is one of mapping through keys.

I current have a macro to get all toon to mount a flying mount, but I then want to be able to get off the ground. So I want to map the Jump Key ( default Spacebar ) through to all toons

this part works and all toon are mounted on the wind rider

<<all>>
macro /use green wind rider ( this is key mapped to '+' )

This part does not work at all
<<all>>
/click SpaceBar ( this is mapped to 'spacebar' )

Any suggetsions on how to get round this in general I have a few defualt keys I would like to map

Thanks in advance

Updated : Sorry I forgot to mention I was trying to accomplish this without going into broadcast mode

Jeremy
Jeremy's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 06/14/2009
Posts: 268
Try this <<All>> Hit {Space}

Try this

<<All>>
Hit {Space}

__________________

GameCommanderPro Graphics Designer / Software Engineer

VonHenry
VonHenry's picture
User offline. Last seen 1 year 51 weeks ago. Offline
Joined: 11/20/2009
Posts: 45
Anything else?

Haven't tried this with Flying Mounts yet....but I have with other things.

Currently I have a user created command "MyJump" which is nothing more than:
<<All>>
Hit {Space}

This works fine when mapped to the spacebar to get all the team members to "Jump".
However, as I found out today, it does NOT get ANY of them to "Swim up", and so I assume it will not let them "fly up" either.

Any other ideas? Obviously I can map 'swim up' (which I think is a key-bindable command in Blizzards default key-mapper) to some other button, and I really don't have a problem doing that...however I would like to understand WHY I have to do anything other than bind "Clone All" to the space bar, which I thought should just let the space bar act like....well, the space bar.

Thanks for your time.

Phil
Phil's picture
User offline. Last seen 2 weeks 2 days ago. Offline
Joined: 06/30/2009
Posts: 571
Try separating key up/down

In addition to hit <key>, GCP supports press <key> and release <key>

You can create 2 commands, "Press {Space}" and "release {space}"

These can be bound to the same key (on the key down and key up) - this is only supported from the advanced window.

Phil

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com

VonHenry
VonHenry's picture
User offline. Last seen 1 year 51 weeks ago. Offline
Joined: 11/20/2009
Posts: 45
Thanks Again -

Phil wrote:
In addition to hit <key>, GCP supports press <key> and release <key>
You can create 2 commands, "Press {Space}" and "release {space}"
These can be bound to the same key (on the key down and key up) - this is only supported from the advanced window.

Phil

Thanks Phil. Didn't know about "Press and Release", but now that I see that it makes total sense.

I'm sure it's how you do "HaltRelease" "Press V" = Press <movement key>, "Release V" = Release <movement key>.

Coldheartid
Coldheartid's picture
User offline. Last seen 1 year 15 weeks ago. Offline
Joined: 07/21/2009
Posts: 57
Press/release does work

Just have to map both the down and up of the key otherwise your toons will hit the top of the sky, and fall back to ground dead.

Phil
Phil's picture
User offline. Last seen 2 weeks 2 days ago. Offline
Joined: 06/30/2009
Posts: 571
That would be a bad

That would be a bad thing!

(and embarasing if your trying to show off!)

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com