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

 

  • 4 months later...
Posted
On 8/6/2024 at 11:09 AM, Celticmac said:

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 : )

My ROM was stuck, game would not play. I followed this suggestion and it fixed it!!!   Thanks for your help.

  • 6 months later...
Posted
On 11/12/2024 at 3:15 AM, ccollomb said:

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

 

That finally got my top gun running, thank you

  • 3 months later...

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...