Hmmm, I haven't had any problems on my end, and I've been working hard on the place. I installed a makeshift chatroom, and our own radio station. What my template is, is a playable blank game. You only code what you add. Want an extra ball? All you have to do is turn the light on and it's already coded in.
The coding has gotten a bit more complex as I have come a loooooooooooooong way since I started here in 09. Suffice it to say I never owned or used a computer until late 2008
.
Coding that used to look like this:
Sub Trigger1_hit()
Sub Trigger2_hit()
Sub Trigger3_hit()
Now looks like this:
Sub Triggers_Hit(x)
Say you want to make a full screen version of AC DC for cabinets. Build with this template, and stretch that copy to full screen. It's already precoded to use the B2s editor, all you have to do is uncomment the b2s lines. You get a default generic backglass that you paste your backglass image over and move the digitals around to match your backglass. Remake the backglass and that's it. You have to know how to use the B2s editor but that's easy as Herweh has done a great job in writing the "how to". Hint: it's best to use 2 windows until you know how to use it. Keep the help page open and the editor at the same time so you can go back and forth.