• v0.4.7 4ffeaa5784

    Quaternions released this 2024-10-01 20:14:11 +00:00 | 0 commits to master since this release

    Added download-user-inventory-json and fixed git stuff
    Documentation was added in v0.4.6

    Downloads
  • v0.4.5 8dc7c96f2d

    Quaternions released this 2024-08-17 18:07:12 +00:00 | 15 commits to master since this release

    v0.4.4 changed some commands back to the old api because the new one is missing required capabilities.
    The multiple asset create requires both apis.

    Downloads
  • v0.4.3 c2052be036

    Quaternions released this 2024-07-11 17:21:56 +00:00 | 39 commits to master since this release

    Part of the old api remains because in typical roblox fashion, the new api does not cover all of the use cases of the old api. The most problematic part that changed is that places can no longer be published through the asset upload api, which has been changed to the new "Place Publishing" api.
    The rox_compiler has been split out into its own module to facilitate its usage in multiple commands, as well as the ability to use it in other tools.

    Downloads
  • v0.3.0 97638c5536

    v0.3.0 Stable

    Quaternions released this 2024-04-26 03:16:14 +00:00 | 79 commits to master since this release

    The clap library self-documents the available arguments.
    Try the following:
    asset-tool.exe --help
    asset-tool.exe download --help
    it will list the possible commands and arguments. Downloading/uploading requires a cookie, so I recommend using an alt account with minimal permissions instead of your main account's cookie with access to everything.

    Downloads