Ooc
SMSatisfactory Modding
•Created by Ooc on 1/8/2025 in #help-developing-mods
Wwise not being able to load mod soundbank
I am trying to integrate sounds by following https://github.com/satisfactorymodding/Documentation/pull/359 guide draft. I've got to the point that I can successfully play AKAudioEvent in the Editor, but not in the game itself. In the log of the game I see the following (modRef:
TestMod
, ak event: Play_sample
, :
and when attempting to play the event:
I am not too familiar with UFS, but I've confirmed that TestMod_soundbank.bnk
is in the generated .pak
under Content/WwiseAudio/TestMod_SoundBank.bnk"
. Maybe it tries to load it from the base game for some reason?
I'd appreciate any help on how I can proceed/debug this further. Full game log: https://pastebin.com/gv9e76au11 replies