
02-08-2017, 23:42
|
 |
Registered User
|
|
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
|
|
Quote:
Originally Posted by senying
how do i apply ZTool to UltraArc ?
i edit the config 0 in my method to this :
My Method:
tor = plz4+srep+delta+lzma
[External compressor:plz4,plzo]
header = 0
packcmd = ZTool e:{compressor}{:option} - -o - $$arcdatafile$$.tmp -o <stdout>
unpackcmd = ZTool d:{compressor}{:option} - -o - <stdin> <stdout>
it gives : "Failed to create Data1.Bin"
i already copy the ZTool.exe and all the .dll it needs to the Resources folder
|
packcmd = ZTool e:{compressor}{ption} - -o - $$arcdatafile$$.tmp -o <stdout>
[External compressor:pzlib,plz4,plzo,pzstd]
header = 0
packcmd = ZTool\ZTool e:{compressor}:t25p{:option} - - <stdin> <stdout>
unpackcmd = ZTool\ZTool d:{compressor}{:option}:t90p:f:cm256mb - - <stdin> <stdout>
Last edited by pakrat2k2; 21-08-2017 at 08:09.
|