WASD fly · Q/E or Space down/up · Shift boost ·
drag look · right-drag pan · wheel zoom · R reset
Working…
Valve sends no CORS headers on its metadata API, so the browser cannot turn a Workshop id into a download URL by itself. A tiny Cloudflare Worker does that one lookup and returns it with CORS enabled. It is free, stores nothing, and needs no credentials.
A default relay is already bundled, so this is optional — deploy your own if you would rather not depend on someone else's, or if you are running this site publicly.
Compute → Workers → Create.Create app button on Account home works too.
Older dashboards call this section Workers & Pages.Edit codeDeploy*.workers.dev URL in the box underneathOr skip the dashboard entirely — save the script as
worker.js and run:
npx wrangler deploy worker.js --name srctool-relay --compatibility-date 2024-01-01
loading…