What has to be added to this table To have a back glass load?
I tried different ideas but got nowhere...
"Update All set See Below"
Like @toxie said A VPX of the original table would be nice
Try these settings for Cab...
How to rotate and move the DMD...
Take your left mouse button highlight the black area in the top left corner...
Right click it go to rotation put in 270 then OK
With it still highlighted right click it again go to translate and
Use the X and Y to move it around and if you go too far put in a minus -20
Domino´s Pizza- The Pinball.jpg 127.5KB
18 downloads
To load a BackGlass - Replaced the top part of the Script with this
'******************************************************
' DOMINO´S ^PIZZA by JPSalas & Masalaja v 1.1
' made for VP9 based on Spooky Domino´s The Pinball
'******************************************************
Option Explicit
Randomize
LoadVPM "01210000","s11.vbs",3.1
Sub LoadVPM(VPMver, VBSfile, VBSver)
On Error Resume Next
If ScriptEngineMajorVersion < 5 Then MsgBox "VB Script Engine 5.0 or higher required"
ExecuteGlobal GetTextFile(VBSFile)
If Err Then MsgBox "Unable to open " & VBSfile & ". Ensure that it is in the same folder as this table. " & vbNewLine & Err.Description : Err.Clear
Set Controller = CreateObject("B2S.Server")
Controller.Run
If Err Then MsgBox "Can't Load VPinMAME." & vbNewLine & Err.Description
If VPMver>"" Then If Controller.Version < VPMver Or Err Then MsgBox "VPinMAME ver " & VPMver & " required." : Err.Clear
If VPinMAMEDriverVer < VBSver Or Err Then MsgBox VBSFile & " ver " & VBSver & " or higher required."
On Error Goto 0
End Sub
'ExecuteGlobal GetTextFile("core.vbs"):If Err Then MsgBox "Can't open ""core.vbs"""
Edited by Outhere, 03 March 2020 - 08:47 PM.