Releases: ericoporto/agstoolbox
Releases · ericoporto/agstoolbox
0.5.5
0.5.4
supports using/maketemplate
command from the editor from atbx, using --force-editor
parameter
0.5.3
fix not finding already installed 3.6.2 AGS Editor
0.5.2
fix type issue that crashes atbx
0.5.1
Experimental Template export
atbx export template ../ags-template-source/Tumbleweed Tumbleweed.agt .
0.5.0
Better logging in case can't find AGS Game project (Game.agf
files)
0.4.9
Fixes finding GitHub Releases of AGS4
0.4.8
set version 0.4.8
0.4.7
fix agstoolbox can't find release candidate
0.4.6
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 .