View Single Post
  #13  
Old 06-06-2022, 09:50
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by abror View Post
can anyone help explain when lolz, lzma, xtool and anything else in Diskpan Gui by Cesar82 is used?

Or can anyone suggest me something there to explain this?
Not entirely sure what you are asking.

Xtool = precompressor = responsible for decompressing/decrypting the input data. You need to select the correct codec for XTool in order for it to precompress successfully whether this be zlib, lz4 or an oodle library like kraken or mermaid. You can read more about XTool here.

LOLZ = the current best main compressor for game data like textures. LOLZ has support for header detection and raw file detection in order to gain best compression ratio. It's also slow, despite the fact it can be multithreaded. This is a closed source solution by ProFrager. You can learn more about LOLZ here.

LZMA = another type of file compressor, not as good as lolz in terms of compression ratio but immensely faster. Will produce larger output size. This algorithm is open source and built directly into FreeArc so you don't need any external compressors.
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
abror (09-06-2022), Cesar82 (06-06-2022), ScOOt3r (06-06-2022)