Hello everyone,
just for the record, I tested (briefly) CoffeeArc with these settings (only copied arc.exe and arc.ini to CoffeeArc's profiles directory):
Code:
<profile name = "FreeArc" version="26.03.09">
<description>------------------------------------------------------------------------------
FreeArc 26.03.09 - Copyright (C) Bulat Ziganshin
------------------------------------------------------------------------------
FreeArc is an OpenSource file compressor by Bulat Ziganshin:
</description>
<gui name="Kompression" type="combo">
<option label="Maximum">
<replace key="%model" with="-m9x"/>
</option>
<option label="Normal" default="yes">
<replace key="%model" with="-m4 -s64m"/>
</option>
<option label="Hoch">
<replace key="%model" with="-m5 -s128m"/>
</option>
<option label="Schnell">
<replace key="%model" with="-m3 -s32m"/>
</option>
<option label="Sehr schnell">
<replace key="%model" with="-m2 -s16m"/>
</option>
<option label="HDD-Geschwindigkeit">
<replace key="%model" with="-m1 -s8m"/>
</option>
<option label="Keine Kompression">
<replace key="%model" with="-m0"/>
</option>
</gui>
<solid/>
<skip>zip,rar,tar.gz,7z</skip>
<checksum/>
<encode file="arc" params="a %model %out %in">
<decode params="x %in %out"></decode>
</encode>
</profile>
These are the results:
Code:
7z466a [directory] -> 2,96 MB (3.110.153 Bytes) (unpacked 7z466a.exe)
7z466a-max -> 921 KB (943.322 Bytes)
7z466a-normal.crc -> 935 KB (957.774 Bytes)
7z466a-veryfast -> 1,08 MB (1.137.257 Bytes)
7z466a-none -> 2,98 MB (3.127.599 Bytes)
Best regards!