MultiArc configuration for 7-zip
Moderators: Hacker, petermad, Stefan2, white
MultiArc configuration for 7-zip
[face=courier]I fixed a little bug in subj, distributed with
last MARC version. You can take it here.[/face]
last MARC version. You can take it here.[/face]
Last edited by Black Dog on 2004-10-09, 23:58 UTC, edited 3 times in total.
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
This line works better for .txt (or any text intesive files) and takes less mem.
(I use both, one for .exe and the like with extension .7z and the other with extension .7zt for text files).
Cheers.
Code: Select all
Add="%P a -bd -mhcf -m0=PPMd:mem28:o32 -y -r{ %S} %AQA @%LQ"
Cheers.
[face=courier]On 02-03-2003 18:28:54 +0000 JackFoo wrote:
J> This line works better for .txt
Should I add it to "officially" distributing configuration?[/face]
J> This line works better for .txt
Should I add it to "officially" distributing configuration?[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
Since it's so small I decided to put the .addon file I use for text file, this one uses 7zt extension (UUE), and sure you can add it.
Cheers.
Cheers.
Code: Select all
begin 644 7zt.addon
M6S=:5%T-"D5X=&5N<VEO;CTW>G0-"D1E<V-R:7!T:6]N/3<M6FEP(#(N,S`@
M8F5T82`R.`T*240],S<@-T$@0D,@048@,C<@,4,-"D%R8VAI=F5R/5)%4$Q!
M0T4@5TE42"`W>B!E>&4-"D)A=&-H56YP86-K/3$-"E-T87)T/2)>+2TM+2TM
M+2TM+2TM+2TM+2TM+2(-"D5N9#TB7BTM+2TM+2TM+2TM+2TM+2TM+2TB#0I,
M:7-T/250(&P@)4%100T*1F]R;6%T,#TB>7EY>2!T="!D9"!H:"!M;2!S<R!A
M86%A82!Z>GIZ>GIZ>GIZ>GH@<'!P<'!P<'!P<'!P(&YN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FXB#0I%>'1R86-T/2`E4"!E("UY('LE4WT@)4%1
M02!`)4Q1#0I%>'1R86-T5VET:%!A=&@])5`@>"`M>24Q1
M#0I497-T/250('0@+7D@>R53?2`E05%!#0I$96QE=&4])5`@9"`M>2`M<BD("UM:&-F("UM,#U04$UD.FUE
<;3(X.F\S,B`M>2`M<B, and sure you can
J> add it.
Actually separate addon is absolutely useless. The "%S" parameter implemented exactly for this purpose (just make sure it placed after existing compression settings), so if you want to use alternative compression settings just set MARC to ask "%S" parameter "For next command" and insert "-bd -mhcf -m0=PPMd:mem28:o32" in dialog window (your case). Moreover, this string would be saved in history, so you can recall it next time you need it.[/face]
J> I decided to put the .addon file I use for text file,
J> this one uses 7zt extension (UUE), and sure you can
J> add it.
Actually separate addon is absolutely useless. The "%S" parameter implemented exactly for this purpose (just make sure it placed after existing compression settings), so if you want to use alternative compression settings just set MARC to ask "%S" parameter "For next command" and insert "-bd -mhcf -m0=PPMd:mem28:o32" in dialog window (your case). Moreover, this string would be saved in history, so you can recall it next time you need it.[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
Hmm, it doesn't work; I made sure { %S} was _after_ the current compression settings and I get an error wich shows the command wich was executed, it shows both the normal settings and the { %S} parameter replaced... this is the ADD line in multiarc.ini
Cheers.
Code: Select all
Add="%P a -bd -mhcf -m0=BCJ2 -m1=LZMA:d24:a2:mf=bt4b:fb100 -m2=LZMA:d24:a2:fb100 -m3=LZMA:d24:a2:fb100 -mb0:1 -mb0s1:2 -mb0s2:3 -y -r{ %S} %AQA @%LQ"
[face=courier]Another fix. Link is the same.[/face]
Last edited by Black Dog on 2004-10-09, 23:58 UTC, edited 2 times in total.
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
[face=courier]On 04-03-2003 22:00:57 +0000 JackFoo wrote:
Sorry for half of a year delay, Jack :).
J> I get an error wich shows the command wich was executed
Well, it looks like it can't be more then one "-m0" etc. parameters per command line. As you can see I use "-mx" parameter by default, 7-Zip just ignore it if it found another one later.
J> it shows both the normal settings and the { %S} parameter
J> replaced...
Yep, the solution is to use "-mx" and MARC "%S" parameter (or "%S" w/o any predefined parameters ;).[/face]
Sorry for half of a year delay, Jack :).
J> I get an error wich shows the command wich was executed
Well, it looks like it can't be more then one "-m0" etc. parameters per command line. As you can see I use "-mx" parameter by default, 7-Zip just ignore it if it found another one later.
J> it shows both the normal settings and the { %S} parameter
J> replaced...
Yep, the solution is to use "-mx" and MARC "%S" parameter (or "%S" w/o any predefined parameters ;).[/face]
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
[face=courier]^PgDn for SFXs supported.[/face]
Last edited by Black Dog on 2004-10-09, 23:59 UTC, edited 2 times in total.
[face=courier]The Protoss do NOT run from their enemies.
It is here, that we shall make our stand.[/face]
It is here, that we shall make our stand.[/face]
-
- Junior Member
- Posts: 4
- Joined: 2003-09-24, 19:33 UTC
Code: Select all
begin 644 7z.addon
M.R!697)S:6]N.B`W+5II<"`S+C$P("AC*2!)9V]R(%!A=FQO=B!%+6UA:6PZ
M('-U<'!O<G1`-RUZ:7`N;W)G#0H[($%V86EL86)L92!A=#H@:'1T<#HO+W=W
M=RXW+7II<"YO<F<-"@T*6S=:70T*17AT96YS:6]N/3=Z#0I)1#TS-R`W02!"
M0R!!1B`R-R`Q0PT*2410;W,],"P@-CDQ,C`L(#@W,#0P+"`Q,C$S-#0L(#$U
M,C`V-"P@,34T,3$R+"`T,3$P,BP@-#$Q,#@L(#0Q,3$X+"`T,#8P-BP@,3,P
M-38P#0I$97-C<FEP=&EO;CTW+5II<"`S+C$P("@R,#`S+3`Y+3(W*2`M('=W
M=RXW+7II<"YO<F<-"D%R8VAI=F5R/6,Z7%!R;V=R86T@1FEL97-<-RU::7!<
M-WIA+F5X90T*0F%T8VA5;G!A8VL],0T*4W1A<G0](EXM+2TM+2TM+2TM+2TM
M+2TM+2TM("TM+2TM("TM+2TM+2TM+2TM+2`M+2TM+2TM+2TM+2T@("TM+2TM
M+2TM+2TM+2(-"D5N9#TB7BTM+2TM+2TM+2TM+2TM+2TM+2T@+2TM+2T@+2TM
M+2TM+2TM+2TM("TM+2TM+2TM+2TM+2`@+2TM+2TM+2TM+2TM(@T*1F]R;6%T
M,#TB>7EY>2UT="UD9"!H:#IM;3IS<R!A86%A82!Z>GIZ>GIZ>GIZ>GH@<'!P
M<'!P<'!P<'!P("!N;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN(@T*
M061D/250(&$@+7(@+7D@+6US/6]F9B`M;7@W("53("5!44$@0"5,40T*1&5L
M971E/250(&0@+7D@)4%102!`)4Q1#0I,:7-T/250(&P@)4%100T*5&5S=#TE
M4"!T("5!44$-"D5X=')A8W0])5`@92`M<C`@+7D@)4%102!`)4Q1#0I%>'1R
M86-T5VET:%!A=&@])5`@>"`M<C`@+7D@)4%102!`)4Q1#0I!<VM(:7-T;W)Y
M,#TM<V9X-WIC+G-F>`T*07-K2&ES=&]R>3$]+7-F>#=Z0V]N+G-F>`T*07-K
236]D93TR#0I3:VEP3$E35#TQ
`
end
sum -r/size 44096/1053

Change the path of 7za.exe and Parameters for adding function by yourself.
Last edited by jy Cheng on 2003-10-04, 06:37 UTC, edited 2 times in total.
-
- Junior Member
- Posts: 4
- Joined: 2003-09-24, 19:33 UTC