UPDATE
4.3.1 Updated 20.12.2023
- Fixed the top gates to allow for super skillshot
- Fixed some rubbers at the bottom of the ramps to do not send the ball to the drain.
- Increased also the slingshot strength to avoid sending the ball to the side lanes, at least not as much as before.
Most of the table is mirrored, and I guess the rom open and closes the wrong gate according to the layout, because the lanes switches are mirrored.
So I had to exchange their callback number:
SolCallback(33) = "vpmSolGate RGate,false,"
SolCallback(34) = "vpmSolGate LGate,false,"
and changed them to:
SolCallback(34) = "vpmSolGate RGate,false,"
SolCallback(33) = "vpmSolGate LGate,false,"
Tanks Humanimal for the info. Now the Super skillshot works, but to manage to hit the ramps is another thing
