Zona Arcade. Construye, Restaura y Decora tu Máquina Arcade y Pinball.

proyecto hyperspin by arda, unete

« Older   Newer »
  Share  
elreypescador
view post Posted on 29/4/2012, 20:08 by: elreypescador     +1   -1


Group:
Moderator
Posts:
4,615
Location:
Murcia

Status:


Debes probar donde colocar las instrucciones para ver si funcionan, yo las pondría aquí:

CODE
;----------------------------------------------------------------------------
; Amstrad
; CPCE95
; Por GREGOGAME
;
;
;----------------------------------------------------------------------------


Run, "C:\hyperspin1.0\Pantallas de Espera\Amstrad\hypersplash.exe"
sleep, 3000

If ( romName = "elnombredeljuegosinlaextension")
{
q::w
a::s
}

Run, %executable% "%­romPath%%­romName%%­romExtension%" /A, %emuPath%
Process, Close, hypersplash.exe



CloseProcess:

Process, WaitClose, %executable%

WinActivate, Hyperspin
ExitApp
sleep, 1500
Return


Esto es probar. Si no te funciona en esa parte del módulo, prueba debajo del ejecutable del emulador, la línea:

CODE
Run, %executable% "%­romPath%%­romName%%­romExtension%" /A, %emuPath%


Si no funcionara, habría que ver otras posibilidades. A ver si hay suerte... Un saludo!!!
 
Top
4170 replies since 8/3/2011, 23:57   215148 views
  Share