Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext Thread*Show in Threaded Mode


SubjectCORVETTE RELEASED! new Reply to this message
Posted bydestruk
Posted on08/27/01 01:06 AM



This is available now - Corvette from Bally/Williams. Enjoy!

It will be on AJ's table downloads shortly.

http://www.hippie.net/shivasite/vptables/tables.html


SubjectRe: CORVETTE RELEASED! new Reply to this message
Posted bydestruk
Posted on08/27/01 01:35 AM



> This is available now - Corvette from Bally/Williams. Enjoy!
>
> It will be on AJ's table downloads shortly.
>
> http://www.hippie.net/shivasite/vptables/tables.html
>

er...uh...This is vPinMame table release #69...so it's got to be good!



SubjectR Diverter Fix new Reply to this message
Posted bydestruk
Posted on08/27/01 07:02 PM



I've never played the real table, but this makes sense the diverter shouldn't be dropped when the game starts. And during multiball it should be UP instead of down -- this will makie it alternate like it undoubtably should do - every other shot it goes down to give you an award - car, quadrajets, the chase, etc etc -- more fun this way too.

Make the following changes or wait for the next release of the table - your choice.

Remove this in the script:
' Diverter Prep
Diverter.IsDropped=1

In the script, look for this:

Sub SolDiverterHold(Enabled)
If Enabled Then
Diverter.IsDropped=0
Else
Diverter.IsDropped=1
End If
End Sub

and change it to this:
Sub SolDiverterHold(Enabled)
If Enabled Then
Diverter.IsDropped=0
Else
Diverter.IsDropped=1
End If
End Sub

That will fix the R ramp diverter.



SubjectR Diverter Fix Reply to this message
Posted bydestruk
Posted on08/27/01 07:04 PM



can't edit messages? ok... try this again...

Remove this in the script:
' Diverter Prep
Diverter.IsDropped=1

In the script, look for this:

Sub SolDiverterHold(Enabled)
If Enabled Then
Diverter.IsDropped=1
Else
Diverter.IsDropped=0
End If
End Sub

and change it to this:
Sub SolDiverterHold(Enabled)
If Enabled Then
Diverter.IsDropped=0
Else
Diverter.IsDropped=1
End If
End Sub

That will fix the R ramp diverter.



Previous ThreadView All ThreadsNext Thread*Show in Threaded Mode