sabotendar_kun
04-22-2010, 12:27 PM
After breaking my head trying to configure HyperLaunch to use DAEMON Tools Lite with Sega Saturn emulator "SSF" I discovered was not able to emulate my ISOs with DT Lite HyperLaunch does not recognize some external commands after the command "RunWait" Or "Run" and he can not find the path to the folder where you installed DT Lite when this pathway is in a variable so I decided to put the full path after the commands "RunWait" and "Run" and add the parameters "-Mount 0," to a variable and it worked wonderfully well :tee:
;**********************************SEGA SATURN***********************************
; OBS: For the new DAEMON Tools the "Lite" versions old codes do not work anymore
else if (systemName = "Sega Saturn" && executable = "SSF.exe")
{
hideDesktop()
daemontoolsParams=-mount 0,
RunWait,"C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" %daemontoolsParams% "%romPath%%romName%%romExtension%"
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %executable% , %emuPath%, UseErrorLevel
run, "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount_all
exitapp
}
Works with any emulator that need to run games from emulated ISOs 100% tested and aproved :p
I have helped with my poor English and the mighty google translator :embarassed:
;**********************************SEGA SATURN***********************************
; OBS: For the new DAEMON Tools the "Lite" versions old codes do not work anymore
else if (systemName = "Sega Saturn" && executable = "SSF.exe")
{
hideDesktop()
daemontoolsParams=-mount 0,
RunWait,"C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" %daemontoolsParams% "%romPath%%romName%%romExtension%"
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %executable% , %emuPath%, UseErrorLevel
run, "C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" -unmount_all
exitapp
}
Works with any emulator that need to run games from emulated ISOs 100% tested and aproved :p
I have helped with my poor English and the mighty google translator :embarassed: