So I've been using the two "FeMC-Romance Restored" mods from here (https://gamebanana.com/mods/397359) and here (https://gamebanana.com/mods/397870).
Everything works fine, but I've realized that the "restored" character voicelines during their S-link rank 10 events are in English; while I want to have them in the original language since I'm playing the whole game undubbed in JP.
So I set out to try and replace the voicelines in the original mod packages myself, but I've ran into some issues. Here are the things I tried:
- Located the voiceline files (e.g. v580390.afs & v580400.afs) from the mod (image 1);
- Tried to find the same voiceline .afs files in an unpacked version of the original JP game's umd1.cpk (image 2). I thought that this could grant me quick access to the respective event voiceline files in JP, but I quickly realized that this is pointless, as the mod's .afs files seems to have completely different file contents than the original game's .afs files. (image 3 & 4) Furthermore, the mods also provide an .afs file (v580390.afs for example) that just doesn't exist in the original game folder.
- What I did next is unpacked the v580400.afs file from the umd1.cpk of both an English and Japanese copy of the game, and compared their file contents; and then I realized that they both contain the same voicelines (image 5), despite being from different versions of the game. After converting them to .wav, I realized that they both contain only English voicelines.
So it seem that I'll need to actually find the corresponding .afs file that contains the proper JP voicelines in the game's umd-1.cpk. However, the .asf files contained in there are all just a bunch of strings (image 6), and so are their unpacked contents (see image 5).
Hence, I have no clue as of how to actually locate these characcter event voicelines in the original language, and thus how to properly replace them. Any help would be appreciated