Help please!!!

Started by jyumai, May 22, 2011, 08:11:04 pm

Previous topic - Next topic

jyumai

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.

nathmatt

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
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


jyumai

Thanks man Ill try that...hopefull it wont replace the whole damn Graphics folder >.>