View Single Post
  #384  
Old 03-07-2021, 05:48
sajmon83's Avatar
sajmon83 sajmon83 is offline
Registered User
 
Join Date: Jun 2017
Location: Poland
Posts: 30
Thanks: 233
Thanked 44 Times in 29 Posts
sajmon83 is on a distinguished road
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.
Reply With Quote