![]() |
Precomp+Reflate+Srep+LZMA
1 Attachment(s)
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 => Attachment 9501 -------------------------------------------------------------------------- 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:lc8ERROR: 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 -------------------------------------------------------------------------- |
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.
|
Very good now figure out how to unpack inno setup+isdone
|
how to use it? I am new in game compressing. plz help :(
|
Awesome Method!!
Nice bro!! :D
|
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[...]
|
Can you please post a tutorial to work with it??????
|
1 Attachment(s)
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. |
Quote:
Gracias Mr. Gozarck.................. :) Just one more doubt, is -l9 stable {Without errors} |
4 Attachment(s)
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] |
Thanks to you mi amigo....... I compressed GTA 5 in 29GB
|
Quote:
can you share the way to compress the bulky files. Since I am a beginner.please make the steps. Thankyou..so much. |
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.:confused: 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. |
Hi ffmla, Replace this line
Quote:
Quote:
|
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" |
Hi Mr. Gozarck, Can you please create a Precomp only one too....For expanding files....... :D
Thanks in advance................. I know you dislike precomp but please its essential mi hermano............ :) |
Thanks for your reply
Hello Bro
I'll check it out. Once again thanks |
3 Attachment(s)
Quote:
---EDIT added test files.You will see the diference. folder=21.5 mb precomp file=21.5 mb reflate file=201 mb |
Quote:
|
Hi Mr. Gozarck, Can you tell me the difference b/w srep & srep64 also b/w lzma & lzma64?????
Are they same or different????? |
help needed
Quote:
[ Bro i am using reflate only by gozarck ie. Reflatepack output is 1.refl8 file then compress the entire game folder with srep+arc.{overall o/p=dat_00.bin file} ] ==>compression section ok. [i am using inno installer that extract dat_00.bin to 1.refl8 file.{while installing} =>in the destination folder i've .refl8 file i need setup.exe can extract the dat_00.bin to game source files { i don't need .refl8 file}] ==>inno extraction section problem i am follow the tutorial by goarcz but in the script section{Run: .bat execution fails{blinks}}. if anyone (understand) help. Details: I may understand in your Run section in the tutorial [Run] ;reflate bat file FileName: "{app}\BundlePC\ReflateUnpack.bat"; that extract the reflate stream in to original file.{ in my case it doesn't works} I Need: inno script that extract the reflate+srep+arc compressed file{.bin} . Thanks in advance. |
1 Attachment(s)
As my first project, with the help Of RAZOR, I made Interface for reflate precompression by GOZARCK. I hope everyone likes it.
|
This is heavenly Mr. Gozarck..... 300MB to 6.3GB...........Awesome mi amigo.................http://s16.postimg.org/5e0gwrubp/Screenshot_3.png
|
2 Attachment(s)
HI RamiroCruzo
MD5Check Check the integrity of the files extracted with reflate. and for make ours repacks without errors. ----------------------------------------------------------- HI ffmla im so sorry my friend i cant anderstand you. ----------------------------------------------------------- HI Bilawal Very nice Bilawal (you are in the delphi's path, good) ----------------------------------------------------------- |
Everything is fine Mr. Gozarck..... Used MD5 integrity check too.......
|
Can you tell me how to add fazip integration in Inno Scripts Mr. Gozarck......
|
Mr. Gozarck........There is an error in reflate_c.cmd, in single-threaded mode does not check the minimum size of unit ..............I corrected it............
reflate_c.cmd - 6 KB |
Who use single thread option? LOL
|
Quote:
Well its called perfection mate.......... |
Plagiarism
Quote:
|
Nice share Gorack, I just tested on The Witcher 3 and compressed to 20.3 gig Very happy
Plus i just love bat scripts, i was thinking of puting up my Ascii Animation script, nice for people to watch as game instals |
Quote:
Its not always necessary to take credits mate.... Just helping people is important.......... |
@RamiroCruzo
You should always credit those who actually do the work and not take credit for something you clearly did not do. :( You have been caught out at least man up and credit the rightful person. I really have no time for those trying to take credit for others work. @Quick-Sighted Thankyou for bringing this to our attention, I think its now fair to say 'RamiroCruzo' has lost any credibility here, that's if he ever had any. ;) |
Quote:
Also the one posted on Krinkels doesn't delete 1.tar after process...........Mine did always........ |
Mmm toolame from krinkels .org made the code. I think it's a very advanced tester or hidden developer from encode .ru. The credits is quality here. It's not the same:ultraarc by razor12911 instead ultraarc by chronocross lol. A few years ago internet bring me here because i was searching ciuv2 by yener90 and i found a big problem here about the credits of one inno script. Any modification in the source doesn't mean you are the owner.
|
@RamiroCruzo (Presenting UltraARC for Inno Setup) now it the second time u have been bust making other peoples work yours and no credit was give here to Razor.i think this deserves a ban.
http://encode.ru/threads/2249-UltraA...-Setup-2-1-0-1 |
Quote:
|
Quote:
|
first thing you do if posting on another site somebody elses work is you give credit like on this site if you are using someone elses script for conversions first thing converters do is give thx and credit to the persons work and script you are using.its all over this site in every conversion posted.
|
Quote:
|
| All times are GMT -7. The time now is 23:09. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com