View Single Post
  #1060  
Old 19-07-2018, 13:55
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by masen485 View Post
Black_Box_UltraArc_Doom\Setup files\System\Compressors\FreeARC/Arc.ini
Arc.ini UA R5
Code:
[External compressor:xZLib,xLZ4,xLZO,xZSTD,xOodle]
header    = 0
unpackcmd = XTool d:precomp:t100p - - <stdin> <stdout>

[External compressor:pOodle]
header = 0
unpackcmd = pOodle d:poodle:t100p:cm0 - - <stdin> <stdout>

[External compressor:xCriLayla]
header    = 0
unpackcmd = xCriLayla d:precomp:t100p - - <stdin> <stdout>

[External compressor:pzlib]

header = 0
unpackcmd = ZTool d:{compressor}{:option}:t100p:cm0 - - <stdin> <stdout>

[External compressor:pZLib3]
header = 0
unpackcmd = pZLib3 d {options} -t100p - -o - <stdin> <stdout>

[External compressor:pZr]
header = 0
unpackcmd = pZr d {options} -t100p - -o - <stdin> <stdout>

[External compressor:zstd]
header = 0
unpackcmd  = ZSTD -d {options} -f <stdin> <stdout>

[External compressor:Lzma2,lzma2,xz,XZ]
header = 0
unpackcmd = 7z x -txz -mmt2 -an -y -si -so <stdin> <stdout>

[External compressor:razor,rz]
header = 0
solid = 0
unpackcmd = RZ x Output Input
datafile   = Input
packedfile = Output
Reply With Quote