PDA

View Full Version : Help with srep+lzma speed


buttignol
15-03-2017, 07:48
Friends you can help with the speed of unpacking
Example image
17714

At the end of the installation a difference of 15 minutes

My method pack and temp folder of downloaded game
17716

Thank you

shazzla
15-03-2017, 08:03
try using SREP+ZSTD.
SREP makes the game almost half of its size.
decompression will be lightning fast. Approx. 100 MB/s.

Or try 4x4:lzma.

-m4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000:lc8

buttignol
15-03-2017, 08:11
try using SREP+ZSTD.
SREP makes the game almost half of its size.
decompression will be lightning fast. Approx. 100 MB/s.

Or try 4x4:lzma.

-m4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000:lc8

use it like this

srep+zstd

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

Simorq
15-03-2017, 08:18
Serp+Lzma2 Best Ratio and Fast SPPED

buttignol
15-03-2017, 08:30
Serp+Lzma2 Best Ratio and Fast SPPED


Ok I'll test too.

shazzla
15-03-2017, 08:57
[External compressor:zstd]
packcmd = zstd --ultra -22 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

Simorq
15-03-2017, 10:35
[External compressor:srep]
packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -mem512b -d - - <stdin> <stdout>

ramazan19833
15-03-2017, 10:40
Hello there

srep64.V

RAM : 32 GB
CPU : Intel® Core™ i7-5820K 6Core 3.30 GHz
SSD: 250 GB

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

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

Simorq
15-03-2017, 14:18
Hello there

srep64.V

RAM : 32 GB
CPU : Intel® Core™ i7-5820K 6Core 3.30 GHz
SSD: 250 GB

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

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

[External compressor:pZLib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

[External compressor:pZLib+]
header = 0
packcmd = pZLib e -m2 -t100p $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pZLib d -t60p - -o - <stdin> <stdout>
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

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

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

pZLib+srep+Lzma2 38GB GTA V

ramazan19833
15-03-2017, 14:29
Better result Is there an option I can take?

pZLib+srep+Lzma2 38GB GTA V

buttignol
15-03-2017, 14:44
Simorq, shazzla

Failed to compact

Trying again like this

a\arc a -ep1 -r -w.\temp -msrep+zstd [email protected] -dp"%choice1%" .\Final\%dat%

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

[External compressor:zstd]
packcmd = zstd --ultra -22 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

a\arc a -ep1 -lc -r -w.\temp -msrep+lzma2 [email protected] -dp"%choice1%" .\Final\%dat%

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

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

Game 52GB

ramazan19833
15-03-2017, 14:58
I'm getting an error :(

Failed to compact

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

buttignol
16-03-2017, 05:38
Thank you shazzla used 4x4

-msrep+4x4:lzma:a1:mfbt4:d158m:fb273:mc1000000000:l c8

17734

17735

Simorq I'm trying to lzma2 but it's giving error
Arc.exe stopped working

If you add your compress files
Bat, arc.ini, srep 7z
To try again serep+lzma2

Simorq
16-03-2017, 07:18
Lzma2 LastVersion http://www.7-zip.org/a/7z1604-extra.7z (7z.exe and 7za.dll Rename 7z.dll)

False
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d900m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>

True
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d25:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>

http://s9.picofile.com/file/8289710768/1.png
http://s9.picofile.com/file/8289710784/2.png
http://s9.picofile.com/file/8289710792/3.png

buttignol
16-03-2017, 08:28
Thank you Simorq used srep64+lzma2 finished

17737

17738

Thank you all

ramazan19833
16-03-2017, 08:40
buttignol
HELLO THERE

YOU LIKE YOU GAME INSTALLATION I WANT TO DO :confused:

buttignol
16-03-2017, 14:38
buttignol
HELLO THERE

YOU LIKE YOU GAME INSTALLATION I WANT TO DO :confused:

Modify question I use google translator
I do not understand the question

mikey26
16-03-2017, 14:54
he wants your script

ramazan19833
16-03-2017, 15:08
I play setup prepare make help

ramazan19833
16-03-2017, 15:13
just like you Game setup is ready help

buttignol
16-03-2017, 15:20
My script

17740

ramazan19833
16-03-2017, 18:26
Again your Kullan compression Application
My script appropriate game compression Application

buttignol
16-03-2017, 19:34
again your kullan compression application
my script appropriate game compression application

17743

ramazan19833
18-03-2017, 20:55
Hello there

Help Please..

http://i.hizliresim.com/gqopnR.jpg (http://hizliresim.com/gqopnR)
GTA 5 ORIGINAL SIZE :[/B] 75 GB
GTA 5 COMPRESS : 37 GB
METHOD : -mpzlib+srep+lzma2
http://i.hizliresim.com/gqopkR.jpg (http://hizliresim.com/gqopkR)

Arc.ini

[External compressor:pzlib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

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

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

pZLib+srep+Lzma2 38GB GTA V

mikey26
19-03-2017, 00:06
Hello there

Help Please..

http://i.hizliresim.com/gqopnR.jpg (http://hizliresim.com/gqopnR)
GTA 5 ORIGINAL SIZE :[/B] 75 GB
GTA 5 COMPRESS : 37 GB
METHOD : -mpzlib+srep+lzma2
http://i.hizliresim.com/gqopkR.jpg (http://hizliresim.com/gqopkR)

Arc.ini

[External compressor:pzlib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

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

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

pZLib+srep+Lzma2 38GB GTA V

wtf dude stop F****** spamming every F******* post. :mad::mad::mad:
Stop cross posting if that script does not belong in that post dont ask questions about it in another post.

its seems you jump from script to script every day that why you have tons of compressing issues.

Mods please delete his junk of the people posts its just spam nothing of relevance anyways.

L0v3craft
26-04-2017, 00:42
Hi guys, I tried "4x4:lzma:a1:mfbt4:d200m:fb273:mc1000000000:lc8" and it is better than "4x4:lzma:max" but with the installation fazip are using 2200-2300MB of ram and I would like put a limit to it for the ram usage. Anyone can help me ? I tried with Outlast 2.