#Replacing voice lines with other voice lines.
8 messages · Page 1 of 1 (latest)
You may have figured things out by now, but assuming you're still looking, -- and I can only vouch for Royal -- a few things that can hopefully serve as starting points:
I assume based on your other thread (https://discord.com/channels/746211612981198989/1184269353747759196) that you're looking for the contents of E314, right? Those would be in SOUND_E.CPK, within SOUND/EVENT_BATTLE/E314.[AWB|ACB].
From here, there's an existing tool for sound file replacement that people have linked before, though I've not tried it: https://github.com/ShrineFox/PersonaVoiceClipEditor
What I can vouch for is that, when you unpack the AWB/ACB files, you get files to the effect of E314/e458002_001_0704.adx/wav (which, from the corresponding decompiled BATTLE/EVENT/SCRIPT/0314.msg, you can see referenced as, e.g., [vp 8 0 2 1001 1 239] for the line "Rebels who dare defy my rule"). Those files are what you'd be replacing before recompiling the AWB/ACB, presumably.
Haven’t tried it but I assume it worked
if this is for pc why arent you just using awb emulator
Mainly cuz idk what that is, and I don’t know where the voice lines are in 4’s files that I need
That's this, I'd suppose?: https://github.com/Sewer56/FileEmulationFramework
...looks a lot easier than a bunch of unpacking/decrypting/encrypting/repacking, if so. Hope it works!