View Single Post
  #1730  
Old 20-05-2020, 02:32
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,178
Thanks: 284
Thanked 1,378 Times in 620 Posts
Masquerade is on a distinguished road
LEGO Star Wars The Complete Saga

In it's retail state (just like all other LEGO Games) this game is impossible to compress properly. In order to make a decent conversion, you first need to use QuickBMS on the DAT files to unpack them.

You can download QuickBMS here.

You will also need the TTGames BMS script which you can get here.

Drag the BMS script over the QuickBMS EXE file and select all the DAT files. I like to unpack to a separate folder then merge the files after unpacking, but it's perfectly fine to unpack to the game directory.

After unpacking, move or delete the DAT files since we no longer need them.

Test the game to make sure it still loads okay, it will load from the raw asssets just like it would from the DAT files.

Total Unpacked Size: 9.4GB

Compression as follows:
  • The following passage is required in Arc.groups:
    Code:
    $ogg
    *.ogg
    
    $wav
    *.wav
    
    $bink
    *.bik
  • Compress using the folowing:
    Code:
    srep:m3f:l512:v2+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096/$wav=msc:wav=1:frog=9+srep:m3f:l512:v2+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096/$ogg=oggre/$bink=bpk
  • I used FROG instead of TAK for MSC because TAK caused a crash. FROG works fine...

Total Packed Size using above methods: ~1.74GB
Reply With Quote
The Following 6 Users Say Thank You to Masquerade For This Useful Post:
devil777 (20-05-2020), dixen (20-05-2020), Flzzy (21-04-2021), JustFun (03-06-2020), oltjon (20-05-2020), ZAZA4EVER (23-05-2020)