WeedMan4lbg
05-14-2010, 08:48 AM
Hi I want to run Atari jaguar games via the HS app but when I press the enter key I get a message like this "Atari Jaguar is an invalid system name or "PT.exe" isn't supported yet"
I use the latest version of the emulator
I've added the Atari Jaguar system via the HyperHQ wizard
This is the script:
;**********************************ATARI Jaguar***********************************
else if (systemName = "Atari Jaguar" && executable = "PT.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, "%EmuPath%%Executable%",,Hide UseErrorLevel
DetectHiddenWindows, on
WinShow, Project Tempest
WinWait, Project Tempest
WinWaitActive, Project Tempest
SendInput, {ALTDOWN}f{ALTUP}{ENTER}
IfWinNotActive, Open ROM File, Common Places Host W
WinActivate, Open ROM File, Common Places Host W
WinWaitActive, Open ROM File, Common Places Host W
clipboard=
clipboard=%romPath%%romName%%romExtension%
ClipWait
Sleep,100
Send,^v
Sleep,100
send, {ENTER}
WinWait, Project Tempest
IfWinNotActive, Project Tempest, , WinActivate, Project Tempest,
WinWaitActive, Project Tempest,
Process, WaitClose, PT.exe
}
If anybody can help me with instructions how to get this f*****g Jaguar emulator to work via HS I'll be forever grateful.........
I use the latest version of the emulator
I've added the Atari Jaguar system via the HyperHQ wizard
This is the script:
;**********************************ATARI Jaguar***********************************
else if (systemName = "Atari Jaguar" && executable = "PT.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, "%EmuPath%%Executable%",,Hide UseErrorLevel
DetectHiddenWindows, on
WinShow, Project Tempest
WinWait, Project Tempest
WinWaitActive, Project Tempest
SendInput, {ALTDOWN}f{ALTUP}{ENTER}
IfWinNotActive, Open ROM File, Common Places Host W
WinActivate, Open ROM File, Common Places Host W
WinWaitActive, Open ROM File, Common Places Host W
clipboard=
clipboard=%romPath%%romName%%romExtension%
ClipWait
Sleep,100
Send,^v
Sleep,100
send, {ENTER}
WinWait, Project Tempest
IfWinNotActive, Project Tempest, , WinActivate, Project Tempest,
WinWaitActive, Project Tempest,
Process, WaitClose, PT.exe
}
If anybody can help me with instructions how to get this f*****g Jaguar emulator to work via HS I'll be forever grateful.........