Skip to content
Adam Biser edited this page Dec 2, 2019 · 8 revisions

The AgkBuild Wiki

AgkBuild is a script that facilitates building AppGameKit Classic projects for multiple releases.

Currently this script is Windows only and requires Python 3.7+.

This is a personal tool that I'm making available for others to use. By using it, you understand and agree that you are doing so at your own risk and that I while I have done my best to prevent serious problems, I will not be held responsible for any that occur, including but not limited to loss of data.

What's New

2019.11.27

  • Updated to be current with the 2019.11.27 AppGameKit Classic release.

0.3

  • Added remove_release_folder parameter to create_debian_package and create_nsis_installer.
  • Added nsis_info, debian_info, create_linux_setup_script, and archive to AgkBuild call.
  • The apk_app_name value for AgkBuild now defaults to project_name when it is set.
  • Works with AppGameKit Classic 2019.09.10, ie: added snapchat_client_id and removed x86 from Android exports.

0.2

  • Added Debian package creation. Tested on virtual machines of:
    • Ubuntu 18.04 amd64
    • Ubuntu 16.04 i386
    • Mint 19.2 Cinnammon amd64
    • SteamOS
  • Added NSIS installer creation.
    • The necessary DirectX setup files are included.

0.1

  • Everything!