Jump to content

How to add B2S to older PinMAME tables

This quick tutorial will show you how to add B2S Server on tables that were coded prior to auto-B2S.

Open Table in correct version of Visual Pinball.  Do not open a 991 table in VPX or vise versa.  

In the Visual Pinball Editor click on Scripts...

Look for:
Set Controller = CreateObject("Vpinmame.controller")

and replace with

'Set Controller = CreateObject("Vpinmame.controller")
Set Controller = CreateObject("B2S.Server")

Save file.


×
  • Create New...