User Tools

Site Tools


ultradmd
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ultradmd [2018/11/29 16:43] (current) – created A User Not Logged in
Line 1: Line 1:
 +__**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
 +
 +<code>
 +"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Visual Pinball" 15 1
 +taskkill /f /im "ultradmd.exe"
 +</code>
 +
 +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.
 +
 +<code>
 +—————–
 +' Pause Table
 +——————
 +
 +Sub table1_Paused
 +End Sub
 +
 +Sub table1_unPaused
 +End Sub
 +
 +Sub table1_Exit
 +Controller.Pause=False
 +Controller.Stop
 +End Sub
 +</code>
 +
  
ultradmd.txt · Last modified: 2018/11/29 16:43 by pinupadmin