View Single Post
  #12  
Old 01-05-2026, 12:31
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 60
Thanks: 46
Thanked 41 Times in 24 Posts
wrathma is on a distinguished road
Frontier Paladin

Pre-processing:

inside Paladin\Content\FMOD\Desktop you will find many .bank files.
extract all of them using bnkextr. you will find a lot of .ogg and some
other files. merge all *.ogg files into a single solid file solid.ogg using
bincat or anything else. delete the rest of the extracted files. make a
hdiff patch from solid.ogg to Paladin\Content\FMOD\Desktop without
any compression.

Archives:
  • Archive 1 - Paladin\Content\Paks\Paladin-WindowsNoEditor.pak
    use oodle dll v2.9.5
    Code:
    xtool:mermaid+kraken+srep+lolz
  • Archive 2 - *.mp4 *.mov
    Code:
    zstd, or you can use bz3 (better ratio but slower unpack)
  • Archive 3 - solid.ogg
    Code:
    oggre
  • Archive 4 - diff file
    Code:
    msc:raw:wav
  • Archive 5 - everything else
    Code:
    dispack070+delta+razor

Final Size
Code:
input       -> 11,429 MB
compressed  ->  7,620 MB
Reply With Quote
The Following User Says Thank You to wrathma For This Useful Post:
Dunnowho69 (01-05-2026)