#1
|
||||
|
||||
Precomp+Reflate+Srep+LZMA
Reflate Method of Compression
Hello everyones :POST -------------------------------------------------------------------------- This is an example to compress games and install via command line. -------------------------------------------------------------------------- precomp+reflate+srep+lzma or reflate+srep+lzma -------------------------------------------------------------------------- Reflate (By Shelwein) modify to integrate precomp+srep+lzma (by gozarck) Reflate = (raw2hif.exe + rawdet.exe +rawres.exe): Reflate, is not a compiled program, but is a compression method by using the command line in combination with three programs (raw2hif.exe + rawdet.exe +rawres.exe) . Acts like precomp, inflating preparing them to compress files with Srep + lzma but if you want more compression you must use this form precomp+reflate+Srep+LZMA Precomp inflate the files then reflate makes more bigger, the SREP will compress improve some bytes and LZMA finish the job. -------------------------------------------------------------------------- all you need to pack games with this methods. Download => reflate_GOZARCK.7z -------------------------------------------------------------------------- PD: seen in some post eh this compression method Code:
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep+delta+lzma:a1:mfbt4:d200m:fb128:mc10000:lc8 ERROR: can't allocate memory required for (de)compression and the compression stop the problem is this part of command "d200m" this option is the dictionary size, so if you use "d200m" you need 2100MB of ram How to know?, is simple. multiply 200*10.5 = 2100mb of ram if you donīt have enough memory change "d64m" multiply 64*10.5 = 672mb of ram but you can limit the use of ram to compression in this seccion of command: arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r change to arc.exe a -ep1 -dses --dirs -s; -lc512 -di -i2 -r or any number you need -lc (limit ram to compresion) -ld (limit ram to decompression) arc.exe a -ep1 -dses --dirs -s; -lc512 -ld512 -di -i2 -r -------------------------------------------------------------------------- :ENDPOST -------------------------------------------------------------------------- Last edited by gozarck; 17-07-2014 at 15:24. |
The Following 29 Users Say Thank You to gozarck For This Useful Post: | ||
1234567890123 (29-08-2015), ADMIRAL (10-06-2020), ALiAS2 (03-11-2018), Andu21 (29-07-2016), arkantos7 (22-07-2014), BLACKFIRE69 (12-09-2019), buttignol (19-07-2014), Carldric Clement (27-12-2014), CAT8K (04-11-2016), COPyCAT (18-05-2015), giothothan (28-05-2019), hackmac89 (08-04-2017), houcine80 (17-07-2014), Inge (30-12-2014), Jiva newstone (03-12-2017), JRD! (11-07-2016), Lucas65 (24-11-2015), mausschieber (18-07-2014), MMR (03-06-2015), Newbie (22-08-2015), photuong1994 (30-12-2014), RamiroCruzo (19-08-2015), ramydarkness (22-03-2022), Razor12911 (18-07-2014), Shadow Delta (18-07-2014), Simorq (16-03-2015), Stor31 (05-09-2015), Vladislav989 (09-08-2022), y_thelastknight (08-09-2015) |
Sponsored Links |
Tags |
lzma, precomp, precomp+reflate+srep+lzma, reflate, srep |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Best compression switches for Precomp srep and arc | Dheeraj88 | PC Games - CD/DVD Conversions | 1 | 16-06-2014 05:57 |
F.E.A.R. Collection [CIUv2 - 7xDVD5 - SREP LZMA m0] | KaktoR | PC Games - CD/DVD Conversions | 2 | 02-04-2014 20:11 |
Precomp and SREP | DazzleR | Software | 11 | 30-06-2013 08:53 |
Commands use in Srep and Precomp | red01 | PC Games | 2 | 18-06-2013 06:55 |
SREP and PRECOMP Archive Info | danswano | Software | 7 | 31-03-2013 14:28 |