SetTitleMatchMode 2 ;<<This accommodates dynamic Window Titles (e.g. ones with dynamic FPS displayed)
WinWait, xxxxx; <<Replace xxxxxxx with uncanging part of window title - e.g. "EtherVapor Trial"
WinWaitClose, xxxxx; <<Same as above
exitAPP; Kills the ahk script for the game
;--------------------------------------- CAB FUNCTION BUTTONS ---------------------------------------------
SETUP:
1. Run AU3_Spy.exe (in AutoHotKey Program folder)
2. If you have two displays - place AU3_Spy on second monitor (most games play fullscreen)
3. Run your game from Steam
4. Copy the window title (or a static part of it if dynamic) from AU_Spy. Screenshot:
Spoiler
5. Create a script from the default using what you've copied (see example). Replace "xxxxxx" with the window title copied.
6. Do your key mappings.
7. Go to Steam Launcher. Top Menu bar: Steam>Settings. Make sure following ticked:
Spoiler
8. Right Click game + select "go to community hub"
Spoiler
9. You will see a number in the address bar. Copy this:
Spoiler
10. Save your AHK script as this number in GameEx>Media>Steam>Wrappers2>Source (create Source folder if not there) (e.g. 219240.ahk)
11. Right click on script, select compile
12. Cut .exe file
13. Paste in GameEx>Media>Steam>Wrappers2. Should have something like this:
Spoiler
And you should be good to go!
Hope this helps!
Original Thread
OK... into the magical world of steam.
After one thing... schmups!!
Ether Vapour and Sine Mora exactly what I'm after. BUUUUTTTT...
Keys mapped to specific keyboard keys in the games!! Can change the order in options, but has to be one of the pre-sets in the game (e.g. z,x,c,v,a,s,d,f are assignable).
Can't find any way to edit this (e.g. game.ini files or anything) - how shortsighted of these devs!
So... I'll have to remap the game keys to my cab keys...
How do I do this on a per-game basis, though?
(oh I do wish xpadder would extend to keyboard remaps!)