View Single Post
  #6  
Old 23-04-2021, 15:29
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Angry

Quote:
Originally Posted by sajmon83 View Post
Cesar 82, I have a question if you can add the option to set xtool 2020 -d# - scan depth to the next version.
I did not understand your suggestion.
I don't know if that will do what you need, so I could understand if I add an option, you can include it as a parameter (I think).

People who understand this functionality more, please comment if it would work.
Code:
[External compressor:xtool_zlib]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mzlib -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_lz4]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mlz4 -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_zstd]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mzstd -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_reflate]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mreflate -c64mb -t75p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_preflate]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mpreflate -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_grittibanzli]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mgrittibanzli -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_kraken4,xtool_kraken5,xtool_kraken6,xtool_kraken7,xtool_kraken8]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mkraken -c64mb -t100p {options} --dbase - - <stdin> <stdout>

[External compressor:xtool_grittibanzli]
header    = 0
packcmd   = "PRE\XTool_2020\Win64\XTool.exe" precomp -mgrittibanzli -c64mb -t100p {options} --dbase - - <stdin> <stdout>
Then it would be used as that on the command line (manually).
xtool_zlib:d1+srep_new+LZMA-MT


Quote:
Originally Posted by sajmon83 View Post
And I have one more question, is there an error in the syntax xtool_lz4? xt_lz4 gives me results and xtool_lz4 gives me nothing.
Code:
15:36:57 - Selected ARC method for Data1e.bin was: xt_lz4
Compressed 160 files, 8,719,655,516 => 23,176,604,903 bytes. Ratio 265.80%

15:36:57 - Selected ARC method for Data1j.bin was: xtool_lz4
Compressed 160 files, 8,719,655,516 => 8,719,657,878 bytes. Ratio 100.00%
And so I wonder what the problem is. I like all the changes to DiskSpan_GUI 2.0 and I am looking forward to the next version. Beer for you ^^
About XTool 2020 not having inflated the file, try using the same lz4 library by copying from the XTool folder (old) to the XTool 2020 folder.
For each game you may or may not use a different version of the libraries, so it is necessary to test with different versions of the libraries.

Changing the subject...
If someone has download authorization and can share the file ISFreeArcExtract 4.3 here on the forum, it would be very useful for me (@mods, if I can't request it here, remove those lines).

Last edited by Cesar82; 23-04-2021 at 15:40.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
Gehrman (29-04-2021), houcine80 (25-04-2021), sajmon83 (23-04-2021)