Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

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


SubjectCorvette DIVERTER FIX Reply to this message
Posted bydestruk
Posted on08/27/01 07:10 PM



geesh...I hate this... anyway here is the correct fix. (wish I could edit messages here)

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=1
Else
Diverter.IsDropped=0
End If
End Sub

That will fix the R ramp diverter.



SubjectRe: Corvette DIVERTER FIX new Reply to this message
Posted bySixtoe
Posted on09/04/01 02:47 AM



Login to the board (top right) with your password and you can edit your own posts ;)

Cheers,

Six...

> geesh...I hate this... anyway here is the correct fix. (wish I could edit
> messages here)
>
> 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=1
> Else
> Diverter.IsDropped=0
> End If
> End Sub
>
> That will fix the R ramp diverter.
>


System16 - The Sega & Namco Museum


Previous ThreadView All ThreadsNext Thread*Show in Threaded Mode