View Single Post
  #30  
Old 23-11-2015, 10:38
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 565
Thanks: 116
Thanked 882 Times in 320 Posts
panker1992 is on a distinguished road
Well i havent tested precomp0.43 myself but here is a quick tutorial how to.
tho i will tell you the bad side of it beforehand, just so you know!!
precomp0.43 doesnt support stdin-to-stdout support and cls-precomp.dll doesnt utilize in order to make it decompress all in one go, you will spend more time decompressing it but on the other hand you will gain compression on jpg files. with that said i will provide you with a working precomp 0.43 but you will need to make some modifications ..... delete precomp.exe and packjpg_dll.dll from compression folder and inno folders AND delete cls-precomp.dll from inno too. and then replace with this .....

[External compressorrecomp]
header = 0
packcmd = precomp -intense0 -cn- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp

in both arc.ini inno + compression folders

Last edited by panker1992; 05-01-2016 at 19:04.
Reply With Quote