kappa-maintainer / Sound-Physics

A Minecraft mod that provides realistic sound attenuation, reverberation, and absorption through blocks.
GNU General Public License v3.0
6 stars 1 forks source link

Some sounds have too much range #5

Open Margatroidu opened 2 weeks ago

Margatroidu commented 2 weeks ago

Some sounds can be heard a hundred blocks away as if he were right next to you. For example, this happens with dispenser. Watch video:

https://github.com/kappa-maintainer/Sound-Physics/assets/165489993/c39f12cf-5dbb-4364-9164-05bd2be3b3bb

And the same thing happens with a pressure plate.

kappa-maintainer commented 2 weeks ago

There must be a scale problem, like somehow made it ten times long Which version were involved? Does it happen in all versions?

Margatroidu commented 2 weeks ago

There must be a scale problem, like somehow made it ten times long Which version were involved? Does it happen in all versions?

Yes, this happens in all versions and I'm currently using the most recent one

kappa-maintainer commented 2 weeks ago

After some investigation, I found that's identical with the original mod Please try to set distance manually in config and see if other sound works correctly

Margatroidu commented 2 weeks ago

After some investigation, I found that's identical with the original mod Please try to set distance manually in config and see if other sound works correctly

I've changed the distance to a value of 1.0 and the sound now has a distance of 50 blocks, which is also a lot and the sound is still heard as if you were standing next to it That didn't solve the problem

kappa-maintainer commented 2 weeks ago

You are right, other sounds do have a reasonable distance So dispenser sound must be played different, I will check about it

Margatroidu commented 2 weeks ago

So dispenser sound must be played different, I will check about it

Check the same with a pressure plate, the sound from it has the same problem as a dispenser