Skip to content

Releases: astruyk/A3_Keymaster

V.2.2.0

09 Apr 02:13
Compare
Choose a tag to compare
  • Fixed intermittent crash when running in 'Read Only' mode (and possibly some other times)
  • Added support for new <copyFile /> element for server configs that will copy a file from an arbitrary URL to the server (great if you have different settings to apply in different server configs!)
  • Some placeholder UI for upcoming features (shhhh)

V.2.1.0

09 Apr 02:11
Compare
Choose a tag to compare
  • Add ability to force user updates through config XML file.

V.2.0.1

02 Dec 17:26
Compare
Choose a tag to compare
  • Fix crash when pressing 'Go' when there was a process already underway
  • Add option to supress debug messages (default - debug messages off)
  • Cleanup a bunch of the output to be more readable
  • Add option to do a 'dry run' without actually updating the server (experimental, currently unstable)
  • Add support for blacklisting particular keys (for mods that are signed multiple times with keys that are very general)
  • Add support for specifying mods that should be run only on the server (to be added to generated command line)
  • Renamed .exe from 'Keymaster' to 'Gatekeeper' to match old script names (sorry for confusion!)

V.2.0.0

28 Nov 23:31
Compare
Choose a tag to compare
  • Completely rewrote Gatekeeper to have a fancy UI and use a better backend format (better for me)

1.1.0

27 Nov 17:47
Compare
Choose a tag to compare
  • Renamed project from 'A3_ServerUpdated' to 'A3_Keymaster' because ghostbusters is cool.
  • Added option (--keyDir) to allow specifying a directory to place the gathered keys in when updating server
  • Added support for updating a .par file on the server when running gatekeeper

V.1.2.0

27 Nov 22:39
Compare
Choose a tag to compare

Version 1.2.0

  • Support updating -mod command in the .par file dynamically based on the mods being run
  • Support downloading a list of 'client-only' mods to prevent certain mods from running on the server
  • Minor wording tweaks in output messages and order change for PAR file processing