wow, I'm still speechless. the quality of this release is simply mind-blowing. Thanks a lot for your meticulous work flupper1!
I did play whirlwind a lot in real live in the past, but most of the machines I got my hands on were wasted as f*ck, it was great fun nevertheless
.
yours looks like brandnew machine must have and it plays just wonderful. I didn't manage to beat my personal record of 78mio yet, still struggeling to get over 50mio points. Didn't play this table for 25-30 years tho and I'm an old fart now 
I noticed that in VR the Score 500K light gives the quick multiball and vice versa, so I exchanged the controller.lamp numbers of them and now it works as it should here.
IF VRRoom <> 0 Then
If Controller.Lamp(2) = 0 Then: BGFL2_UpperJets.visible=0: else: BGFL2_UpperJets.visible=1
If Controller.Lamp(6) = 0 Then: BGFL6_500k.visible=0: else: BGFL6_500k.visible=1
If Controller.Lamp(4) = 0 Then: BGFL4_XBall.visible=0: else: BGFL4_XBall.visible=1
If Controller.Lamp(5) = 0 Then: BGFL5_3Bank100k.visible=0: else: BGFL5_3Bank100k.visible=1
If Controller.Lamp(3) = 0 Then: BGFL3_MultiBall.visible=0: else: BGFL3_MultiBall.visible=1 '????? Manual says 250k light, backglass says multiball
If Controller.Lamp(7) = 0 Then: BGFL7_Million.visible=0: else: BGFL7_Million.visible=1
If Controller.Lamp(8) = 0 Then: BGFL8_LowerJets.visible=0: else: BGFL8_LowerJets.visible=1
End If
End Sub
Thanks again flupper1 and everyone else who contributed to this masterpiece!
Edith:
actually the mentioned changes above didn't solve the issue. Had a few games today and lights and awards (score 500K / quick multiball) didn't match again 
Edited by R4ND0M, 07 January 2022 - 12:11 AM.