FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Masked Compression (Ultimate compression in one go) (https://fileforums.com/showthread.php?t=97530)

panker1992 03-01-2016 13:20

Razor did it again :D
thanks for this
so 7z.dll 15.5 edition 32 bit should suffice or i can get the copy of 15.14 latest edition ??

i have 7z.exe to extract xz format and lz77 format (as dictated by arc.ini :external compression)

compression duration is not affected by rep:800mb but it uses 1 gig more ram during the entire process :P

so as by now lets call rep obsolete, so the entire rep+exe is skipped or replaced by the universal exe2 or as bulat call it dispack070

ramazan19833 03-01-2016 15:03

panker1992 HELP

arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mmsc+srep64+rep:512+delta+exe+xz/$bink:zm+zstd/$void=srep64+zstd/$text=srep64+zpaq/$precomp=precomp+msc+srep64+rep:512+delta+exe+lz77 "C:\Max Payne 3\*"

Eror : disk full eror help

panker1992 03-01-2016 15:07

how much ram you have ?? :D

you need to optimize it for your ram post your RAM

and i will do it for you

ramazan19833 03-01-2016 15:18

http://i.hizliresim.com/L1gWVa.jpg

ramazan19833 03-01-2016 15:20


I WOULD THANKS IN ADVANCE


panker1992

panker1992 03-01-2016 15:30

16G RAM Optimals
 
Code :

[External compressor:xz]
header = 0
packcmd = xz a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>


Change these settings in arc.ini and let shine :D hope ti works

ramazan19833 03-01-2016 15:49

@echo off
color 0c
Title Compressor - by Panker1992
echo. ************************************************** ************************
echo. * External Options for Compressor By Panker1992 *
echo. * lzma2=4x4:lzma:a1:mfbt4:d256m:fb273:mc1000:lc8 (alt) *
echo. * Mask1: $jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+zpaq *
echo. * Mask2: $precomp=reflate+precomp+msc+srep64+rep:512+delta+ exe+xz *
echo. * Mask3: $bink=zm+zstd *
echo. * Old: $text=dict:p:128m+lzp:64m:105:d1m:s32:h22+ppmd:12: 192m *
echo. ************************************************** ************************
pause
@echo Recompressing Data...
arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mmsc+srep64+rep:512+delta+exe+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+zpaq/$precomp=precomp+msc+srep64+rep:512+delta+exe+lz77 "C:\Program Files (x86)\Adobe\*"
echo ************************************************** *****************************
echo.
echo Compressing is Completed
echo.
echo ************************************************** *****************************
pause

http://i.hizliresim.com/W19O7Q.jpg

ramazan19833 03-01-2016 15:52

[External compressor:nz]
;options a) -cc=best -cO=optimal -cDP=fast b) -m6g -nm c) -p3 = cores
packcmd = nz a -cc -m1700m -p2 -t0 -br128m -bw128m -r -v $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m512g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

[External compressor:srep64]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = xz a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- -t-j {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:msc]
;Alt: c -v -f Forced //-frog=9 use this instead of -tak=9
header = 0
packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lzham]
packcmd = lzham -m4 -d29 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzham -c d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore123 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:zstd]
header = 0
packcmd = zstd -f -8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

[External compressor:rep,lzma,4x4,delta,exe]

header = 0

packcmd = fazip -i0 compress:{compressor}{:option} <stdin> <stdout>

unpackcmd = fazip -i0 decompress:{compressor}{:option} <stdin> <stdout>


[External compressor:jpg]
mem = 10
packcmd = packjpg -np $$arcdatafile$$.jpg
unpackcmd = packjpg -np $$arcdatafile$$.pjg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.pjg
solid = 0

[External compressor:zpaq]
;-method s4.3ci1 -method 46,36,26
packcmd = zpaq64.exe a $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -method 46,36,26
unpackcmd = zpaq64.exe x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -summary
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

panker1992 03-01-2016 15:58

-mprecomp+msc+srep64+delta+exe+lz77/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+nz

Use this, its more universal :) Windows 10 i saw above .... hmm i love troubleshooting

panker1992 03-01-2016 16:00

Quote:

Originally Posted by panker1992 (Post 445938)
Code :

