Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15-03-2017, 07:48
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Help with srep+lzma speed

Friends you can help with the speed of unpacking
Example image
3.jpg

At the end of the installation a difference of 15 minutes

My method pack and temp folder of downloaded game
My Files.rar

Thank you
Reply With Quote
Sponsored Links
  #2  
Old 15-03-2017, 08:03
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 523
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
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

Last edited by shazzla; 15-03-2017 at 08:08.
Reply With Quote
The Following 3 Users Say Thank You to shazzla For This Useful Post:
buttignol (15-03-2017), EzzEldin16 (15-03-2017), Simorq (15-03-2017)
  #3  
Old 15-03-2017, 08:11
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Quote:
Originally Posted by shazzla View Post
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>
Reply With Quote
  #4  
Old 15-03-2017, 08:18
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Serp+Lzma2 Best Ratio and Fast SPPED
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
buttignol (15-03-2017)
  #5  
Old 15-03-2017, 08:30
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Quote:
Originally Posted by Simorq View Post
Serp+Lzma2 Best Ratio and Fast SPPED

Ok I'll test too.
Reply With Quote
  #6  
Old 15-03-2017, 08:57
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 292
Thanks: 523
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
[External compressor:zstd]
packcmd = zstd --ultra -22 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>
Reply With Quote
The Following User Says Thank You to shazzla For This Useful Post:
Simorq (16-03-2017)
  #7  
Old 15-03-2017, 10:35
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
[External compressor:srep]
packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -mem512b -d - - <stdin> <stdout>
Reply With Quote
  #8  
Old 15-03-2017, 10:40
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Hello there

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
Reply With Quote
  #9  
Old 15-03-2017, 14:18
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by ramazan19833 View Post
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 compressorZLib]
header = 0
packcmd = pZLib e -m2 -x -c256m -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d -t100p - -o - <stdin> <stdout>

[External compressorZLib+]
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

Last edited by Simorq; 15-03-2017 at 14:23.
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
ramazan19833 (15-03-2017), shazzla (15-03-2017)
  #10  
Old 15-03-2017, 14:29
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Help....

Better result Is there an option I can take?

pZLib+srep+Lzma2 38GB GTA V
Reply With Quote
  #11  
Old 15-03-2017, 14:44
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
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
Reply With Quote
  #12  
Old 15-03-2017, 14:58
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Unhappy Hello there

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>
Reply With Quote
  #13  
Old 16-03-2017, 05:38
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Thank you shazzla used 4x4

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

4.PNG

1.jpg

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
Reply With Quote
The Following User Says Thank You to buttignol For This Useful Post:
Simorq (16-03-2017)
  #14  
Old 16-03-2017, 07:18
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Lzma2 LastVersion http://www.7-zip.org/a/7z1604-extra.7z (7z.exe and 7za.dll Rename 7z.dll)

False
Code:
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
Code:
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>


Reply With Quote
  #15  
Old 16-03-2017, 08:28
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Thank you Simorq used srep64+lzma2 finished

1.PNG

5.PNG

Thank you all
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Simple Tutorial of Compressing GTAV Razor12911 Conversion Tutorials 26 29-01-2019 01:31
F.E.A.R. Collection [CIUv2 - 7xDVD5 - SREP LZMA m0] KaktoR PC Games - CD/DVD Conversions 2 02-04-2014 19:11
Need for Speed: Most Wanted - 1xDVD5 [1 LANG + INNO SETUP + LZMA ULTRA] REV0 PC Games - CD/DVD Conversions 27 03-11-2012 12:14



All times are GMT -7. The time now is 07:03.


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