View Single Post
  #6  
Old 18-10-2022, 04:44
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
Does not work here, or lets say only partial.

Seems like xtool just erase some files, as I can see in hex editor filled sectors with zeros. But if I extract the archive once again, all files are still there.

Maybe I do it just wrong lol

Edit: Oh ok, the extracted files are zero'ed, now I got it.

Edit 2: Forget my prevous edit. Seems like this one worked correctly (before I was using wildcards for the folders/files)

Code:
xtool erase "VO_MEDIA.PC.PCK_extract\chinese(simplified)" "VO_MEDIA.PC.PCK" test.xtl
xtool erase "VO_MEDIA.PC.PCK_extract\french(france)" "VO_MEDIA.PC.PCK" test.xtl
xtool erase "VO_MEDIA.PC.PCK_extract\german" "VO_MEDIA.PC.PCK" test.xtl
xtool erase "VO_MEDIA.PC.PCK_extract\spanish(spain)" "VO_MEDIA.PC.PCK" test.xtl
__________________
Haters gonna hate

Last edited by KaktoR; 18-10-2022 at 05:17.
Reply With Quote