Skip to content

Commit

Permalink
Add wem to ogg support
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ac committed May 8, 2021
1 parent fa98ea6 commit f7bc979
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WEM to OGG.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FOR %%c IN ("Game Files\*.wem") DO ("Tools\ww2ogg.exe" "%%c" --pcb Tools\packed_codebooks_aoTuV_603.bin)
FOR %%d IN ("Game Files\*.OGG") DO ("Tools\revorb.exe" "%%d" & MOVE "%%d" "Result")

echo -------------------------------------------------------------
echo Unpack finished! Files should be in the 'Result' folder
echo -------------------------------------------------------------
pause

0 comments on commit f7bc979

Please sign in to comment.