cRPG

cRPG => cRPG Technical problems => Topic started by: Khorup on February 09, 2012, 02:13:10 pm

Title: Remapping keys / macros help
Post by: Khorup on February 09, 2012, 02:13:10 pm
Greetings

I'm trying to find a way, to remap the voice command keys, and in the proces, I found a program called "Autohotkey".

I got the program to work in Skyrim, and thought i could use it in MB, but for some reason it wornt. I read somewhere
that MB disable these kind of 3. party programs.

If this is the case, do anyone have a solution for my problem? Are these controls located in a .cfg file somewhere?

Cheers,
Title: Re: Remapping keys / macros help
Post by: dodnet on February 09, 2012, 03:02:09 pm
I don't think that Autohotkey is disabled, you just have to use some special one of the SendKey-Commands. I tried it for myself to make whistling easier but it works more worse than good. It often "shouts" random commands because its to slow or fast for the command menu. I really would like a usable way to make some of the commands accessable on one key.
Title: Re: Remapping keys / macros help
Post by: Khorup on February 09, 2012, 04:15:10 pm
I have tried verious Send, input etc. commands, but nothing works - It could just be me, so maybe you could PM me your script, that you know works?
Title: Re: Remapping keys / macros help
Post by: dodnet on February 09, 2012, 07:37:54 pm
I tried this code:

Code: [Select]
#IfWinActive ahk_class MB Window
NumPadMult::
SetKeyDelay, 50, 10
Send qqf
return

But as I said it does not works very good.
Title: Re: Remapping keys / macros help
Post by: Digglez on February 09, 2012, 08:15:59 pm
autohotkey has pretty horrible interface and learning curve.  SUre its powerful and botters love it for shit like Aion & Linage.

I used a program called 'Macro Maker' in SWG and it was worlds easier to use.
Title: Re: Remapping keys / macros help
Post by: Khorup on February 10, 2012, 05:59:52 pm
dodnet: Thanks, I'll try to work with it

Digglez, thanks for the reply, I'll give Macro Maker a shot aswell