Can anyone give me a start point for how to either find or write an automatic patcher for an online game?
Specifically there are three things that need to be addressed: code changes or additions in my “client.jar” or “common.jar” jar files, resource changes in one of several .jar files that hold image resources, and resources that are not included in those jars but are in a resource directory structure, for size and loading speed reasons.
All I really want to do is find if there is a new update available, and if there is, download, and possibly update, existing files. Yes, it is to be a forced update.
Any thoughts? Muchly appreciated.