kiraYuukiAsuna / Honkai-Impact-3rd-AudioTextExtractionTool

A tool that help your build relationship between audio filename and character name as well as audio text. Then you can export to Json and do other things.
0 stars 0 forks source link

Honkai-Impact-3rd-AudioTextExtractionTool

A tool that help your build relationship between audio filename and character name as well as audio text. Then you can export to Json and do other things.

How to use

Notice: this only apply to version 6.7 and before(Haven't tested after version 6.7).

// config

string ResultSavePath = "Result";

string dataExtractPath = @"D:\AudioExtract\CharacterAudioAndText\data_extract";

string txtAssetExtractPath = @"D:\AudioExtract\CharacterAudioAndText\setting_extract\TextAsset";

string audioExtractPath = @"D:\AudioExtract\CharacterAudioAndText\Wwise-Unpacker\dest_wav";