|
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
|