Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

Unit3d Pinball


horseyhorsey

Recommended Posts

  • 10 months later...
Posted
Yea this seems cool, i just tried the alpha, it works really nice. Does a module exist?

MEmu = Unit3d Pinball
MEmuV = Pre Alpha 2
MURL = http://www.unit3dpinball.net
MAuthor = horseyhorsey
MVersion =
MCRC =
iCRC = 
mId =
MSystem = "Unit3d Pinball"
;------------------------------------------------------------------------
;------------------------------------------------------------------------
StartModule()
FadeInStart()

7z(romPath, romName, romExtension, 7zExtractPath)

Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)

WinWaitActive, ahk_class UnityWndClass
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
FadeOutExit()
ExitModule()

CloseProcess:
   FadeOutStart()
   WinClose, ahk_class UnityWndClass
Return

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...