Skip to content

xplodingeggo/RLWorkshopCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RL Map Archive

I made an archive with some of my workshop maps i had on my computer because https://rocketleaguemaps.us/ doesnt work anymore and this might help some poeple. Files are hosted on a cloudflare r2 bucket on my website so downloads should be fast and stable. The original steam workshop links are underneath every map entry and its a steam icon that you click and it takes you there.

website

xplodingeggo.github.io/RLWorkshopCollection

➕ Adding a map

  1. Upload the .upk / .udk file (and preview image if you have it) to any website where you can download a file from
  2. Add an entry to maps.json:
{
  "Title": "My Map Name",
  "Author": "YourName",
  "Description": "Short description of the map.",
  "PreviewUrl": "https://archive.org/your-preview-image.jpg",
  "downloadUrl": "https://archive.org/download/your-item/MapName.upk",
  "category": "training",
  "steamUrl": "https://steamcommunity.com/sharedfiles/filedetails/?id=[workshop id]",
  "format": "upk"
}

'category' syntax - the category you want has to be either training, dribble, fun or other. Make it lowercase and if you dont know a tag you can just leave it blank or delete the variable. If you want multiple tags do it like this: "category": ["fun", "other"],

If you dont know any of the info you can just leave it blank its fine idrc. Just leave it blank as ""

If a map came with a .json sidecar file (from the original Workshop upload), just paste those fields in directly — Title, Author, Description, and PreviewUrl match exactly. Unless the description is super long then just shorten it or something because it probably wont fit in the box, and if you have time then add in the category and the steamUrl variables

  1. Open a pull request to the github

⚖️ Legal

Map files belong to their original creators (credited on workshop link and map entry).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages