Skip to content

Releases: ericoporto/agstoolbox

0.5.5

24 Nov 13:50
Compare
Choose a tag to compare

better idea on typeerror problem when listing releases from github api

0.5.4

24 Nov 12:16
Compare
Choose a tag to compare

supports using/maketemplate command from the editor from atbx, using --force-editor parameter

0.5.3

10 Nov 13:30
Compare
Choose a tag to compare

fix not finding already installed 3.6.2 AGS Editor

0.5.2

20 Jul 21:30
Compare
Choose a tag to compare

fix type issue that crashes atbx

0.5.1

19 Jul 05:14
Compare
Choose a tag to compare

Experimental Template export

atbx export template ../ags-template-source/Tumbleweed Tumbleweed.agt .

0.5.0

17 Jul 22:04
Compare
Choose a tag to compare

Better logging in case can't find AGS Game project (Game.agf files)

0.4.9

18 Feb 23:03
Compare
Choose a tag to compare

Fixes finding GitHub Releases of AGS4

0.4.8

14 Jan 18:44
Compare
Choose a tag to compare
set version 0.4.8

0.4.7

14 Jan 18:41
Compare
Choose a tag to compare

fix agstoolbox can't find release candidate

0.4.6

23 Dec 20:40
Compare
Choose a tag to compare

Adds export command, which lets you export script modules from game projects!

$ ./atbx.exe export --help
usage: atbx export [-h] {script} ...

optional arguments:
  -h, --help  show this help message and exit

sub_export:
  {script}
    script    export script module from project
./atbx.exe export script --help
usage: atbx export script [-h] PROJECT_PATH MODULE_NAME OUT_DIR

positional arguments:
  PROJECT_PATH  path to the project with the module
  MODULE_NAME   name of the script module
  OUT_DIR       where to export the script module

optional arguments:
  -h, --help    show this help message and exit

You can use it like

./atbx.exe export script my_game my_module .