what type of file is .cpgs
is it a zip file or a tar file?
i want to repack the tar files to clean them up a bit but i am unsure how to structure is
what type of file is .cpgs
is it a zip file or a tar file?
i want to repack the tar files to clean them up a bit but i am unsure how to structure is
Check in the readme @
http://cpgs.cpanel.net//GameServerAddon/readme.txt
in the section "Creating a custom game package" .
the .cpgs is just a gzipped tarball with some meta data appened at the end (tar will ignore it with a little message that it found some junk at the end.) Use the cpgs_pkg script to generate and append the meta data for your custom package as shown in the readme, it also has examples if you just run it with no options on the command line.