Launcher and Installer for ARCHBLOX Studio
Go to file
Thomas G f8935615bd Merge branch 'master' of https://github.com/Thomasluigi07/ARCHBLOXBootstrapper 2022-07-10 14:01:25 +10:00
Properties it can actually download now 2022-07-09 21:30:59 +10:00
Resources it can actually download now 2022-07-09 21:30:59 +10:00
.gitattributes Add .gitattributes and .gitignore. 2022-07-07 22:06:39 +10:00
.gitignore Add .gitattributes and .gitignore. 2022-07-07 22:06:39 +10:00
ARCHBLOXBootstrapper.csproj latest commit woah 2022-07-07 23:09:44 +10:00
ARCHBLOXBootstrapper.sln bootstrapper now uses appdata and asks if you want to delete old installs 2022-07-10 14:01:03 +10:00
Form1.Designer.cs it can actually download now 2022-07-09 21:30:59 +10:00
Form1.cs bootstrapper now uses appdata and asks if you want to delete old installs 2022-07-10 14:01:03 +10:00
Form1.resx latest commit woah 2022-07-07 23:09:44 +10:00
Program.cs added stuff 2022-07-07 22:14:03 +10:00
README.md Update README.md 2022-07-10 01:10:25 +10:00

README.md

ARCHBLOXBootstrapper

A installer for ARCHBLOX. Game Launcher: https://github.com/Thomasluigi07/ARCHBLOXLauncher

How this works

  • First, it checks if there's the latest version installed already. If it is, it deletes the latest version and re-installs it.
  • Then it gets the current version string from https://archblox.com/client/version.txt and then makes a folder in C:\ARCHBLOX\ with that text.
  • Then it downloads the client .zip at https://archblox.com/client/(versionstring).zip and unzips it once the download is done. I'm new to C# so I hope this will be good. My code is pretty oof.