Agstoolbox

Latest version: v0.4.9

Safety actively analyzes 623626 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.4.9

Fixes finding GitHub Releases of AGS4

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 .

0.4.5

atbx redirects output from AGS Editor running in command line internally

0.4.4

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

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.