Chaos Project

RPG Maker => General Discussion => Topic started by: jyumai on May 22, 2011, 08:11:04 pm

Title: Help please!!!
Post by: jyumai on May 22, 2011, 08:11:04 pm
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.
Title: Re: Help please!!!
Post by: nathmatt on May 22, 2011, 08:20:20 pm
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
Title: Re: Help please!!!
Post by: jyumai on May 22, 2011, 08:24:55 pm
Thanks man Ill try that...hopefull it wont replace the whole damn Graphics folder >.>