Should BridgeMod focus on making mod systems port-friendly? #8
rootedresilientshop-pixel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the biggest pain points in game porting is mod support. A PC game with Steam Workshop integration has to completely rip that system out when porting to console — Workshop doesn't exist there. The result is usually one of two outcomes: the console version ships without mods entirely, or the studio spends months rebuilding the mod pipeline for a proprietary solution.
BridgeMod is already designed to avoid this. Because it validates locally, uses no cloud dependencies, executes no arbitrary code, and works with pure data mods, the same BridgeMod integration you write for PC should work on console without changes. That's not a theoretical claim — it's how the SDK is architected.
The question is: should we make this a primary selling point?
Specifically, we're thinking about:
We'd love to hear from anyone who's dealt with this problem:
Even if you haven't ported a game, your perspective on whether this direction makes sense is valuable.
Beta Was this translation helpful? Give feedback.
All reactions