Jump to content

Recommended Posts

Posted

Hi

Having asked the community this tables seems to have issues mine also runs very slow in game.

Would be good to know if anyone has this up and running ?

 

thanks  

Posted

All sorted located fix on VPinball

 

see below

 

Before running first time and to be safe, reset the game ROM (you should only need to do this once, unless you’re having problems)

Load game

press ‘Home’ key once

press ‘7’ key once

press ‘F3’ twice

 

Cheers : )

  • 3 months later...
Posted

Found the problem in the script. pUpdateScores is called too often. Move it one line above the End If just preceding it.

 

			End Select
			If num=5 Then
				TestObject=statdupe
			End If
        Next
		pUpdateScores
    End IF

'check for PUP activations

'AttractMode
'Multipliers

 

instead of

 

			End Select
			If num=5 Then
				TestObject=statdupe
			End If
        Next
    End IF

pUpdateScores
'check for PUP activations

'AttractMode
'Multipliers

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...