You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried several permutations to put the SoundFxLibrary on S3. I tried using SoundBoard directly, changing references here and there, all to no avail. After checking a bit, It seems like this module is referencing the files directly. For example, "modules/soundfxlibrary/Combat/Single/Spell%20Impact/spell-impact-3.mp3".
I tried replacing these hard references with "https:/BUCKETNAME.s3.us-east-2.amazonaws.com/modules/soundfxlibrary/Combat/Single/Spell%20Impact/spell-impact-3.mp3" and when I imported them into a new world, it worked.
For my old world, I had to go into the settings.db to replace all references to "modules/soundfxlibrary" and once I did, it worked too.
Can I ask that you add a config in this module's settings for replacement files references from S3/another source?
The text was updated successfully, but these errors were encountered:
The best solution would be to have soundfxlibrary provide a Sequencer database and allow it to be on an S3 bucket, but given that module hasn't been updated in a while now, I don't see that happening.
I'll look into having the module allowing for changing the path in the settings in the update menu rewrite.
I tried several permutations to put the SoundFxLibrary on S3. I tried using SoundBoard directly, changing references here and there, all to no avail. After checking a bit, It seems like this module is referencing the files directly. For example, "modules/soundfxlibrary/Combat/Single/Spell%20Impact/spell-impact-3.mp3".
I tried replacing these hard references with "https:/BUCKETNAME.s3.us-east-2.amazonaws.com/modules/soundfxlibrary/Combat/Single/Spell%20Impact/spell-impact-3.mp3" and when I imported them into a new world, it worked.
For my old world, I had to go into the settings.db to replace all references to "modules/soundfxlibrary" and once I did, it worked too.
Can I ask that you add a config in this module's settings for replacement files references from S3/another source?
The text was updated successfully, but these errors were encountered: