SebaSOFT / walls-have-ears

A simple-as-possible FoundryVTT module to muffle sounds that are behind a wall for a player.
MIT License
8 stars 5 forks source link

Feature: Ignore certain types of walls #12

Closed Powertripy closed 3 years ago

Powertripy commented 3 years ago

First of all, thank you for this great module

It would be good to have an option to ignore certain types of walls in the module config.

SebaSOFT commented 3 years ago

Thanks a lot for using it!

I created a set of tests on the README.md you can see to achieve the result you may want. Bear in mind that this interacts with Sound Restriction, Sound easing and Sound Darkness Ranges, so What you want to do may already be achievable.

This can certainly appear in the future as a "muffling multiplier" setting for each wall. Where 0 is "do not muffle" and 1...4 is the amount of muffling contribution.

Powertripy commented 3 years ago

Thank you Seba, i'll do that.