07th-mod / higurashi-console-arcs

86 stars 18 forks source link

Option to use BGM/SE from PC version #47

Open DoctorDiablo opened 5 years ago

DoctorDiablo commented 5 years ago

Now that the installer allows users pick which music and sound effects they want in the main series, we can probably apply the same logic in the console arcs to let them choose between PS3 audio and PC audio. Using the PC audio would make it feel more consistent with the main series, so some users might prefer it that way.

We'd have to create new SE and BGM archives that (somehow?) map the PS3 sounds to the PC sounds, and then update the installer to give the users the option.

I'm creating an issue so I don't forget about this, but this is probably a pipe dream I'll never get around to implementing...

DoctorDiablo commented 4 years ago

I put together a basic mapping between PS3 audio files and PC audio files. It uses audio from both OG and Kai. The way I did it was by finding PlayBGM calls, finding the next dialog line after the BGM call, searching for that line in the ps3 script, then finding the last BGM call before that line. And doing the same for PlaySE. There was some noise in the results, but I pared it down to produce this:

PC to PS3 audio mapping.zip

This mapping could use some manual tweaking. PS3 has significantly more sound effects than PC, and a lot of them aren't in the mapping yet.

The idea is to just create an archive with all the PC audio specified here and rename them to match the PS3 version's audio, so we can optionally dump the files on top of a regular install without needing to modify the scripts at all.