Did now the test.xtl file appeared, but the file itself did not change the size. what to do next with this file? file size does not decrease after erasing
Quote:
Originally Posted by KaktoR
Make batch files for this, so you don't have to type all manually in cmd.
unpack.bat for quickbms
Code:
for %%f in (*.pck) do quickbms_4gb_files.exe -d -o -Y wwise.bms "%%f"
pause
xtool_erase.bat for xtool
Code:
xtool erase "VO_MEDIA.PC.PCK_extract\german" "VO_MEDIA.PC.PCK" test.xtl
This will delete all german voice files from the file.
PS: Make a backup of the file first 
|