AGS Toolbox🧰 version 0.1.2 Get Latest Release agstoolbox.exe |
GitHub RepoRight clicking any item on the list will show available actions, double clicking will execute the command marked in bold.
Hi, I made something which I call the AGS Toolbox, it's very alpha-ish. It's intended for those that deal with
multiple versions of AGS Editors and multiple AGS Game Projects.
After you run the .exe, you will find
a bluecup in your indicator area of your taskbar, near the clock area, you can either double click or right click it, to open the main panel.
Features- Editors that you install using AGS Toolbox are called Managed Editors, as they are managed through the tool. Just double click in any Editor available to Download to get one.
- You can also let the tool find Editors you have acquired through other means (like installed through Chocolatey), these are called Externally Installed Editors or External Editors.
- The tool can also find Game Projects in directories you configure in Settings. It will understand the Editor Version it was used to create, and you can load in it by simply double clicking. You can also open in a different version through left clicking in the project.
- agstoolbox.exe has no dependencies, and it's a self contained executable that doesn't require installing. You can add it to your Windows initialization if you want a quick shortcut to AGS game development
I made it initially for myself to help handle my own games and modules. It will, in future, have an additional pair tool, that will provide the same functionalities through a command line interface - intended for CI and automation.
For people in Unity, this may be a similar AGS version of the Unity Hub. I actually modeled it on the JetBrains Toolbox, which I use to managed different versions of CLion, Android Studio and PyCharm - it's also developed in PyCharm!
AgsToolbox is written in Python, so if you are interested in a new feature and want to contribute code, just ask me and I can explain the basics of it.