|
|
|
#1
|
|||
|
|||
|
Hey, i'm new and trying to learn. Is there a guide to the methods in DiskSpan gui?
SREP LOLZ Zlib Xtool 2020 reflate Xtool 2020 preflate LZMA2 what are they best at and what are the pros & cons of each? what file types are they used for? how do i know what file types a game uses etc? |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hi Tmills
Heres what the methods listed are: SREP (LD Deduplicator) LOLZ (Final Compressor) Zlib (I'm guessing this is XTool's implemintation of zlib, that is a Precompressor) Xtool 2020 reflate (Precompressor) Xtool 2020 preflate (Precompressor) LZMA2 (Final Compressor) I'm going to shortly explaing what these do. SRep removes duplicates in files you feed it, it's very quick. Lolz and LZMA2 are final compressors and they always go at the end of a method chain, they compress data that was previously fed to Precompressors or SRep. Lolz is very slow on compression, but it's upside is faster decompression compared to LZMA or LMZA2, while LZMA/2 are a lot faster in compression but a little slower when it comes to decompression. (Lolz gives better ratio compared to LZMA/2 aswell) Typical chain of methods when it comes to game data (excluding media) is SRep+Lolz/LZMA/LZMA2. However sometimes you can encounter game data that is already compressed, this is where Precompresser come in, during compression you place them in the beginging of the chain, what Precompressor you use depends on what algo the game is compressed with. For example if the game is compressed with zlib, you use a Precompressor that utilizes zlib decompression (like XTool zlib/reflate/preflate) which one of those you use depends on how they preform, they have tiny differences in speed/ratio, however they all decompress zlib. Typical chain with precompression is XTool+srep+lolz I skipped over loads of info in order to keep my replu consise, but this should be good enough for a beginer Hope I Helped |
| The Following 3 Users Say Thank You to -tara For This Useful Post: | ||
|
#3
|
||||
|
||||
|
Quote:
Generally use Xtool(zlib is also included) + srep + lolz/lzma [LZMA is faster but usually makes the output size a bit larger] |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| newbie question | bigorangekitty | PS2 Games | 5 | 15-05-2002 16:51 |
| Total newbie...dumb question...patience please! | xxxMikexxx | PC Games | 1 | 02-04-2002 23:19 |
| newbie question | troi22 | PS2 Games | 1 | 28-02-2002 03:18 |
| newbie PAL patch question for Pro Evolution | Purple Cowboy | PS2 Games | 2 | 19-02-2002 12:39 |
| Newbie question...how do I know if the game I've downloaded is Autoboot or not? | konichiwa | DC Games | 1 | 23-11-2000 20:35 |