November 1, 2016 at 6:42 am
#40051
UPDATE: OK so I had a listen to the ball rolling volume in the sound manager and the files in this table are of a low volume to begin with. I reimported the rolling ball sound files from BOP and they are much louder now. On my cab a setting of 500 now seems sufficient. (Lower the number for more volume/increase the number for less)
Function Vol(ball) ‘ Calculates the Volume of the sound based on the ball speed
Vol = Csng(BallVel(ball) ^2 / 500)
End Function
You need to login in order to like this post: click here

