#Replacing voice lines with other voice lines.

8 messages · Page 1 of 1 (latest)

zenith tiger
#

As I am creating this mod, I am currently missing one more main issue. Voice Lines.

See, I want the voice lines from the final vanilla boss in Golden replacing the vanilla final boss in Royal. I need to find out the locations for both voice lines and how to replace them. TIA

rough root
#

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.

GitHub

Tool for easily replacing character voices in Persona games - GitHub - ShrineFox/PersonaVoiceClipEditor: Tool for easily replacing character voices in Persona games

grim quartz
#

@zenith tiger what's the status of this thread?

#

did ajda's suggestions above help?

zenith tiger
quaint stump
#

if this is for pc why arent you just using awb emulator

zenith tiger
rough root