I have an autopatcher for my game which I got working perfectly but I have one small problem...I decided to leave my game unencrypted so I can replace smaller files during the patch process (forget the security issues). However, I want to know how to add a file like Graphics/Characters/Example.png without replacing the entire graphics folder. The autopatcher uses zip files...so basically what Im asking is how do I replace subfolders without modifying the autopatcher or replacing the entire folder.
try zipping a folder inside a folder so put example in characters and put characters in graphics and zip it then it should only add that file
Thanks man Ill try that...hopefull it wont replace the whole damn Graphics folder >.>