Yes. Try replacing:
_________________________________________________________
LoadVPM “01560000”, “WPC.VBS”, 3.26
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(“VPinMAME.Controller”)
‘Set Controller = CreateObject(“B2S.Server”)
If Err Then MsgBox “Can’t Load VPinMAME.” & vbNewLine & Err.Description
If VPMver> “” Then If Controller.Version <VPMver Or Err Then MsgBox “VPinMAME ver ” & VPMver & ” required.”
If VPinMAMEDriverVer <VBSver Or Err Then MsgBox VBSFile & ” ver ” & VBSver & ” or higher required.”
On Error Goto 0
End Sub
_________________________________________________________
with this:
_________________________________________________________
On Error Resume Next
ExecuteGlobal GetTextFile(“controller.vbs”)
If Err Then MsgBox “You need the controller.vbs in order to run this table, available in the vp10 package”
On Error Goto 0
LoadVPM “01560000”, “WPC.VBS”, 3.26
Current Project: Perpetual updates of VPX physics.
Current Project: Perpetual updates of VPX physics.
You need to login in order to like this post: click here