Jump to content

How to insert B2S code?


RCAerobat

Recommended Posts

Hello,

I was wondering if anyone could point me in the right direction of how to add B2S code into a game? I downloaded Family Guy (great table, BTW) and it does not have a B2S in its code. So, what do I need to insert in the code, how do I actually do that and does it matter where in the script it goes?

Thanks in advance,

Emory

Link to comment
Share on other sites

  • Administrators
5 minutes ago, RCAerobat said:

Hello,

I was wondering if anyone could point me in the right direction of how to add B2S code into a game? I downloaded Family Guy (great table, BTW) and it does not have a B2S in its code. So, what do I need to insert in the code, how do I actually do that and does it matter where in the script it goes?

Thanks in advance,

Emory

In the Script of the table...

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

and replace with

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

Save file.

Link to comment
Share on other sites

  • Administrators
3 minutes ago, RCAerobat said:

I really expected that to be more difficult. Thanks again. I got the Family Guy B2S working now and will have to start going through and changing over some other tables.

Yea, this is how we had to do it before authors started adding the automatic B2S code to tables.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...