View Single Post
  #3  
Old 18-10-2022, 12:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
can you tell me if i think i'm doing it right?

I launch quickbms, I open the WWise.bms file then the VO_MEDIA.PC.PCK file



it is extracted from wma files in directories (chinese(simplified)/english(us)/french(france)/german/spanish(spain)

if i want to delete the german i type in a back window (from the post of KaktoR)

xtool erase "VO_MEDIA.PC.PCK_extract\german" "VO_MEDIA.PC.PCK" test.xtl
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
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
fabrieunko (18-10-2022)