thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Doesn't Seem to work with presence footsteps #77

Closed Benzeel closed 2 years ago

Benzeel commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

no sound reverb or effects when presence footsteps enabled / installed. (it might only be for multiplayer as far as I know, but I'm not sure as I already removed presence footsteps.)

To Reproduce Steps to reproduce the behavior:

  1. install presence footsteps & resounding
  2. join a server or go into a world, find a cave and walk around
  3. no reverb for sounds

Expected behavior A clear and concise description of what you expected to happen but did not.

have presence footsteps installed and have proper sound physics

My Machine (please complete the following information):

Additional context Add any other context about the problem here.

problem only occured when presence footsteps was installed

Benzeel commented 2 years ago

i forgot to add the compatibility tag, i apologize

imabigdipper commented 2 years ago

Strange, both mods work fine for me both client and server side

Benzeel commented 2 years ago

what versions?

mikenrafter commented 2 years ago

The same bug as #52. I know the reason. It's the raytracing code that needs a rework. The reason that normal footsteps work is because of a temporary ducktape solution - all footsteps are moved up by .2 or .5ish blocks. So their raytracing isn't problematic. The footstep detection code doesn't understand presence footsteps' sound names, and therefore the same is not applied to them.

This will be fixed in a future release. Once the raytracing has been reworked.