RCAerobat Posted February 2, 2017 Posted February 2, 2017 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
Administrators Dazz Posted February 2, 2017 Administrators Posted February 2, 2017 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.
RCAerobat Posted February 2, 2017 Author Posted February 2, 2017 Wow, that's it? I will give that a try tonight when I get home. Thanks!
RCAerobat Posted February 3, 2017 Author Posted February 3, 2017 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.
Administrators Dazz Posted February 3, 2017 Administrators Posted February 3, 2017 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.