Revive community maps: catalogue, Steam publishing, legacy maps, and new installer - #1
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SS2 Revive — Community Maps Are Back
At a glance
What's new for players
Community maps
Legacy maps
If the community service is down
Setup
The old
installCurrentVersion.ps1script and the maintainer-only catalog publisher are gone, replaced by a proper installer:The installer sets up the pinned game version, BepInEx 5.4.23.2 (x64), and the latest SS2Revive release as a separate install — it won't touch your existing game files. Downloads are size-capped and archive contents are checked for path traversal and unsafe entries before extraction.
Compatibility
1.3.7.3054.1.5.x— that update removed the networking code this mod depends on.Behind the scenes (short version)
The community catalogue runs on a separate Cloudflare Worker/R2/D1 backend at
community.m12labs.net. Browsing and downloading maps doesn't need an account; publishing and creator management do, and go through Steam auth with short-lived tokens and per-account quotas. Every upload is quarantined and validated server-side before it can go live.Build, test suite, and setup self-test all pass on this branch.
Known limitations