[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>


Change these settings in arc.ini and let shine :D hope ti works


my mistake sorry :P copy this

ramazan19833 03-01-2016 21:18

Hello,Help
 
http://i.hizliresim.com/PP6mDv.jpg
http://i.hizliresim.com/bJMmVY.jpg
http://i.hizliresim.com/or8oVo.jpg
http://i.hizliresim.com/nLmZQ1.jpg

Advanced-Data-Comp.bat

@echo off
color 0c
Title Compressor - by Panker1992
echo. ************************************************** ************************
echo. * External Options for Compressor By Panker1992 *
echo. * lzma2=4x4:lzma:a1:mfbt4:d256m:fb273:mc1000:lc8 (alt) *
echo. * Mask1: $jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+zpaq *
echo. * Mask2: $precomp=reflate+precomp+msc+srep64+rep:512+delta+ exe+xz *
echo. * Mask3: $bink=zm+zstd *
echo. * Old: $text=dict:p:128m+lzp:64m:105:d1m:s32:h22+ppmd:12: 192m *
echo. ************************************************** ************************
pause
@echo Recompressing Data...
arc a -lc1024 -ld1024 -ep1 -ed -r -hp -pYourpassword -w.\ Data\data1.bin -mmsc+srep64+rep:512+delta+exe+xz/$bink:zm+zstd/$void=srep64+zstd/$text=srep64+zpaq/$precomp=precomp+msc+srep64+rep:512+delta+exe+lz77 "C:\Max Payne 3\*"
echo ************************************************** *****************************
echo.
echo Compressing is Completed
echo.
echo ************************************************** *****************************

arc.ini

[External compressor:nz]
;options a) -cc=best -cO=optimal -cDP=fast b) -m6g -nm c) -p3 = cores
packcmd = nz a -cc -m1700m -p2 -t0 -br128m -bw128m -r -v $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m512g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

[External compressor:srep64]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- -t-j {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:msc]
;Alt: c -v -f Forced //-frog=9 use this instead of -tak=9
header = 0
packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lzham]
packcmd = lzham -m4 -d29 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzham -c d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore123 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:zstd]
header = 0
packcmd = zstd -f -8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

[External compressor:rep,lzma,4x4,delta,exe]

header = 0

packcmd = fazip -i0 compress:{compressor}{:option} <stdin> <stdout>

unpackcmd = fazip -i0 decompress:{compressor}{:option} <stdin> <stdout>


[External compressor:jpg]
mem = 10
packcmd = packjpg -np $$arcdatafile$$.jpg
unpackcmd = packjpg -np $$arcdatafile$$.pjg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.pjg
solid = 0

[External compressor:zpaq]
;-method s4.3ci1 -method 46,36,26
packcmd = zpaq64.exe a $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -method 46,36,26
unpackcmd = zpaq64.exe x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -summary
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

Rahmani1811 03-01-2016 23:11

Panker bro getting this error
Genral (de) compreson error in precomp
http://imgur.com/ICiLtV8http://

panker1992 04-01-2016 01:54

Precomp Solution
 
Quote:

Originally Posted by panker1992 (Post 445611)

Program Version
7z.exe = 15.12
zstd.exe = 4.5
lzham.exe = 1.1
zpaq64.exe = 7.05
srep64.exe = 3.93
zlib1.dll = use precomp 0.38 no errors better compression use zlib1.dll 105 kilobytes edition works flawlessly


This is all thanks to Razor i couldnt have done without him :)

Full Support on all Compressors, except reflate its the only one that doesnt work in inno yet

The image on Background i made it quite some time ago using GIMP
hope you like it.


**** Patch 1 download the new scripts use whatever you wish v0.38 or v4.2 precomp

best choice is 0.38 precomp

**** Patch 2 fixed where it didnt properly show the application and the folder wasnt quoted

**** Ripping Decomp v3 fixed decomp error also removed some exe that are not needed for decomp such as msc.exe and pack*.exe since cls-msc.dll exsists

**** Updated Zstd for Windows added 32bit support, this compressor along with 64 bit one pipeline srep and zstd for fast compression and even faster decomp.



Ladies and Gentlemen because i support and i troubleshoot frequently,
i also update my tools regularly or post updates and solutions as they come up
please consider reading them before double posting same problems over and over

Enjoy :)

Precomp 0.38 Eliminates all errors change from 0.42 please

Razor12911 04-01-2016 04:44

Quote:

