You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launcher checks the configuration file. If empty, doesn't exist - we assume that game is not installed.
Launcher contacts the server for update information. Receives response in file/http request response containing: Package version, package name, download url. For example:
After receiving the response, launcher downloads whole game if not installed, or only datapacks that have higher number than installed ones and unpacks data
Each file would have known version written using integers e.g. 1001 and would be saved into static file after unpacked successfully
Actual download/first install process
1001and would be saved into static file after unpacked successfully