User Tools

Site Tools


ultradmd

Important Close Scripts for Ultra DMD Tables

If you are having issues with Ultradmd tables try adding the following:

1. Ensure you have the ultradmd taskill command in your popper close script for the VPX emulator

"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Visual Pinball" 15 1
taskkill /f /im "ultradmd.exe"

2. If the Sub table1_Exit Script is not in your UltraDMD table script add it, search for the Pause Table section add it there as shown below or add it at the end of the script.

—————–
' Pause Table
——————

Sub table1_Paused
End Sub

Sub table1_unPaused
End Sub

Sub table1_Exit
Controller.Pause=False
Controller.Stop
End Sub
ultradmd.txt · Last modified: 2018/11/29 16:43 by pinupadmin