Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #2791  
Old 03-02-2022, 21:08
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Read this : https://fileforums.com/showthread.php?t=104859
Reply With Quote
Sponsored Links
  #2792  
Old 04-02-2022, 02:55
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
God of War BNK Sound Files- Update II

I have already posted about .sbp files of GOW and how to extract them, however i failed to provide a method to compress them while keeping CRC. Here it is,

What do you need?

- HxD Editor
- QuickBMS & armyoftwo.bms
- HDiffz or any delta patcher

Notes :
- This is not efficient at all.
- This method is based on theory (It should work though).
- Barely a 2~3 MB gain from 80 MB files (there are two of them).
- WemTool doesn't work on localized sound banks.
- Time Consuming
- While Nulling the files, make sure to use *.wav and *.dat

Method:

1. First you have to make the .sbp files compatible with QuickBMS. Follow the link.

2. After converting the .sbp to a compatible version, create diff patches between them, since you deleted a good amount of Hex code, although the patch should be smaller.

3. Extract the new compatible bank using QuickBMS, create a copy of the extracted folder, and null the inside files, follow this guide. Upon extraction, you will see alot of .wavs and .dats, meaning that you are in trouble and you will need to rename them to .wem to make it work with WemTool. (Use PowerRename or anything)

4. During installation, decode the the files using WemTool, then rename them back to their original names . Reimport them using QuickBMS and use the diff patches to patch the data you removed in step 1.

Quick Tip:

If you are willing the convert the .sbp to compatible version, open it with HxD, search for "BKHD", convert the code to dec, click on the "dot" before BKHD, note the offset, Use Ctrl+E then select from 0 to whatever offset you noted when you searched for BKHD.

For Example :
Code:
lvl_stn000.sbp  | 0 - 18527 |
lvl_helr000.sbp | 0 - 16735 |
lvl_peak000.sbp | 0 - 21599 |
lvl_hel000.sbp  | 0 - 14687 |
lvl_alf000.sbp  | 0 - 44127 |
lvl_foot000.sbp | 0 - 7007  |
lvl_riv000.sbp  | 0 - 22367 |
lvl_stn950.sbp  | 0 - 5471  |
Thanks to Masquerade, dixen and everyone.

