retroid79
04-14-2010, 01:07 PM
Hi guys
I have literally tried everything now to try and get this to launch a game from HS. I just do not know why the screen goes black after I select a game. It works fine outside of HS. I have checked the script for hyperlaunch, I have checked the kickroms, the xml is accurate. I just do not how how to get this thing to work properly.
My settings are
execution = hyperlaunch
Pc mode = disabled
Executable = "path"\winuaeloader.exe
rompath = "rom path" :P
params =
extensions = zip
Use full rom path = tried both
search sub = false
winstate = hidden
The script I am using is
;************************************************* ********
;Commodore Amiga
else if (executable = "winuaeloader.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -mode whdload -game"%romPath%%romName%%romExtension%" , %EmuPath%, Hide UseErrorLevel
Process, WaitClose, winuaeloader.exe
}
Hope someone can help me :(
I have literally tried everything now to try and get this to launch a game from HS. I just do not know why the screen goes black after I select a game. It works fine outside of HS. I have checked the script for hyperlaunch, I have checked the kickroms, the xml is accurate. I just do not how how to get this thing to work properly.
My settings are
execution = hyperlaunch
Pc mode = disabled
Executable = "path"\winuaeloader.exe
rompath = "rom path" :P
params =
extensions = zip
Use full rom path = tried both
search sub = false
winstate = hidden
The script I am using is
;************************************************* ********
;Commodore Amiga
else if (executable = "winuaeloader.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -mode whdload -game"%romPath%%romName%%romExtension%" , %EmuPath%, Hide UseErrorLevel
Process, WaitClose, winuaeloader.exe
}
Hope someone can help me :(