jsm174 / vpx-standalone-scripts

Table patches for VPX Standalone
https://github.com/vpinball/vpinball/tree/standalone/
33 stars 15 forks source link

Tables using vpinball provided b2s.vbs fail #103

Open francisdb opened 1 year ago

francisdb commented 1 year ago

This breaks the following table: Jungle Queen (Gottlieb 1977) https://www.vpforums.org/index.php?app=downloads&showfile=15576

Looking at b2s.vbs it tries to communicate with the backglass through the registry?

https://github.com/vpinball/vpinball/blob/6695279cb063b487647049a22e5cbc800ebc52a7/scripts/b2s.vbs#L134-L150

Can we fix this? Any other tables using this b2s.vbs?

jsm174 commented 11 months ago

Ugh.. just looked into this.

Yeh, so weird how this doesn't use the B2S controller. Guessing because this table is so old.

The only way to do this would be to make b2s.vbs use the controller and just make the functions call the controllers version.