is it possible to replace sounds without replacing game files?
-
title. is it possible to do it in a similar way to do like with textures, without replacing the sabl/sabs files?
-
title. is it possible to do it in a similar way to do like with textures, without replacing the sabl/sabs files?
You could create a mod using OAT to replace existing sounds individually instead of modifying the sabs/sabl files. You’d do this by first obtaining the sound alias entry of the sound you’re replacing from the soundbank aliases file generated by dumping the fastfile that references that soundbank, creating your own soundbank aliases file that contains the sound alias entry of the sound you’re replacing, then building the mod and loading it from the in-game mods menu. https://openassettools.dev/guide/using-the-tools.html
Alternatively, you could take the modified sabs/sabl files and place them into
%localappdata%\Plutonium\storage\t6\zone -
I was just wondering, how would you go about doing it by replacing the sabl/sabs files. I just wanted to change on single audio file (the logo bootup audio) and I was wondering if there was any way that I could change that individual component in that sabs file that you could think of. Specifically it's the "logo_sur.SN100.pc.snd.FLAC" and "logo_sur.SN100.pc.snd.FLAC" component in the "Core_Post_gfx.all.sabs" file