Sharing your mod - polytrackmods/PolyModLoader GitHub Wiki

This page covers how to share a mod you created with others

Hosting the mod

PolyModLoader currently supports mods hosted on Codeberg and Github repositories. If you are using a different git forge, please ask in the #modding channel in the PolyTrack modding discord server and i will see if i can enable support for that platform

Sharing the mod import link

To install the mod ingame, you need to use the CDN created by Orangy and CRJakob

The import link should be formatted as https://pmlcached.crjakob.com/<gh|cb>/<owner>/<repo>/<branch>/[path to folder containing latest.json and version folders]
cb is for codeberg mods
gh is for github mods

You can also use the split CDNs for just github or Codeberg

To install a github mod, the url should be formatted as https://pml.orangy.cfd/<owner>/<repo>/<branch>/[path to folder containing latest.json and version folders]
For Mods hosted on Codeberg, it should be formatted as https://pml.crjakob.com/<owner>/<repo>/<branch>/[path to folder containing latest.json and version folders]

⚠️ **GitHub.com Fallback** ⚠️