AND does your visual pinball.XML file have the correct filename under the table filename?
Post your entry in the visual pinball.xml and we will help.
LTA
thank you ill check it out in just a second.
EDIT: no luck still the same and that was the uvp i was using.
Gotta be something with your script...paste it here (with some above it and below it if any). And verify your timer settings? There wasn't anything special to get this working besides commenting out the DMD color commands.
other than adding the normal uvp changes and commenting out the color script its the standard download. I do remove the 3 lines under ultravp.backglass line. but, those are just error lines.
when i do the timer i make the timer call it leds and set the interval to 50 that's right correct?
I generally dont have issues with any uvp tables except the 3 i mentioned. So i dont think that it is something simple though i am no expert so here is the information you requested.
Here is the top of the script and the table init section and yes all files match inside media folder .
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
Set Controller = CreateObject("UltraVP.BackglassServ")
'Set Controller = CreateObject("VPinMAME.Controller")
End Sub
'************
' Table init.
'************
Sub table1_Init
vpmInit me
With Controller
.GameName = cGameName
If Err Then MsgBox "Can't start Game" & cGameName & vbNewLine & Err.Description:Exit Sub
.SplashInfoLine = "Class of 1812 - Gottlieb 1991" & vbNewLine & "VP9 table by JPSalas v1.0"
'.Settings.Value("dmd_red") = 7
'.Settings.Value("dmd_green") = 194
'.Settings.Value("dmd_blue") = 78
.Games(cGameName).Settings.Value("rol")= 0
.HandleKeyboard = 0
.ShowTitle = 0
.ShowDMDOnly = 1
.ShowFrame = 0
.HandleMechanics = 0
.DIP(0) = &H00
.Hidden = 0
On Error Resume Next
.Run GetPlayerHWnd
If Err Then MsgBox Err.Description
On Error Goto 0
End With
Here is the xml
dont mind the year and type i generally just use the one from above everytime i add a table.
<game name="Class of 1812 (Gottlieb 1991)">
<description>Class of 1812 (Gottlieb 1991)</description>
<manufacturer>Williams</manufacturer>
<year>1993</year>
<type>SS</type>
</game>
Edited by sacredgaming, 23 March 2012 - 05:28 PM.




Top















are all trademarks of VPFORUMS.