Adding Custom sounds
wiktorbruher opened this issue ยท 1 comments
Description
Hi!
I tried to add custom sounds via editing lua file and adding custom ogg file but I saw that addon itself is not supporting custom file paths for sounds. Is it possible to add in future support for custom sounds?
Hey @wiktorbruher
Yeah, that is absolutely possible. All we need to do is to add LibSharedMedia
. I honestly thought we already did that a long time ago.
Edit: Yeah we already have LibSharedMedia
, we simply don't use it for sounds yet.