jsm174 / vpx-standalone-scripts

Table patches for VPX Standalone
https://github.com/vpinball/vpinball/tree/standalone/
34 stars 15 forks source link

Need Patch for MFDoom - IOS - no FlexDMD #335

Closed Gerhard-BL closed 1 week ago

Gerhard-BL commented 1 week ago

FlexDMD in VR-Table

'DMD Hack to include FlexDMD inside the table Sub ImplicitDMD_Init Me.x = 30 Me.y = 30 'Me.fontColor = RGB(255, 255, 255) Me.intensityScale = 2 Me.width = 128 2 Me.height = 32 2 Me.visible = true Me.timerenabled = true End Sub

Sub ImplicitDMD_Timer If Not FlexDMD Is Nothing Then Dim DMDp: DMDp = FlexDMD.DmdColoredPixels If Not IsEmpty(DMDp) Then DMDWidth = FlexDMD.Width DMDHeight = FlexDMD.Height DMDColoredPixels = DMDp End If End If End Sub 'End of DMD Hack to include FlexDMD inside the table ![Uploading IMG_1646.png…]()

jsm174 commented 1 week ago

Please don't request patches. Provide a PR with a patch instead. Also I can't tell if this was meant to be a patch, etc.