32Assassin, how do you knock these out so quick?????
this is Javiers LW3 table ( this is why I added his name to the info) , it did not need much to get it up to date.
I already had a code clean up for Aaron Spelling
a stripped down VPX table I used to capture scenes with the Manual ball control in VPX.
edit
I forgot to update the kicker force and angle to match the table
change this or download the table again
Set bsLock = new cvpmBallStack
bsLock.InitSaucer sw40, 40, 165, 20
bsLock.InitExitSnd SoundFX("Popper",DOFContactors), SoundFX("Solenoid",DOFContactors)
bsLock.KickForceVar = 5
bsLock.KickAngleVar=10
Set bsLock2 = new cvpmBallStack
bsLock2.InitSaucer sw32, 32, 255, 20
bsLock2.InitExitSnd SoundFX("Popper",DOFContactors), SoundFX("Solenoid",DOFContactors)
bsLock2.KickForceVar = 5
bsLock2.KickAngleVar=10
Set bsVUK=New cvpmBallStack
bsVUK.InitSw 0,31,0,0,0,0,0,0
bsVUK.InitKick sw31a,245,15
bsVUK.InitExitSnd SoundFX("Popper",DOFContactors), SoundFX("Solenoid",DOFContactors)
Edited by 32assassin, 25 June 2020 - 09:02 PM.