Skip to content

Releases: gbgmc/gb-tools

Last 1031 update

13 Dec 07:38
588c4de
Compare
Choose a tag to compare

This is the last update before adjustments and simplifications for 1032 Ground Branch release. Note however that this tool will work for both 1031 and 1032.

Manifests

  • Files array now supports glob patterns

New commands (WIP)

  • Install command will move files matching rules from the specified manifest to Ground Branch installation folder
  • Uninstall will remove files matching rules from the specified manifest from Ground Branch installation folder

Minor changes

  • Fix for Linux servers - use forward slash for zip files - thanks @Bob-AT !
  • Removed remnants of the deprecated mission command
  • Tidied up the code for better readability
  • Updated readme
  • Updated to Go 1.17
  • Removed unneccessary logs

Let's get cleaned up-date!

27 Jun 10:44
Compare
Choose a tag to compare

Removed mission commands

as it turns out this commands were not reliable, and there is an easier workaround, see:
https://github.com/JakBaranowski/ground-branch-game-modes/wiki/mission-ai-class-workaround

Added editable config

gbt.exe config command can be used to save the config file. The config file can be edited using any text editor, and will be used by the tool (if it exists ofc). Currently it can be used to mirror more than the default AI loadout folder - BadGuys.
Config file is saved at %AppData%\gbt\gbt.conf.

Updated log prints

so that the tool is verbose enough to not seem as it's not doing anything, while at the same time not overwhelm with messages.

Game mode packaging

26 Jun 09:34
Compare
Choose a tag to compare

This release adds the command that can be used to package Ground Branch game modes.
Additionally it adds an option to save end edit the config. Currently this has limited use though.

Loadout mirroring

12 Jun 13:30
Compare
Choose a tag to compare

First release of the Ground Branch tool allows only to mirror AI loadout files so they can be selected in the in-game mission editor. See readme.md for details on how to do this.