Jump to content
(Open Beta) HyperSpin 2 is now available for everyone ×

PClauncher problem


hodenhornchen

Recommended Posts

Posted

hey guys i want to config IIDX 22 Pendual problem is before i start the game i must load a programm and press "Enter" i have written a little ahk but when i start is the first programm start but nothing comes. outside of Hyperspin all works. 

 

Here ist the Script

 

;run game (in same folder as this launcher)
Run, "C:\Hyperspin\Games\Konami e-AMUSEMENT\Tools\eaLocalServer.exe"
WinWait, ahk_class WindowsForms10.Window.8.app.0.2bf8098_r13_ad1
WinActivate, ahk_class WindowsForms10.Window.8.app.0.2bf8098_r13_ad1
IfWinActive, ahk_class WindowsForms10.Window.8.app.0.2bf8098_r13_ad1
SendInput, {Enter}
Run, "C:\Hyperspin\Games\Konami e-AMUSEMENT\BMIIDX22 Pendual\Game Loader All RH.exe"
WinWait, ahk_class beatmania IIDX 22 PENDUAL
WinActivate, ahk_class beatmania IIDX 22 PENDUAL
;wait until game closes
Process, WaitClose, launcher.exe
Process, WaitClose, eaLocalServer.exe
Escape::
Process, Close, launcher.exe
Process, Close, eaLocalServer.exe
Process, Close, BMIIDX22 Pendual.exe
return

 

Archived

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

×
×
  • Create New...