Jump to content

[New VP10 Alert] Goldorak VPX Edition


Recommended Posts

  • Content Provider

Goldorak VPX Edition


Goldorak Table created by Rom in Future Pinball now ported to VPX  10.4 :)
 
The table uses UltraDMD, place the Goldorak.UltraDMD folder where the VPX tables are located
 
 
Thanks:
JP for help in Small DMD and the wise advice he gave me  
Haunfreaks for Backglass Art 
Stat B2B  
Dev team for the great work they do with the emulator and the great community.
 
Sorry if I forgot to mention somebody  :facepalm:


 

Link to comment
Share on other sites

  • 1 year later...
Sub table1_Exit
	Controller.Pause = False
	Controller.Stop
	If Not UltraDMD is Nothing Then
		If UltraDMD.IsRendering Then
			UltraDMD.CancelRendering
		End If
		UltraDMD = NULL
	End If
End Sub

 

Add this to the end of the table script. If it doesn't have a Exit routine already. And in this case, the table needs to be named table1. If it is Goldorak then the first line needs to be changed to Sub Golodorak_exit

 

Link to comment
Share on other sites

  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...