henkelmax / sound-physics-remastered

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

Sound not playing from other side of a modded block's wall. #179

Closed TheTlank closed 6 months ago

TheTlank commented 6 months ago

Bug description I can't hear anything from the other side of the Andesite Bricks wall (Andesite Bricks is from Rechiseled).

Steps to reproduce the issue

  1. Place down the wall of Andesite Bricks (from Rechiseled).
  2. Play a sound from the other side of the wall.

Expected behavior There should have been the explosion sound from behind that block, although no sound is heard (the block is Andesite Bricks from Rechiseled).

Versions

Other mods Moonlight Lib Jade Magnesium/Rubidium Extras FramedBlocks Fusion (Connected Textures) Rubidium Identity WorldEdit Pollen Ultimate Car Mod Supplementaries GeckoLib Mannequins Gauges and Switches Security Craft AppleSkin SuperMartijn642's Config Lib Jade Addons (Forge) Walkie-Talkie MrCrayfish's Furniture Mod Create Framework Simple Voice Chat Architectury API (Fabric/Forge) Cave Dweller Reimagined Presence Footsteps [Forge] MrCrayfish's Gun Mod Rechiseled Create Deco Oculus True Darkness Create Stuff & Additions SuperMartijn642's Core Lib Configured Magnesium/Rubidium Dynamic Lights Farmer's Delight Architect's Palette Cloth Config API (Fabric/Forge)

https://github.com/henkelmax/sound-physics-remastered/assets/85326761/549de37d-596a-4983-a8fe-1da70b5e8fa4

TheTlank commented 6 months ago

Huh, the audio in the video is not working through Github, just download it, I guess.

itsTyrion commented 6 months ago

That's because the first audio track is silent: image

FFMPEG, I choose you (I dropped the silent audio tracks)

https://github.com/henkelmax/sound-physics-remastered/assets/17730120/b16e36b3-b66a-47f4-acf7-2e723d45fe73

henkelmax commented 6 months ago

You can change the occlusion values for blocks in the config. These videos also don't really help without debug rays enabled.

TheTlank commented 6 months ago

You can change the occlusion values for blocks in the config.

How do I do that?

Also a video with the rays I think you need:

https://github.com/henkelmax/sound-physics-remastered/assets/85326761/13233dd9-17db-4efb-b122-e3a78252f98c

henkelmax commented 6 months ago

.minecraft/config/sound_physics_remastered/occlusion.properties

The comments in that file describe how to add specific blocks.

TheTlank commented 6 months ago

I figured it out, thanks for the help.