PAK Files blow the installer size
Hi,
We are developing a pc golf game called ongolf and the game consists of about 20K files, which drives installation time through the roof (20-30 mins on a fast pc). So we added pak file support (here is some more info on that format, in case you haven't hear of it before: http://filext.com/file-extension/PAK (first result)), which turned the files down to a few 100.
But the problem is, that the installer went from 400 MB to several GB, when dealing with the pak files, we have not been able to figure out why or how to fix it so far, so as a result we couldn't use the advantage yet.
Now I was wondering if anyone has experienced sth like this with NSIS before, or if you know an alternative to PAK files which would work with NSIS?
Thank you very much in advance!