Lord-Akkrand / Skyrim-NX-Toolkit

A set of scripts to convert mods from Skyrim SE to Skyrim NX
MIT License
71 stars 1 forks source link

VGAudioCli now supports recursion on FUZ / MCADPCM #35

Closed ThyWoof closed 5 years ago

ThyWoof commented 5 years ago

New VGAudioCli now fully supports recursion on conversions.

Requirements:

Current ToolKit logic gets to this state after NormalizeWave step. From there we can do this instead:

VOICE: VGAudioCli.exe -b -r --opusheader skyrim --out-format FUZ -i IN_VOICE_FOLDER -o OUT_VOICE_FOLDER

It will automatically consume LIP files if they exist in same folder with same name as WAV.

MUSIC: VGAudioCli.exe -b -r --out-format MCADPCM-i IN_MUSIC_FOLDER -o OUT_MUSIC_FOLDER

FX: VGAudioCli.exe -b -r --out-format MCADPCM-i IN_FX_FOLDER -o OUT_FX_FOLDER