View Single Post
  #11  
Old 02-04-2022, 13:25
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by kuyhaa View Post
Masquerade

share your xtool method for Weird West bro , are you modified .pak file ?
Usual zlib compression + reimport zero-bytes .mp4 to pak (quickbms v0.11 + ue4_27,bms script to help)

1. Exctract .mp4 from .pak archive (qbms -f *.mp4 ue4_27.bms <path_to_pak-file> <path for extracted files>)
2. zero-byte build .mp4 cmd
Quote:
for /f "tokens=*" %%i in ('dir /b /s /a *.mp4') do cd.>"%%i"
3. Reimport your zero-bytes .mp4 to .pak file (qbms -G -w -r -r ue4_27.bms ue4_27.bms <path_to_pak-file> <path for extracted files>)
Attached Files
File Type: zip ue4_27.zip (2.9 KB, 16 views)

Last edited by dixen; 03-04-2022 at 03:58.
Reply With Quote