|
|
|
#1
|
|||
|
|||
|
Thanks for the update. I can only get the results you are showing if I run xtool in non-solid mode however, which doesn't really work when trying to chain it with srep and lolz.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
What's the method to use for lzo precompression?
I have xtool + lzo2.dll, with packcmd: Code:
[External compressor: lzo] header = 0 packcmd = xrool precomp -mlzo -c512mb -t16 - - <stdin> <stdout> Code:
FreeArc 0.67 (March 15 2014) creating archive: data.arc Compressing 1 file, 51,286,661 bytes. Processed 0% ERROR: write error (disk full?) in compression algorithm lzo Test file: https://1fichier.com/?1lbx3d68cud09anxs39v It contains zlib and lzo streams - from Bioshock Infinite (unreal engine 3). Using uelr: Code:
Compressed 1 file, 51,286,661 => 100,636,058 bytes. Ratio 196.22% Compression time: cpu 0.08 sec/real 6.75 sec = 1%. Speed 7.59 mB/s All OK Code:
Compressed 1 file, 51,286,661 => 153,379,576 bytes. Ratio 299.06% Compression time: cpu 0.08 sec/real 12.26 sec = 1%. Speed 4.18 mB/s All OK |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Here's another Unity sample, xtool doesn't detect any streams at all (regardless of which liblz4 is used, the previous sample I posted: streams were found, just not processed).
https://1fichier.com/?x630wefm2269eh4d81ya It decompresses to 6.9GB |
|
#6
|
||||
|
||||
|
lzo does not have a universal scanner, for the far cry series, you'll need a database file, like fc3.xtl and then use -mfc3 method.
Quote:
An update is required |
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
ffmla (25-06-2021), Mortal Lord (25-06-2021) | ||
|
#7
|
||||
|
||||
|
Update available
Changes - updated search support |
| The Following 4 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#8
|
|||
|
|||
|
What is the best compression method ? how to use it ?
|
|
#9
|
|||
|
|||
|
It's PREcompressor but not compressor
|
|
#10
|
||||
|
||||
|
I have been trying for a long time to use the latest version of xTool for LZ4 compression. Unfortunately, no results. I did a short test with a sample. Only the older xTool can handle it. My question is, am I doing something wrong? Bad syntax, parameter? I've tried multiple versions of liblz4.dll and unfortunately no result. In the test, I used the latest version of the liblz4.dll v1.9.3 library on all xTool versions. And only one brings results (v0.12). The question is what am I doing wrong?
I enclose a link to the sample and test And the contents of the test script Code:
xtool_0.3.03_hotfix\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_0.3.03sniperescape.ff.unlz4 xtool_0.3.03_hotfix\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_0.3.03sniperescape.ff.unlz4hc xtool_0.3.21\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_0.3.21sniperescape.ff.unlz4 xtool_0.3.21\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_0.3.21sniperescape.ff.unlz4hc xTool_0.12\xtool.exe e:precomp:c1024mb,t100p:lz4 "sniperescape.ff" xTool_0.12sniperescape.ff.unlz4 xTool_0.12\xtool.exe e:precomp:c1024mb,t100p:lz4hc "sniperescape.ff" xTool_0.12sniperescape.ff.unlz4hc xtool_2010_R5\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_2010_R5sniperescape.ff.unlz4 xtool_2010_R5\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_2010_R5sniperescape.ff.unlz4hc xtool_2012_R2\xtool.exe precomp -mlz4 -c1024mb -t100p "sniperescape.ff" xtool_2012_R2sniperescape.ff.unlz4 xtool_2012_R2\xtool.exe precomp -mlz4hc -c1024mb -t100p "sniperescape.ff" xtool_2012_R2sniperescape.ff.unlz4hc pause Last edited by sajmon83; 03-07-2021 at 09:14. |
|
#11
|
|||
|
|||
|
Do you know the best compression method ?
|
|
#12
|
||||
|
||||
|
Game Repacker One way to find the best compressor is to try it out (or possibly knowledge of the engine and its compression method). One of the more important methods is the precompressor (if there is one). Let me give you a simple example on the CoD 4 MW Remaster. All * .ff files 10870.08Mb I passed through precompressor (most files are already compressed precomporsssor such as xTool can extract these files) xTool_lz4 which gave me a result of 24633.98 Mb Then I used srep (the tool finds the same files and duplicates) which gave me 9113.11 Mb. And for all this I use the LOLZ compressor (currently one of the best compressors for graphics files) which gives me 2,766.74 Mb which gives an amazing 25.45% result. But not every file type gives the best result for LOLZ compression. For some it is a razor compressor for others LZMA and different for audio files. There is simply no one method.
There's a great FitGirl post on the web about compression. I recommend you to find it and read it there is probably everything you need to know about compression these days ^^ And I think that as simply as it was explained there, it cannot be easier ^^ And above all, beautifully written Last edited by sajmon83; 05-07-2021 at 14:33. |
|
#13
|
|||
|
|||
|
How ?
Quote:
|
|
#14
|
||||
|
||||
|
Run xTool in cmd xtool precomp and xtool decode
You will see all the information about the xtool or run xtool.chm which also contains most of the information Last edited by sajmon83; 06-07-2021 at 10:05. |
|
#15
|
|||
|
|||
|
Ok
I used free arc to compress GTA San Andreas. from 4.5Gb to 3.3 Gb.
Can I use precomp+srep+freearc for a better one? Which one would be the best process? Please tell me. ![]() ![]() ![]()
Last edited by Game Repacker; 07-07-2021 at 19:46. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Dev]XTool | Razor12911 | Conversion Tutorials | 180 | 23-10-2020 06:26 |
| Project Cars Digital Edition (3xDVD5) (srep+lzma) | GTX590 | PC Games - CD/DVD Conversions | 10 | 28-08-2017 08:34 |
| Project IGI Anthology 1xCD700 CIUV2 2039 | mausschieber | PC Games - CD/DVD Conversions | 0 | 24-07-2017 15:12 |
| Space Channel 5 Part 2 Translation Project | Christuserloeser | DC Games | 0 | 21-06-2004 18:16 |