-
v0.5.0 Stable
released this
2025-08-26 04:09:48 +00:00 | 12 commits to master since this release- Renamed
cursor.jsontocursorwhen saving download states (will not resume from v0.4.x cursor.json) - Updated some broken roblox apis
- Added
DownloadLocationto print a download url for an asset (for sharing, it expires in 2 days) - Added
DownloadVersionLocationsame thing but a specific version number - Added
DownloadCreationsHistoryto download all versions of all items in an entire inventory- Run it again with
--continueif you are downloading over 1000 items and roblox throws up errors
- Run it again with
- Added
RunLuauto run a Luau script using the Luau execution api
Downloads
- Renamed
-
released this
2024-10-01 20:14:11 +00:00 | 123 commits to master since this releaseAdded download-user-inventory-json and fixed git stuff
Documentation was added in v0.4.6Downloads
-
released this
2024-08-17 18:07:12 +00:00 | 138 commits to master since this releasev0.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
-
released this
2024-07-11 17:21:56 +00:00 | 162 commits to master since this releasePart 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 Stable
released this
2024-04-26 03:16:14 +00:00 | 202 commits to master since this releaseThe 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