Awesome table! Love it!

But one thing is bothering me about the flipper sounds though. Why is it that the left flipper sounds are so incredibly high in volume, and the right flipper sound is normal? Can I adjust this somehow, perhaps in the script? Help please.

The 3 flippers on the left side all make sound, which triples the flipper noise.
you can probably go in the script and find the 2 upper left flippers and remove the
Playsound "NOISE"
hope this helped.
Thank You for the Help there, but I'm not sure I find it or doing the right thing. This is the only thing I see in the script that has to do with the flipper sounds, but how do I know which one to delete/edit?

sub sollflip(enabled)
if enabled then
lflipper.speed=flipup
playsound "flipperup"
lflipper.rotatetoend
else
lflipper.speed=flipdn
playsound "flipperdown"
lflipper.rotatetostart
end if
end sub
sub solrflip(enabled)
if enabled then
rflipper.speed=flipup
playsound "flipperup"
rflipper.rotatetoend
else
rflipper.speed=flipdn
playsound "flipperdown"
rflipper.rotatetostart
Look into the script yourself and you'll see. Perhaps you can solve this for me? It would be MUCH appreciated if so!

The table is full of unbalanced sounds. It's also one of the few I have to turn the rom sound down to hear the table sounds.
Examples are coin sound, plunger sound, ball feed sound and right flipper sound. Some are loud and some very quiet.
As for the left flipper sound being too loud, I disagree. But if you want to fix it by quieting that side or raising the volume on the right, you may have to use two flipper sounds. Import another or a set of two and use one for each side. Export the sound if you can (I have not tried). The left side should be louder, and I think it's good where it is, but the right flipper should be louder than it is. With the volume up on the rom you can not hear the right flipper nor the plunger. At default Rom volume you can barely.
Or you could just play it like it is and see if an update comes along. Sound is a very important element, and I'm sure it will be sorted.
The table recreation is great. One of the better ones ever here IMO.
Strange thing that the right flipper is at a low volume on your end, I find the right flipper sounding perfectly fine here (normal volume). When I play the table I find most sounds matching the ROM sound perfeclty fine, with the exception for the left flipper sounds being too loud offcourse.
I know how to import sounds and all that, but how can I IMPORT a certain flipper sound to the upper left flipper? I will have to adjust the script aswell after importing new sounds to the table, you know. So, what line in the script do I have to edit? I'm sure this is an easy task, but I'm not sure where to begin. And yes, the sound is indeed a very important element in all tables. They have to be perfectly balanced with the ROM sound.