I'm not sure what to tell you - it works fine for me. Close
VP, delete your motrshow.nv file, extract it from the zip and open vp again.
If your windows is screwed up to not allow you to overwrite nvram files, (who knows), then it's fairly basic to get this to work and initialize your own nvram file for it.
At the end of table_init, add this line
controller.dip(0)=0
so it looks like this:
Set bsTrough=New cvpmBallStack
bsTrough.InitSw 16,17,18,0,0,0,0,0
bsTrough.InitKick BallRelease,115,8
bsTrough.InitExitSnd "BallRel","SolOn"
bsTrough.Balls=2
vpmMapLights AllLights
controller.dip(0)=0
End Sub
Play the table
exit the table and change it to controller.dip(0)=1
Play the table again.
done.