Regresar   Foro de marcianitos.org > Emuladores y programas de todo tipo > Entornos gráficos > HyperSpin

 
 
Old 25-ene-2009, 17:40   #1
akiles
Marciano
Problema al añadir sega saturn en hyperspin

hola Sydaroa tengo un pequeño problema añadiendo el emulador de sega saturn
SSF para mi el mas rapido y el unico que me funciona de los que he probado.
Mi archivo ini lo tengo asi:
[exe info]
path = C:\HyperSpin\Emulators\Sega Saturn\
rompath = C:\HyperSpin\Emulators\Sega Saturn\cue\
userompath = true
exe = SSF.exe
romextension = cue
parameters =
searchsubfolders = false
pcgame = false
winstate = HIDDEN
hyperlaunch = false
Tengo en una carpeta los cue y en otra las iso.Ademas tengo montada la imagen con daemon tool.Resulta que cuando arranco el hyperspin me arranca la imagen con el emulador perfectamente porque se oye pero no se ve haber si puedes arreglarlo.Te dejo aqui el emulador ya configurado la version que mejor va:
http://www.megaupload.com/?d=8LYG5KJ3
   
Old 27-ene-2009, 17:11   #2
akiles
Marciano
Sydaroa le añadido el emulador al script con esta lineas ,esta bien o le falta algo porque sigue sin verse la imagen pero el emulador arranca perfectamente y se oye el sonido:

;***********************Sega Saturn*********************

else if (systemName = "Sega Saturn" && executable = "SSF.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %Executable% "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
   
Old 28-ene-2009, 17:17   #3
akiles
Marciano
Sydaroa segun un administrador del foro hyperpsin dice que para integrarlo sega saturn en hyperlaunch con daemon tools hay que poner esto en el scrpit:


;***********************Sega Saturn*********************

else if (systemName = "Sega Saturn" && executable = "daemon.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
RunWait, %Executable% -mount 0, "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
Run, SSF.exe
}

You can see that I am treating Deamontools as the emulator. You can see that doing this will make a command that looks like this C:\PROGRA~1\D-Tools\daemon.exe -mount 0,"c:\segasaturn\nights.cdi" This will effectivly mount any ISO via command line once you choose a game in HS. The RUNWAIT is used to wait for deamontools to finish mounting before running the next command. The next command is SSF. This will obvously load SSF. If SSF is set to automaticly start emulation upon launch and read from a specific drive your all set.
If you need to send File>load then all we have to do is send a couple key strokes.
I have finals this week but by this weekend I will intergrate saturn support in.
It will have to be in hyperlaunch and will have to add the deamontools stuff.

All in all its not too bad as you can see. But in effect this is what you will need to do.
Also we will need to have ESC or something kill SSF as by defualt it will want to kill Deamontools. So we will need to add
ESC::
Process, Close, SSF.exe

He compilado el script con esa modificacion pero no me funciona me sale un mensaje que dice:
cannot find C:/Hyperspin/emulators/sega saturn/daemon.exe -mount 0

El archivo ini lo tengo asi:
exe info]
path = C:\Archivos de programa\DAEMON Tools Lite\
rompath = C:\HyperSpin\Emulators\Sega Saturn\cue\
userompath = true
exe = daemon.exe -mount 0
romextension = cue
parameters =
searchsubfolders = false
pcgame = false
winstate = HIDDEN
hyperlaunch =true

Haber si lo puedes solucionar casi esta
   
Old 28-ene-2009, 18:56   #4
akiles
Marciano
Sydaroa ya lo he conseguido