PDA

View Full Version : ARC.ini tweaks


EzzEldin16
20-10-2016, 22:58
Hey this is my first thread here and i hope someone would help tweaking my compression tools arc.ini file i'm working on prototype game repack it's around 8.349 GB i want to compress it to the half of this size i have blackbox methods and i made some methods and i copied some methods from other tools
anyway all i want is the best compression method to get half size of this game and i want to know if there any unecassary methods that i should remove or external compressors that i should remove from the arc.ini file :)
*sorry for my english :D

aswadd
21-10-2016, 00:51
your arc.ini is extremely complex & not organized
BTW do a zlib checker first & then take one of the files (if you found) that have a zlib streams & do a pre-compressors test & you shall know that you will use precompressors or not
then use for MAX compression do one of those methods
srep:m3f:a64:d1g+xz
srep64:m3f:a64:d1g+zcm
srep:m3f:a64:d1g+nz
also don't forget to include the cls of zcm in your installer of course if you used it

aswadd
21-10-2016, 00:53
if you seek for a good arc.ini I recommend to use the one i put in EGYCompressor
I put everything in it no need for any tweaks only add your own methods :)

JRD!
21-10-2016, 03:34
You are two method named "fast", rename the second on "fast2"...

Thanks for sharing.