Hello folks,
i have a question about How could I update the files of my game or any other software if the version changes?
That is to general that is why i’m going to explain what i have thaught of:
My Software/Game downloads a file called versionNew.txt If the content of the VersionNew.txt is not the same as the content of VersionOld.txt then:
- the content of VersionOld.txt should be the same as the content of VersionNew.txt
- VersionNew.txt should be deleted.
- The UpdatePrograme should download a Folder e.g. “NewFiles”
- Old Files&Folders should be deleted
- New Files&Folders should be copied into the root directory of the software.
Now I have 2 Problems.
- How should I do this?
- Is there another way to do it easier?
P.S.: It is for Updating Events or changes for my RPG that I am currently working on.
Realy need your help.
Thanks,
error777