Originally Posted by panker1992 (Post 445956)
Ladies and Gentlemen because i support and i troubleshoot frequently,
i also update my tools regularly or post updates and solutions as they come up
please consider reading them before double posting same problems over and over

Enjoy :)

Precomp 0.38 Eliminates all errors change from 0.42 please

people should just work with 0.38, 0.40 and 0.43. 0.42 has a tendency of freezing and 0.41 is the black sheep of all.

And reflate does work in inno, it should work.

panker1992 04-01-2016 05:41

Quote:

Originally Posted by Razor12911 (Post 445957)

And reflate does work in inno, it should work.

Razor i cannot make it work in Inno :(
i have tried all your tools only, your inno setup (WPI).
simply refuses to work
when i RIP games (no Inno) just CMD everything works even your 7z.dll doesnt have to be present to decompress,
can you post us some pictures or anyone that had success with it ??

Thanks in advance

Razor12911 04-01-2016 07:27

rawrest.exe, reflate.exe, 7z.dll (x86) and raw2hif.exe are the files needed for decompression.

ramazan19833 04-01-2016 15:52

http://i.hizliresim.com/JnnDPY.jpg

panker1992 04-01-2016 16:29

Precomp Without JPG recompression
 
2 Attachment(s)
[External compressor:precomp]
header = 0
packcmd = precomp -slow -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

Edit 1) Masked Compression in Action

How to compress Max Payne 3

This all process took 6 hours because of precomp

lzma2 used 8 thread and dictionary size was 100 mb

ramazan19833 05-01-2016 11:34

Hello,Help
 
http://i.hizliresim.com/1MM1EA.jpg

ramazan19833 05-01-2016 11:35

Hello,Help
 
http://s8.dosya.tc/server/yjf9ih/Mas...ssion.rar.html
http://s8.dosya.tc/server/4tkduj/Bla...inelk.rar.html

panker1992 05-01-2016 18:26

1 Attachment(s)
i am looking into your problem :D
@ramazan i hope i can fix this for you really i even Downloaded and repacked the game just to see if this works and it did for me


Edit1 :

Ramazan the folder was a mess up, all tools inside the folder including packjpg_dll1.dll which was creating the problems

At any Rate a created a new folder with the best combo for Max payne 3 the same one i used for myself as you can see above.

Check back i will post update on Inno setup soon

Edit 2) The setup that you provided man is unreadable at least by my skill at coding :/ so sorry
Though You can always ask most advanced coders and programmers Like Razor who also happened to create the one i provided in this page and Rinaldo who also is very advanced

But to offer proper solution first reduce the game then use the inno i provided and you will be good :)

panker1992 06-01-2016 12:28

What is the method of compression ??
if you compressed with nanozip then you will have to wait for it :D
it takes time, to check if it works open control-alt-delete and see there

please post some pictures about method, tools and ini files so i can help with details

panker1992 06-01-2016 13:12

i only Created that for Max payne 3, Use the original in my main post :P

ramazan19833 06-01-2016 13:40

Hello,Help
 
what I ask of you panker1992 the ultimate Box v. 1 study (Masked Compression you can make it compatible with V2. ?

I sent them a few videos in the works and the slide can you look at whether it is positive desdeg available here

Ultimate Box V.1
http://i.hizliresim.com/or344X.jpg
http://www.dosya.tc/server6/ozjxzp/U...x_V.1.rar.html
Dark Blue
http://i.hizliresim.com/RokAO7.jpg
http://s6.dosya.tc/server5/e5xrhy/Yeni_klasor.rar.html
Black_Box_Script_By_Kurutucu_V1.8
http://i.hizliresim.com/4brvR4.jpg
http://www.dosya.tc/server6/gj8m34/B..._V1.8.rar.html

ramazan19833 06-01-2016 13:41

Thank you so much in advance for your help

coveiro 06-01-2016 15:15

ultimate Box v1

http://s8.dosya.tc/server/txtzgh/Ult...x_V.1.rar.html

:D

ramazan19833 06-01-2016 15:17

Ultimate Box V. 1, Dark Blue, Black_Box_Script_By_Kurutucu_V1.8 the files I gave (compatible masked compression can we make ?

coveiro 06-01-2016 15:31

Quote:

Originally Posted by ramazan19833 (Post 445994)
Ultimate Box V. 1, Dark Blue, Black_Box_Script_By_Kurutucu_V1.8 the files I gave (compatible masked compression can we make ?

Here it works with this compressor

Masked Compression V2 Max Payne Edition

panker1992 06-01-2016 20:33

As i said before guys Masked compression project takes place only in compression

thus in decompression nothing is changed, the only thing to make this compatible with everything is arc.ini with all additional programs

i added nz(nanozip) zpaq and lzham xz and zstd :) copy them along with arc.ini inside resources folder for inno and add them inside inno both to #include and extract section :D

Just to be Clear on this one, i gave an Inno support from Razor so if your abilities to modify script is limited please save the trouble and use it instead

panker1992 07-01-2016 00:43

Massive Update
 
Masked compression Massive Update !!!

this project far exceeded my expectations, i wouldnt have believed that it would make even a scratch but it did.

since you guys give something so do i, with almost 500 downloads i decided to give this project another go but before i go ahead and name the changes,
I will have to thank Razor, Gozarck, Felice, Ramiro and many others that helped, troubleshooted and made inno for this project :)
[B]

Changes Log :

Updates on Inno, Decompression Tool and Masked Compression

1) bug fixes and corrections made on inno

