View Single Post
  #1  
Old 21-04-2021, 09:35
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
How to delete unnecessary voice files from DLC *.pak of Borderlands 3

You need QuickBMS and ue4.bms script

1. Make backup your original .pak
2. Make batch file

Quote:
qbms -f *.wem ue4.bms "path to .pak file" Output_folder
Example.
qbms -f *.wem ue4.bms "g:\Compress\OakGame\AdditionalContent\Alisma\Paks \Alisma.pak" D:\Unpack_Alisma\

3. Delete your lang_voice_folder and all .wem in root
4. Make batch
Quote:
@echo off
for /f "tokens=*" %%i in ('dir /b /s /a *.wem') do cd.>"%%i"
5. Make batch file for reimport new zero byte .wem
Quote:

qbms -G -w -r -r ue4.bms "path_to_your_.pak" path_to_folder_with_unpacked_files
Example.
qbms -G -w -r -r ue4.bms "g:\Compress\OakGame\AdditionalContent\Alisma\Paks \Alisma.pak" D:\Unpack_Alisma\

And don't forget encrypt key

Quote:
0x115EE4F8C625C792F37A503308048E79726E512F0BF8D2AD 7C4C87BC5947CBA7
Also you may delete all movies folder from AdditionalContent. It's duplicates
Reply With Quote
The Following 4 Users Say Thank You to dixen For This Useful Post:
ffmla (21-04-2021), Mortal Lord (22-04-2021), Newbie-repacker (21-04-2021), shazzla (21-04-2021)
Sponsored Links