View Single Post
  #1615  
Old 04-04-2020, 05:48
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
LEGO Indiana Jones

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: 5.61GB

Compression as follows:
  • The following passage is required in Arc.groups:
    Code:
    $ogg
    *.ogg
    
    $wav
    *.wav
    
    $bink
    *.bik
    
    $dds
    *.dds
  • Compress using the folowing:
    Code:
    srep:m3f:l512:v2+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096/$wav=msc:wav=1:tak=9+srep:m3f:l512:v2+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096/$ogg=oggre/$bink=bpk+srep:m3f:l512:v2/$dds=msc:dxt=5:ddsraw=1+srep:m3f:l512:v2+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096

Total Packed Size using above methods: 1.77GB

Last edited by Masquerade; 04-04-2020 at 06:17.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
JustFun (04-04-2020)