2) all modes tested and working on decompression tool

3) removed zpaq to add nanozip stronger, denser and faster

4) added secondary support on nanozip now you can max compress with it entires games
small note : doesnt show progress on Inno but it decomps successfully :)

5) removed lzham to add lzturbo (aka: lzt) inside. No reason, lzt is nice but needs work with stdin and stdout, i tried to add back in october but it didnt work

6) added Tiny Game Packer Script inside masked compression more of this in main post ( masks precomp msc srep all working flawlessly )

7) precomp 0.42 support is now obsolete, precomp 0.42 is messy program, unstable and at some point unusable half the problems in this threads are from bad precomp management

8) reflate support is dropped as well, reflate as Razor stated 2 days ago
is still under development even at this moment a working cls-reflate.dll doesnt exsist. Inno doesnt support reflate extraction !!
Note: it works flawlessly if you rip games like i do !!



Future Updates:

1) add reflate method in Inno
2) use the new precomp 4.4
3) add stdin and stdout to lzt
4) update bink Re-encoder, fix better menu , also add better options with some kind of help side by side
5) update zstd for windows Compression

Amsal 07-01-2016 04:19

Panker1992, can you continue to give that last in no, which look like blackbox, I don't like WPI, and there are some people who also don't like, so can you please give me the in no which look like blackbox and which is supporting the updates you have done in the compression etc.

panker1992 07-01-2016 04:21

Of course i can :D

I will Upload it right away give me 5 minutes !!!



i am preparing to release something new again

It's very experimental but i like it :)


Edit 1 ) black box inno is up

i did it in haste let me know if it works :D

Amsal 07-01-2016 04:33

Quote:

Originally Posted by panker1992 (Post 446002)
Of course i can :D

I will Upload it right away give me 5 minutes !!!


i am preparing to release something new again

It's very experimental but i like it :)


Edit 1 ) black box inno is up

i did it in haste let me know if it works :D

Bro, just asking, can you make any script compatible with this.

And one suggestion - add the code on first page/post for the ram 4gb(I have this one), 6gb, 8gb for arc.ini

panker1992 07-01-2016 04:40

Sorry as i said before i am not Inno Expert

i didnt make any of the Inno that i provided actually Razor did WPI and Kurutucu did the one you asked for.

i can only make some modifications :/

Rinaldo and Razor are Script Experts, You can ask them

although the scripts support my masked compression


I will upload arc.ini with 4 8 12 and 16 gigs of ram so no worries :D

Amsal 07-01-2016 04:43

Quote:

Originally Posted by panker1992 (Post 446004)
Sorry as i said before i am not Inno Expert

i didnt make any of the Inno that i provided actually Razor did WPI and Kurutucu did the one you asked for.

i can only make some modifications :/

Rinaldo and Razor are Script Experts, You can ask them

although the scripts support my masked compression


I will upload arc.ini with 4 8 12 and 16 gigs of ram so no worries :D

Bro, is the inno v3 and black box v2 are same?

panker1992 07-01-2016 04:52

4, 8 and 16 G ram optimize
 
1 Attachment(s)
yeah they are the same although download the newest ones just to be sure

the ones i uploaded today because i have uploaded updates on masked compression download everything new you see

