Jump to content

Need some AHK help for Killer Instinct


Metalzoic

Recommended Posts

Posted

Remapping the controls using AHK through RL's keymapper doesn't work with this game for some reason.

So I'm launching an AHK as a PostLaunch app which does work.

 

Problem is I don't know how to stop it again once I exit the game. I'm guessing just a postexit script, but have no idea how to make that end the Killer Instinct.AHK that's running.

 

Any help greatly appreciated.

Posted

You have many options for that.

Add an loop to your script and check if the game is still running. When it is not running just add the exitApp to your script.

You could also look at your processes list for the name that the script process takes, and close it on your post launch script.

And so on.

Sent from my XT1068 using Tapatalk

When asking for help for RocketLauncher, POST ON THE RLAUNCHER.NET FORUMS!

Also, please post your RocketLauncher.log with logging level set to troubleshooting in pastebin (set the log level in RocketLauncherUI, global system > General Settings -> RocketLauncher).

Ass. Bleasby - RocketLauncher Development Team.

Posted

Thanks bleasby
That put me on the right track, and actually helped me figure out why AHK wasn't working directly from RL in the first place.

Got that fixed and now it's launching, AHKing and closing like a champ!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...