PDA

View Full Version : Help the NOOB please....


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.........

blur
05-14-2010, 11:10 AM
did you recompiled the script?

WeedMan4lbg
05-15-2010, 01:00 AM
NO.. What should I do?

volumetric
05-15-2010, 01:07 AM
download and install auto hot key (its free), once installed if you right click on your hyperlaunch.ahk file, you will notice the addition of a compile option. AHK will rebuild you exe file with your changes.

WeedMan4lbg
05-15-2010, 01:48 AM
OK I've rebuild the exe but still nothing... the result is different now when I launch a game the error message doesn't appear but the emulator is not started (black screen)

WeedMan4lbg
05-15-2010, 03:46 AM
I've tried everything, different scripts, different emulator versions and NOTHING can anyone who runs atari jaguar games under winxp using HS just tell how to do this.......

willzer*
05-29-2010, 07:51 AM
I am experiencing this problem also, someone please help us out.