RDD (“Roblox Deployment Downloader”)
Locally download Roblox deployments (Windows/Mac) directly from your browser!
Hosted officially @ https://rdd.latte.to
GitHub Repository: https://github.com/latte-soft/rdd
What is this?
RDD can assemble plain resources directly from Roblox’s setup
S3 storage bucket into a format the user would expect to be able to directly extract/run from as portable versions of the client. Everything is fetched locally in your browser, without any additional required server resources!
Usage
[*] USAGE: https://rdd.latte.to/?channel=<CHANNEL_NAME>&binaryType=<BINARY_TYPE>&version=<VERSION_HASH>
Binary Types:
* WindowsPlayer
* WindowsStudio64
* MacPlayer
* MacStudio
Extra Notes:
* If `channel` isn't provided, it will default to "LIVE" (pseudo identifier for
the production channel)
* You can provide `binaryType` to fetch the *latest* deployment on a channel, or
BOTH `binaryType` and `version` to fetch a specific deployment of a specific
binary type; for a specific `version`, you NEED to provide `binaryType` aswell
You can also use an extra flag we provide, `blobDir`, for specifying where RDD
should fetch deployment files/binaries from. This is ONLY useful for using
different relative paths than normal, such as "/mac/arm64" which is specifically
present on certain channels
Blob Directories (Examples):
* "/" (Default for WindowsPlayer/WindowsStudio64)
* "/mac/" (Default for MacPlayer/MacStudio)
* "/mac/arm64/"
..
Usage Examples
Please don’t use the specific versions listed here, they’re solely for demonstrating usage
- https://rdd.latte.to/?binaryType=WindowsPlayer&version=version-b9021bd8128442aa
- https://rdd.latte.to/?channel=zintegration&binaryType=WindowsPlayer
- https://rdd.latte.to/?channel=zintegration&binaryType=WindowsStudio64
- https://rdd.latte.to/?channel=zintegration&binaryType=WindowsPlayer&version=version-a2ffc572ecd64e2b
- https://rdd.latte.to/?channel=zintegration&binaryType=MacPlayer&version=version-14b4aedf5b9f427d