Skip to content

Releases: ericoporto/agstoolbox

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 .

0.4.5

23 Dec 01:41
Compare
Choose a tag to compare

atbx redirects output from AGS Editor running in command line internally

0.4.4

23 Dec 00:18
Compare
Choose a tag to compare

when using atbx open project PROJECT_PATH, it adds the following flag

-w, --which-editor  give editor path only, don't open project

This makes it instead return the editor path, so it can be stored in a variable and be used later

0.4.3

10 Dec 18:19
Compare
Choose a tag to compare

Fix issue where downloading progress bar can crash a terminal for updating too quickly

0.4.2

25 Nov 23:19
Compare
Choose a tag to compare

Fix longstanding issue that agstoolbox could not execute ags editor and have it build for windows due to error patching the exe info!

0.4.1

21 Nov 00:15
Compare
Choose a tag to compare

Fixes can't download recent ags versions

0.4.0

16 Apr 03:37
Compare
Choose a tag to compare
  • add a search bar

agstoolbox_search

0.3.10

09 Apr 23:12
Compare
Choose a tag to compare
  • allow quieting the download bar and using blocking and non-blocking command line operations

0.3.9

09 Apr 22:38
Compare
Choose a tag to compare

fix installation of editor version from project version failure

0.3.8

09 Apr 17:41
Compare
Choose a tag to compare
  • fix Building with editor could fail when working directory wasn't the editor directory
  • the project path is the absolute path