Its possible, but is it neccesary?could openkore just hook its data from the RO clients data folder or sdata.grf?? XD
Besides, its not hard to extract from the .grf manually.
Anyone that wants could make a plugin for it.
big disadvantage imo.disadvantage is that openkore NEEDS the client XD
gzipping a folder in linux
gzip in perlOne other useful option is the -r flag, which tells gzip and gunzip to recursively compress or decompress all files in the current directory and any subdirectories. (Even with the -r flag, gzip still compresses one file at a time.) Here are some examples:
gzip -r somedir Zip
all files in the somedir directory.
http://perldoc.perl.org/IO/Compress/Gzip.html