View Single Post
  #14  
Old 03-02-2022, 08:12
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 514
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
I got confused in the manipulation to do, can you confirm the steps:

I do :

1: quickbms_4gb_files -f "*.wem" unreal.bms pakchunk0-WindowsNoEditor.pak tmp

2: I copy everything in TMP to TMP2

3: for /f "tokens=*" %i in ('dir /b /s /a *.wem') do cd.>"%i"
4: quickbms -w -r unreal.bms pakchunk0-WindowsNoEditor.pak tmp

5: I launch WemTool -e in the TMP2 folder

I don't understand this part:
Finally, during decompression, decode the wems with wemtool then reimport them with quickbms

6 ????

7: quickbms -w -r unreal.bms pakchunk0-WindowsNoEditor.pak tmp2
Reply With Quote