|
#11
|
|||
|
|||
|
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 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
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 |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
:( Sad8669 (04-02-2022) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Games Are For Kids | JoyBoy | Chit Chat | 83 | 16-11-2021 14:28 |
| CorePack Compression methods ? Help | ramazan19833 | Conversion Tutorials | 34 | 09-08-2018 06:51 |
| i got the email in the mail about copying ps2 games | EVOEvo | PS2 Games | 7 | 21-11-2003 07:56 |
| Self-booting games on an older Japanese DC? | Named | DC Games | 1 | 26-09-2003 17:48 |
| Having Problems Burning Numerous *Recent* Games....Help is Appreciated | Protosstic | PSX Games | 2 | 15-01-2002 21:27 |