Last edited by :( Sad8669; 04-02-2022 at 02:58.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
Masquerade (04-02-2022)
  #2793  
Old 05-02-2022, 11:38
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,336
Thanks: 1,076
Thanked 6,927 Times in 2,615 Posts
KaktoR is on a distinguished road
Dying Light 2
*.bik -> bpk works
*.rpack, navmesh -> just use srep+lolz/lzma/...
*.dat -> zlib
streams_<lang>.aesp -> some ogg files are inside (~97% ratio)
__________________
Haters gonna hate

Last edited by KaktoR; 05-02-2022 at 11:43.
Reply With Quote
  #2794  
Old 05-02-2022, 21:17
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Dying Light 2 - Movies

Uses Bink 1 format so bpk works for sure, also stated by KakTor.
This game comes with two versions of movies, FHD and 4K.

Movies Folder [1.51 GB] [FHD only]
Code:
Initial Size : 1.51 GB
Final Size : 1.13 GB
Method: BPK
Movies Folder [4.40 GB] [Both 4K + FHD]
Code:
Initial Size : 4.40 GB
Final Size : 3.21 GB
Method: BPK
Reply With Quote
  #2795  
Old 05-02-2022, 23:06
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 131
Thanks: 189
Thanked 30 Times in 23 Posts
fabrieunko is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Dying Light 2
*.bik -> bpk works
*.rpack, navmesh -> just use srep+lolz/lzma/...
*.dat -> zlib
streams_<lang>.aesp -> some ogg files are inside (~97% ratio)


Hello, when there are several styles of files how to make a single BIN?
Reply With Quote
  #2796  
Old 06-02-2022, 00:13
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Masked compression is your good friend.

Check this out : https://fileforums.com/showthread.php?t=97530

Don't read too much, just the bit where its about masked compression.

A game contains files of different formats, so as you said several styles of algorithms are used with desired formats.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
fabrieunko (06-02-2022)
  #2797  
Old 06-02-2022, 00:32
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
Hello, when there are several styles of files how to make a single BIN?
xtool+srep+lolz/$bink=bpk/$aesp=oggre

Make an arc.groups file in the same location as arc.exe and put this:

Code:
$Default

$bink
*.bik
*.bk2

$aesp
*.aesp
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
fabrieunko (06-02-2022)
  #2798  
Old 06-02-2022, 01:40
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
The LEGO Movie 2 Videogame

Step 1: Unpack DAT archives using QuickBMS and this script.

Step 2: Apply TTMagic patch (Koalyptus Framework).

Step 3: Compress:

Code:
srep+lolz/$ogg=srep+LZMA2/$fmv=srep+LZMA2
  • You can rip the NXG folder inside the MOVIES folder because since only the DX11 game executable is patched by Koalyptus framework, the NXG videos will never be used.

14GB ===> 4GB

Last edited by Masquerade; 06-02-2022 at 04:26.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Gehrman (06-02-2022), JustFun (03-03-2022)
  #2799  
Old 06-02-2022, 02:42
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 131
Thanks: 189
Thanked 30 Times in 23 Posts
fabrieunko is on a distinguished road
OUPSsss sorry

Last edited by fabrieunko; 06-02-2022 at 05:19.
Reply With Quote
  #2800  
Old 06-02-2022, 04:21
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
Hello I would like to test to learn but where to find the game?
Forum Rule 1
https://www.fileforums.com/showthread.php?t=54193
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Grumpy (06-02-2022)
  #2801  
Old 06-02-2022, 10:14
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 384
Thanks: 444
Thanked 430 Times in 197 Posts
dixen is on a distinguished road
SIFU

*.pak not used zlib or kraken but

Total encrypted UE records 35470/35497

AES key for ue4d
Code:
0x40A266F41FDBCE91312FBB86060D2E9425B7D922C0CF0031F634CAD9AECB49DA
Reply With Quote
The Following 5 Users Say Thank You to dixen For This Useful Post:
GTX590 (12-03-2022), hwang4 (08-02-2022), L0v3craft (06-02-2022), nazs_blueduck (30-03-2023), ScOOt3r (06-02-2022)
  #2802  
Old 06-02-2022, 10:34
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
Steel Division 2 v67500 + All DLCs + Bonus Content

Code:
xtool:reflate+srep+lolz
66.2GB ===> 30.6GB

Notes:
  • DO NOT use ZLIB codec for XTool, crash on decompression.
  • Not much point in separating bonus content, just keep it in main archive.
  • 20 hours max needed for this one, especially if you lolz which needs about 17 hours on its own.

Last edited by Masquerade; 06-02-2022 at 10:37.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
JustFun (03-03-2022), ScOOt3r (06-02-2022)
  #2803  
Old 06-02-2022, 10:48
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,155
Thanks: 284
Thanked 1,346 Times in 610 Posts
Masquerade is on a distinguished road
There is some WWise Audio in SIFU (especially Chinese voiceovers) but the PAK is encrypted and this is not something I am 100% certain you can tamper with. I know QuickBMS reimporting does not work here.
Reply With Quote
  #2804  
Old 07-02-2022, 02:33
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 131
Thanks: 189
Thanked 30 Times in 23 Posts
fabrieunko is on a distinguished road
hello, how did you get 9.8Gb?
Reply With Quote
  #2805  
Old 07-02-2022, 04:45
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 384
Thanks: 444
Thanked 430 Times in 197 Posts
dixen is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
hello, how did you get 9.8Gb?
Who? SIFU?
ue4d+srep+lolz
Reply With Quote
The Following User Says Thank You to dixen For This Useful Post:
fabrieunko (07-02-2022)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 03:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com