With the code (riven/pjt33) and hints from the thread, http://www.java-gaming.org/index.php/topic,21630.0.html,
I’ve put together a compression tool. Hopefully it will do almost the same thing as riven’s web service but locally.
I personally like to be able to tweak all parameters of everything!
On the first run the app will write a configuration file where you adjust the path and parameters for 7z, proguard and kzip manually. So you will also need to download them. This is only tested on linux and i don’t even have an appletviewer configured for the browser so my modifications to pjt33’s server code is totally untested.
Also i’ve been having some trouble running the Zip2Gzip (http://www.java-gaming.org/index.php/topic,21630.msg177304.html#msg177304) on the files generated by 7zip. So right now they aren’t run through it at all. I’ll setup a google code project for this if it ever reach some kind of stable state
Toolchain:
javac->jar->(proguard)->pack200->[kzip -> zip2gz | 7zip]
And here is the file:
http://static.slackers.se/files/fourk-0.1.jar
Please let me know about the errors you find.
Thanks