Releases: astruyk/A3_Keymaster
Releases · astruyk/A3_Keymaster
V.2.2.0
- 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
V.2.0.1
- 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
1.1.0
- 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
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