alexpado / hoyoverse-music-unpacker

Extract music from Hoyoverse's games. Support Genshin Impact, Honkai Star Rail and Honkai Impact
70 stars 7 forks source link

Honkai Impact: Find music files reliably #2

Closed alexpado closed 1 year ago

alexpado commented 1 year ago

CLOSED, CHECK #6

Might as well add it :)

alexpado commented 1 year ago

The code is ready on the feature/game/honkai-impact-3rd branch, but for whatever reason, the extraction get stuck on WEM files.

Plus, the file naming is different from GI & HSR, which mean that I can't be sure which files contain musics or SFX...

alexpado commented 1 year ago

I've managed to fix the issue where the converter would just get stuck by redirecting the process output to the NUL file (wtf ? how is this even a fix ?)

I still have to find relevant files for music to filter then when extracting.

Complete audio extraction (including SFX, and voice over), is at 181 298 files, going over 20 GB. I don't have the motivation to review all of these and filter the original PCK files based on that.

alexpado commented 1 year ago

For now I'll extract file containing "_Default" which seems to contains mostly music with a bunch of other sound file. Without any sort of file indexing of some sort, I won't be able to provide a more precise result on the extraction.

I'll leave this issue open if somebody has any idea on the subject.