Visual Pinball X Android iOS How to Fix DMD using Winlator PC emulator (or a PC with visual pinball)
Channel:
Subscribers:
545
Published on ● Video Link: https://www.youtube.com/watch?v=D9qYK9Mt5e0
to Fix the DMD we must edit Script of the table...
to do so we need a PC or Winlator with Vpx...
the text to paste before LoadVPM:
-
Dim UseVPMColoredDMD : UseVPMColoredDMD = True
Sub ImplicitDMD_Init
Me.x = 10
Me.y = 670
Me.width = 999
Me.height = 64
Me.fontColor = RGB(255, 0, 0)
Me.visible = true
Me.intensityScale = 1
End Sub
-
Make a .txt file to copy it...