- Joined
- May 3, 2016
- Messages
- 3,073
- Solutions
- 7
- Reaction score
- 2,448
- Points
- 145
- Favorite Pinball Machine
- Attack From Mars
Exclusions in Defender aren't good enough for the FP / VP problems it causes. That doesn't disable the realtime monitoring it does for vbs.
I think some of the problem tables were Steve Paradis tables... some others. @GeorgeH knows, as he removed the problem commands and replaced them on Robots Invasion.
Also... @Gimli and @GeorgeH @ravarcade .... what is the command in BAM to fix the FP score limitation bug that can cause a table to crash if the score goes too high? I wanted to add it to Sonic Pinball Mania to make sure that's never an issue.
Paolo is right the code is xBAM.FixScore but there are some conditions to make it work. You need to test it to make sure it works. Add this keycode and press the "V" key after the game starts. if it doesn't produce a score overflow message then everything is OK.
If keycode = 47 then ' V key
AddScore(900000000000001)
End if
There is some coding that cannot be used with xBAM.FixScore or xBAM.FixScore won't work. All I can remember you can't use a \ command. All of Rav's guidance got lost when the GoPinball site went down. Maybe @ravarcade could tell us the requirements again.