View Single Post
  #2228  
Old 05-04-2021, 06:11
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
Was there ever an LZMA precompressor? I was reading some ancient threads in my search. At the time, it was said to be a difficult task and to avoid large xdeltas the right params had to be used in recompression. Read a bit on Encode through the wayback machine, but nothing really related to what I was looking for.

Reason I am asking, Crash Bandicoot N Sane Trilogy uses LZMA compression on the archives:



There's an Extract tool for this game which removes the compression from the pak, and saves it as an decompressed pak file, only thing is no way to re-compress said pak.

https://github.com/AdventureT/Nst-Ex...r/SevenZip/sdk

Update: https://github.com/pashok6798/Crash-.../master/CBNSTT

I found another tool with compression abilities, however it is a GUI with no command line unfortunately. Its says it can compress but it doesn't appear to do.

Last edited by Masquerade; 05-04-2021 at 06:24.
Reply With Quote