#1
|
|||
|
|||
tar+lzma+srep64i+precomp+Arc
can someone explained me how to add external compressors in my compiled script for FreeArc compressor including External compressor inside arc.ini? please reply!
and how to use lzma? |
Sponsored Links |
#2
|
||||
|
||||
hello @rYL.
first write your code correctly: tar+precomp+srep64i+lzma (arc is not nesessary) example: you have a file of 10 mb tar=10 mb precomp=20mb srep=12 mb lzma=4 mb Code:
[External compressor:precomp] header = 0 packcmd = precomp -intense0 -cn- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp [External compressor:srep] header = 0 packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:srep64] header = 0 packcmd = srep64 {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep64 -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:lzma64] header = 0 packcmd = lzma64 e lzma{:option} <stdin> <stdout> unpackcmd = lzma64 d lzma{:option} <stdin> <stdout> this compression is good Code:
-msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 have you the last update? srep_arc_2014_sept_october.7z arc 12-sep-2014 srep 3.93 beta 30-sep-2014 |
The Following User Says Thank You to ChronoCross For This Useful Post: | ||
Simorq (16-07-2015) |
#3
|
||||
|
||||
Quote:
Code:
arc.exe a -ep1 -r -ed -lc512 -ld1600m -mt2 -w./ -msrep+delta+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "Data_01.bin" "C:\Games\MyGames\*" |
The Following 3 Users Say Thank You to Carldric Clement For This Useful Post: | ||
Tags |
arc.ini lzma, precomp+reflate+srep+lzma, srep+lzma |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Lost Planet 3 2xDVD5 [CIU 1.0.1.4 + lzma + resampled biks] | BAMsE | PC Games - CD/DVD Conversions | 26 | 06-09-2020 07:13 |
F.E.A.R. Collection [CIUv2 - 7xDVD5 - SREP LZMA m0] | KaktoR | PC Games - CD/DVD Conversions | 2 | 02-04-2014 20:11 |
Commands use in Srep and Precomp | red01 | PC Games | 2 | 18-06-2013 06:55 |
How do you use srep and precomp? | surumanboy | PC Games | 6 | 14-05-2013 22:15 |
SREP and PRECOMP Archive Info | danswano | Software | 7 | 31-03-2013 14:28 |