#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 14: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 (17-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 (02-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 |
#2
|
||||
|
||||
Nice, Really need to see the reflate because the last time I tried to make it work but it also tried not to work, So I just have to see how you did set it up.
|
The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
gozarck (18-07-2014), y_thelastknight (08-09-2015) |
#3
|
||||
|
||||
Very good now figure out how to unpack inno setup+isdone
|
#4
|
||||
|
||||
how to use it? I am new in game compressing. plz help
|
#5
|
||||
|
||||
Awesome Method!!
Nice bro!!
Last edited by pakrat2k2; 30-10-2015 at 06:19. |
#6
|
||||
|
||||
Nice Idea. But theres no Script anywere what can handle reflate. Not IC, GID and CIU (last one I don't really know). Maby you should make a own Installscript for this Method too[...]
|
The Following User Says Thank You to Inge For This Useful Post: | ||
Carldric Clement (30-12-2014) |
#7
|
||||
|
||||
Can you please post a tutorial to work with it??????
Last edited by pakrat2k2; 30-10-2015 at 06:20. Reason: Do NOT QUOTE ENTIRE POST |
The Following User Says Thank You to RamiroCruzo For This Useful Post: | ||
gozarck (19-08-2015) |
#8
|
||||
|
||||
Hi RamiroCruzo, i dont have time to make a tutorial. but i give you reflate V2.
open with notepad++ "Reflatepack.bat" and set your path game. the options on reflate are reflate_c.cmd 1.tar 1.refl8 -l6 -s128 -t2 -l6 =level 1 to 9 (use 6 is stable) -t2 =cores of your cpu so more cores reflate works more faster -t8 =8x faster save Reflatepack.bat and run. for unpack set your compress file to unpack arc x -ep1 -i1 -w. "dat_01.bin" open ReflateUnpack.bat an set the destination folder. set final path for example "-dpmygame\textures" save ReflateUnpack.bat Test reflate with light games or programs.
__________________
-the science of the useless- |
The Following 4 Users Say Thank You to gozarck For This Useful Post: | ||
#9
|
||||
|
||||
Quote:
Gracias Mr. Gozarck.................. Just one more doubt, is -l9 stable {Without errors} Last edited by RamiroCruzo; 20-08-2015 at 01:40. Reason: :p Broke some rules |
The Following User Says Thank You to RamiroCruzo For This Useful Post: | ||
gozarck (20-08-2015) |
#10
|
||||
|
||||
This is Reflate Only V2.
only compress with reflate and then you can use any compatible compression for innosetup. this is the code for inno to unpack reflate in bat Code:
[Run] ;reflate bat file FileName: "{app}\BundlePC\ReflateUnpack.bat"; Description: "ReflateStuff"; Flags: nowait postinstall skipifsilent;
__________________
-the science of the useless- |
The Following 5 Users Say Thank You to gozarck For This Useful Post: | ||
Andrey167 (25-08-2015), Lucas65 (24-11-2015), Newbie (22-08-2015), RamiroCruzo (20-08-2015), Simorq (24-08-2015) |
#11
|
||||
|
||||
Thanks to you mi amigo....... I compressed GTA 5 in 29GB
|
#12
|
|||
|
|||
Greetings,
can you share the way to compress the bulky files. Since I am a beginner.please make the steps. Thankyou..so much. |
The Following User Says Thank You to ffmla For This Useful Post: | ||
buttignol (17-09-2015) |
#13
|
|||
|
|||
help regard reflate{reflate+srep+arc}
Quote:
i've do the compressed file{.bin} and installer{using inno unicode} but after installing ReflateUnpack.bat not works.it{cmd} blinks and exits and not to extract the .refl8 file.[i hve put unpacking file ialong with .refl8 file] how to fix it. Thanks in advance. Problem solved. I've copy the arc.exe in reflatepack folder to unpack folder & delete the unnecessary unarc.exe file. Another help needed : But this reflate extraction done in post installation section.(cmd panal extraction) How to combine this process also come with main installation. Last edited by ffmla; 03-09-2015 at 01:05. Reason: Updating information |
#14
|
||||
|
||||
Hi ffmla, Replace this line
Quote:
Quote:
|
#15
|
||||
|
||||
MoreInfo:
Quote:
this variable its allready in reflate command. its -t0 -t0=reflate will use all the cpu cores for the job. Quote:
example Code:
arc.exe a -s12g --cache1024 -maxs -dm0 -di+$ -ep1 -r -ed -i0 -lc- -ld1024 -mt%NUMBER_OF_PROCESSORS% -w./ dat_01.bin -msrep+exe+delta+lzma:1024m:mfbt4:250m:mc1000 "1.refl8"
__________________
-the science of the useless- Last edited by gozarck; 24-08-2015 at 18:47. |
The Following 5 Users Say Thank You to gozarck For This Useful Post: | ||
1234567890123 (29-08-2015), BLACKFIRE69 (12-09-2019), EyeSalt (28-02-2018), RamiroCruzo (24-08-2015), Simorq (30-07-2016) |
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 04:57 |
F.E.A.R. Collection [CIUv2 - 7xDVD5 - SREP LZMA m0] | KaktoR | PC Games - CD/DVD Conversions | 2 | 02-04-2014 19:11 |
Precomp and SREP | DazzleR | Software | 11 | 30-06-2013 07:53 |
Commands use in Srep and Precomp | red01 | PC Games | 2 | 18-06-2013 05:55 |
SREP and PRECOMP Archive Info | danswano | Software | 7 | 31-03-2013 13:28 |