View Single Post
  #4  
Old 16-02-2023, 09:15
Butza Butza is offline
Registered User
 
Join Date: Jun 2021
Location: Kiev
Posts: 12
Thanks: 3
Thanked 0 Times in 0 Posts
Butza is on a distinguished road
I am newbie. this is what it says to me when I use it Skipped VO_MEDIA.PC.PCK (Larger than 2147483647)

Quote:
Originally Posted by KaktoR View Post
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
Reply With Quote