GITATO / RL Roll
RL Roll·Free · open source

Can't decide what to practice? Roll for it.

A training pack randomizer for Rocket League. Hit the button and get a pack with its code ready to copy — or filter by category, difficulty, tag or rating first. Comes with a curated collection, and packs live in plain JSON files you can add to yourself.

The web UI: filters, a Roll button, and a rolled pack with its code
Roll → Copy code → Training → Custom Training → Use Code.
Roll in your browser Download for Windows Same roller. The download adds the console tools and the Prejump scraper.

Windows SmartScreen will warn you, because this is an unsigned indie build. Click "More info", then "Run anyway" — or right-click the downloaded zip, open Properties and tick Unblock before extracting; then the warning never appears. On other platforms: clone the repo and run it with Node.

Read it before you run it: rl-training-randomizer on GitHub — no dependencies, a handful of short files.

Web page and command line

start.cmd opens the roller in your browser. roll.cmd rolls in a console — roll.cmd --n 3 --category aerials gives you tonight's warmup routine.

Collections are just files

Drop a JSON file in the collections/ folder and its packs join the pool. A pack needs a name and a code; everything else is optional filters.

Thousands of packs included

Ships with Lander1984's rated master list and a snapshot of Prejump's public database, with difficulty, tags and popularity for filtering. scrape.cmd refreshes it. Every collection credits its source.

Runs on your machine