Ooc
SMSatisfactory Modding
•Created by Ooc on 1/8/2025 in #help-developing-mods
Wwise not being able to load mod soundbank
Worked like a charm! Thanks!
For reference, I've used this commit: https://github.com/satisfactorymodding/SatisfactoryModLoader/commit/213878615a56d13df42067fc7a406b73b70675dd
11 replies
SMSatisfactory Modding
•Created by Ooc on 1/8/2025 in #help-developing-mods
Wwise not being able to load mod soundbank
nope, used
master
per starter guide. Will give dev
a try, many thanks! It is fine to check it out in-place, right? Or is it better to create a fresh starter project?11 replies
SMSatisfactory Modding
•Created by Ooc on 1/8/2025 in #help-developing-mods
Wwise not being able to load mod soundbank
That was from
UnrealPak.exe -List
command, according to FModel it maps to FactoryGame/Mods/TestMod/Content/WwiseAudio
folder, which contains TestMod_Soundbank.bnk
. I've also taken a look at FactoryGame-Windows.pak and sure enough it has a path that is reported in error (FactoryGame/Content/WwiseAudio
), but obviously my mod bank isn't there. So I wonder where in Unreal+Wwise integration the path of the soundbank is actually configured (and how the guide author managed to make it work)...11 replies