As much as I love this mod for the guns it offers, and the ingenious ways the guns and projectiles are implemented.
It is rather frustrating hearing a firefight from 2000 nodes away, as if it was happening inside of my head.
Now, that being said the fix isn't rocket science although it took me two days to figure out properly.
Instead of playing it at every {player} you need to edit various lua files if this issue bothers you too.
First by defining what "pos" means inside the sound playing functions, before the actual sound_play command, for example:
"local pos = player:get_pos()
minetest.sound_play(gun_unload_sound, {pos = pos, max_hear_distance = 50, gain = 0.7})"
However this fix in the review doesn't address the leaf impacts and block impacts or door/glass destruction sounds.
I do not want to write a book here about how to fix sounds in 1 mod.
I have edited those as well, if someone wants my versions of the .lua files comment on my review.
I am willing to help anyone out with this issue.
I am a complete novice so i do not claim my fix to be perfect.
If the sounds playing at every players location is not a deal breaker for you, then ignore my review.
As much as I love this mod for the guns it offers, and the ingenious ways the guns and projectiles are implemented. It is rather frustrating hearing a firefight from 2000 nodes away, as if it was happening inside of my head.
Now, that being said the fix isn't rocket science although it took me two days to figure out properly. Instead of playing it at every {player} you need to edit various lua files if this issue bothers you too.
First by defining what "pos" means inside the sound playing functions, before the actual sound_play command, for example: "local pos = player:get_pos() minetest.sound_play(gun_unload_sound, {pos = pos, max_hear_distance = 50, gain = 0.7})"
However this fix in the review doesn't address the leaf impacts and block impacts or door/glass destruction sounds. I do not want to write a book here about how to fix sounds in 1 mod. I have edited those as well, if someone wants my versions of the .lua files comment on my review. I am willing to help anyone out with this issue.
I am a complete novice so i do not claim my fix to be perfect. If the sounds playing at every players location is not a deal breaker for you, then ignore my review.
I think as of recently the sound issues are fixed https://forum.minetest.net/viewtopic.php?p=433161#p433161