Wwise-Unpacker icon indicating copy to clipboard operation
Wwise-Unpacker copied to clipboard

ReVorb sometimes can't open destination same as source

Open DustStormPettigrew opened this issue 3 years ago • 0 comments

I've run across a few instances where ReVorb won't actually fix a file and it will throw an error saying it can't open the destination. a separate destination has to be specified and then the file will play correctly. Recommend changing line 4 in 'Unpack to OGG' to the following to address the occasional issue: FOR %%d IN (Tools\Decoding\*.OGG) DO ("Tools\revorb.exe" "%%d" "OGG\%%~nxd" & DEL "%%d")

DustStormPettigrew avatar Dec 14 '21 19:12 DustStormPettigrew