just to make sure you are compatible to every tool :D



There goes the ini files with all optimizations

Amsal 07-01-2016 05:29

Quote:

Originally Posted by panker1992 (Post 446006)
yeah they are the same although download the newest ones just to be sure

the ones i uploaded today because i have uploaded updates on masked compression download everything new you see

just to make sure you are compatible to every tool :D



There goes the ini files with all optimizations

I have to replace the arc.ini to the masked compression method right?

panker1992 07-01-2016 05:36

i have uploaded ram optimizations, check on them above

the files i provide are optimized for 12 gigs of ram so

the error you get is ram related !!

panker1992 07-01-2016 05:48

1 Attachment(s)
you need to rename 4.ini ~> arc.ini

ahaa so a freearc remains, its from nanozip text compression, if it annoys you much you can dispose of it

test either $text=nz without srep and rep or replace nz entirely with txtold although you will get worse compression

in either case its your choice :)


Solved by using nz alone

so here it is $text=srep+rep:77mb+nz gets replaced by $text=nz positive is that ratio with nz alone is better so :)

ramazan19833 07-01-2016 11:21

Hello,Help
 
Masked Compression (Ultimate compression

http://i.hizliresim.com/4bllPY.jpg
COMPUTER SPECIFICATIONS
http://i.hizliresim.com/7MvvDm.jpg

arc.ini

[Compression methods]
; For Tiny SFX usage, dont use anything else other than that !!!
sfx = msc+srep+delta+exe2+4x4:lzma:max/$text=dict:p:128m+lzp:64m:105:d1m:s32:h22+ppmd:12: 192m
smartsfx = msc+srep+delta+exe2+4x4:lzma:max/$text=dict:p:128m+lzp:64m:105:d1m:s32:h22+ppmd:12: 192m/$precomp=precomp+msc+srep+delta+exe2+4x4:lzma:max
lzma2 = 4x4:lzma:a1:mfbt4:d256m:fb273:mc1000:lc8
oldtxt = dict:p:128m+lzp:64m:105:d1m:s32:h22+ppmd:12:192m
; For Masked Compression Usage
legacy = msc+srep+delta+exe2+lzma
max = precomp:zl98:d1+msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
optimal = msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
sonido = msc+srep64+delta+exe2+zstd/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
smartmax = msc+srep64+delta+exe2+xz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz/$precomp=precomp:zl98:d1+msc+srep64+delta+lz77
smartlzt = msc+srep64+delta+exe2+lzt/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz/$precomp=precomp:zl98:d1+msc+srep64+delta+lzt
devastate = precomp:zl98:d1+msc+srep64+delta+exe2+nzmax/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=nz
; if you want to add them for custom usage
txt = srep64+nz
void = srep64+zstd
jpeg = jpg+zstd

[External compressor:srep]
header = 0
packcmd = srep -m3f -a1 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>

[External compressor:srep64]
header = 0
packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d450m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:precomp]
header = 0
packcmd = precomp -slow -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

[External compressor:reflate]
header = 0
packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = reflate -restore123 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:zstd]
header = 0
packcmd = zstd -f -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

[External compressor:rep,lzma,4x4,delta,exe]

header = 0

packcmd = fazip -i0 compress:{compressor}{:option} <stdin> <stdout>

unpackcmd = fazip -i0 decompress:{compressor}{:option} <stdin> <stdout>


[External compressor:jpg]
mem = 10
packcmd = packjpg -np $$arcdatafile$$.jpg
unpackcmd = packjpg -np $$arcdatafile$$.pjg
datafile = $$arcdatafile$$.jpg
packedfile = $$arcdatafile$$.pjg
solid = 0

[External compressor:lz77]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d900m:fb=273:mf=bt4:mc=10000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>

[External compressor:msc]
;Alt: c -v -f Forced //-frog=9 use this instead of -tak=9
header = 0
packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:nz]
;options -cc=best -m3g=memory -nm
packcmd = nz a -r -v -cc -m3g -br128m -bw128m -p2 -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m1400m -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -p1 -49 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

[External compressor:nzmax]
;options -cc=best CM algo -m3g=memory -nm ; -cO fast option BWT algo
packcmd = nz a -r -v -cc -m8g -br128m -bw128m -p4 -t0 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m1400m -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz


All times are GMT -7. The time now is 15:11.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com