#46
|
||||
|
||||
But do you think it's worth it? Because combining the two SOMETIMES reduces the size by at least 5mb and MOSTLY you are better off with one of them. There arent that many zlib streams on files, its mostly deflates. The reason I suggested reflate first the precomp was the fact that reflate cannot be combined with srep and lzma in one go but precomp can, which saves time and space when decompressing, from my point of view, if you want to use both, rather discard reflate then set precomp to brute mode.
Last edited by Razor12911; 12-09-2015 at 23:06. |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ChronoCross (13-09-2015) |
Sponsored Links |
#47
|
||||
|
||||
Maybe i can explain some features of precomp and reflate...
Precomp searches only zlib streams, zlib is only container for deflate stream with his own header. Precomp can try to search deflate streams in brute mode, but very very slowly. It can handle recursive compressed streams, and input files more than 4 Gb. Reflate try to search deflate streams, it is more difficult, cause deflate stream is sequence of compressed blocks, every block starts with 3 bits header. So rawdet can find many false-positive streams. But there are some checks in rawdet, that can drop almost all invalid streams. Rawdet can not handle input files more than 4 Gb, and recursive compressed streams - for each unpacked stream need run rawdet again. Sometimes using both precomp and reflate may get better results, than using one of them. |
The Following 12 Users Say Thank You to Shegorat For This Useful Post: | ||
78372 (15-11-2017), Bilawal (14-09-2015), buttignol (17-09-2015), ChronoCross (13-09-2015), COPyCAT (03-10-2015), gozarck (10-10-2015), kassane (17-09-2015), Miravinder (17-09-2015), RamiroCruzo (13-09-2015), Razor12911 (13-09-2015), Stor31 (17-09-2015), y_thelastknight (26-09-2015) |
#48
|
||||
|
||||
this is great, this information (from @Razor12911 and @Shegorat) is a piece of gold. (here wasting time) I made compression test and precomp in brute is really but really slow but better in some games. on the other hand with x6cores reflate it is much faster and better, but in some files.
precomp brute mode reflate level 6 game1 = precomp wins 200% vs 170% reflate md5 OK game2 = reflate wins 320% vs 210% precomp md5 OK need to find the right way to use reflate and precomp for my future game compressions, only to save time need to make more test i like the speed of reflate. it's a small percentage difference with precomp but is much faster, despite the limitations described by shegorat have reflate. Last edited by ChronoCross; 13-09-2015 at 16:17. |
The Following User Says Thank You to ChronoCross For This Useful Post: | ||
gozarck (10-10-2015) |
#49
|
||||
|
||||
Hey mates got the CLS-Reflater.dll.........
|
#50
|
||||
|
||||
Hello is it possible in your next update to add the audio compressor msc? have reflected precomp+lzma+SREP+msc? compression will be greater for me if I also compress the audio. Thank you
|
#51
|
|||
|
|||
anybody knows how to compress Mad Max?
|
The Following User Says Thank You to HunterEmrah For This Useful Post: | ||
GBT repack (24-10-2015) |
#52
|
|||
|
|||
with the many compressors posted on the site.and a little reading on how its done.guys have created some cool tools that will do all the work for.
Last edited by mikey26; 27-09-2015 at 01:00. |
The Following User Says Thank You to mikey26 For This Useful Post: | ||
Razor12911 (26-09-2015) |
#53
|
|||
|
|||
please can you tell me, bro how to compress watch dogs and tell how to create a small size into large size using precomp
|
#54
|
|||
|
|||
please can you tell me, bro what is freearc+plugins
|
#55
|
||||
|
||||
Hi Mr. Gozarck....Long time no see........
I was working on a repack when I discovered that precomping .hif files give a better result than precomp+reflate........ I created the bat for it but it has many errors....So could you please try it ......... |
The Following User Says Thank You to RamiroCruzo For This Useful Post: | ||
gozarck (10-10-2015) |
#56
|
||||
|
||||
very nice RamiroCruzo,
then you suggest that each file "* .hif" preprocess with precomp or pre-process and compress with precomp ?. Could you share the batch code. Also shares the name of the game you are using to test, and some statistics on the total weight of the game, and the final compressed size of the game with your script? Also precomp method Thankyou ---EDITED-------------------- i take youR suggestIon please test the bat file.
__________________
-the science of the useless- Last edited by gozarck; 10-10-2015 at 17:04. Reason: files added |
The Following 2 Users Say Thank You to gozarck For This Useful Post: | ||
RamiroCruzo (10-10-2015), sbalykov (20-10-2015) |
#57
|
||||
|
||||
Quote:
Yup...Now the results, Game Size:32GB Precomp+Srep Size:4.4GB Reflate+Arc Size:4GB Reflate+Precomp Size:3.75GB -------Edited------------- A few suggestions for your consideration amigo, 1} Add .unp to precomp list too 2} Change the precomp method to -slow0 -cn 3} Don't compress the files i.e. make .refl8 just let them be as it is in a data folder....It will be easier to add it in installations then. Well are you Mister or Master??? {Frankly asking} :P Last edited by RamiroCruzo; 10-10-2015 at 23:33. Reason: Suggestion :D |
#58
|
||||
|
||||
Well my friend in real life im a professor of history's art. But in internet iam gozarck i just sharing my hobby. About the code i hope razor can change the code. The problem is the names of the pcf files hif and unp have the same name. So we need to make a little code to rename it and restore.
__________________
-the science of the useless- |
The Following 2 Users Say Thank You to gozarck For This Useful Post: | ||
DarkSoul19 (12-10-2015), RamiroCruzo (11-10-2015) |
#59
|
||||
|
||||
RamiroCruzo hif and unp with precomp (please change the command of precomp) pack and unpack. check the bat file (reflate_c.cmd and reflate_d.cmd) for info.
__________________
-the science of the useless- |
The Following 3 Users Say Thank You to gozarck For This Useful Post: | ||
#60
|
||||
|
||||
Quote:
I don't know if its a good idea but will be trying it.... |
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 |