View Single Post
  #2787  
Old 02-02-2022, 13:49
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,407 Times in 637 Posts
Masquerade is on a distinguished road
For Life Is Strange Remastered, you can extract WWise Audio to use WemTool + separate JP voiceovers. You need QuickBMS:

BMS Script: https://bayfiles.com/L046w1Ffx9/unreal_bms

To extract:
Code:
quickbms_4gb_files -f "*.wem" unreal.bms pakchunk0-WindowsNoEditor.pak tmp
Now make a copy of the tmp folder, call it tmp2 or whatever.
Then eliminate the wem files from the archive with the following commands:
Code:
 for /f "tokens=*" %%i in ('dir /b /s /a *.wem') do cd.>"%%i" 
quickbms -w -r unreal.bms pakchunk0-WindowsNoEditor.pak tmp
Thanks to Dixen for the first command to null the wems.

This will reimport empty space where the wems originally were.

Then, run wemtool over the extracted wems to compress them.

Finally, during decompression, decode the wems with wemtool then reimport them with quickbms
Code:
quickbms -w -r unreal.bms pakchunk0-WindowsNoEditor.pak tmp2
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
:( Sad8669 (04-02-2022)