Jump to content

Dof Support For New Fs Release - Waterworld


paulohotline

Recommended Posts

  • Content Provider

wife was on bed, so it's done :)

 

if you have a gear motor, add these lines in bold to trigger gear to ship movement

 

Sub ShipTimer_Timer
DOF 101, 1
Playsound SoundFX("Motor1"),0,0.2,0,0.1
P_Ship.rotx = P_Ship.rotx - 1
 
if P_Ship.rotx < 1 then 'Deez
ShipTimer.enabled = False
P_Ship.rotx = 360
controller.switch(33) = 0
MotorIsRunning = False
else
if P_Ship.rotx < 181 and P_Ship.rotx > 179 then 'Atoll
ShipTimer.enabled = False
P_Ship.rotx = 180
controller.switch(33) = 1
MotorIsRunning = False
end if
end if
DOF 101, 0
End Sub
Link to comment
Share on other sites

Cool thanks dude! I added the gear motor lines to the script and it's working great.

 

This is a great Pinball game, the movie was not bad too. Just scored 1.6BIL on this PIN and I was not even trying. Why can't these virtual pinball skills translate to real life Pinball?, I would clean up at tournaments :)  Nooooooo!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...