Author Topic: Distant Gun shots  (Read 1419 times)

Can someone give me a hand here? I was wondering if its possible to make guns so that there gunshots will be heard for a long distance, except faint. Can someone help with this?

You could play a 3D sound for the loud, close-range gunshot and a 2D sound for the distant gunshot (the entire server will hear it.)

I would download the Gun+ addon and disassemble it to figure out how distant gunshots work if you want that, since it has that feature.

You could play a 3D sound for the loud, close-range gunshot and a 2D sound for the distant gunshot (the entire server will hear it.)
nailed it

You could play a 3D sound for the loud, close-range gunshot and a 2D sound for the distant gunshot (the entire server will hear it.)
Got any tips on how i would do that?

Basically, instead of defining the audio datablock as AudioClose3D, use AudioFar3D instead. Not sure how to go about making it play though (never used AudioFar3D before).

Thanks everyone i figured it out, I really appreciate your help.