[Space Rangers HD]: Add game plugin - #236
Open
ringill wants to merge 2 commits into
Open
Conversation
…r sync and save support Why: SRHD loads mods only through the closed-source Rangers.exe with fixed rules (CurrentMod in ModCFG.txt), there is no separate enabled flag and no official MO2 game plugin for it. Native integration is needed without patching the game.What changed:- BasicGame plugin (SpaceRangersHDGame): game recognition, Nexus ID 920, VFS delivery of mod copies.- Native mod import (MigrateTool) as copies into MO2's mods directory, leaving the game folder untouched.- Two-way sync of order/enabled state CurrentMod <-> modlist.txt and Priority=1 equalization so QueryWrongOrderFix does not appear.- Conflict=/Dependence= surfaced via Problems, row color and Notes.- Nexus archive installer, meta.ini metadata, INI editor (CFG.TXT), saves with previews.- Mod bug report and post-run crash notification.- README: game entry in the table.
…en no mod is enabled
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.
[Space Rangers HD]: Add game plugin with native mod import, load order sync and save support
Why: SRHD loads mods only through the closed-source Rangers.exe with fixed rules (CurrentMod in ModCFG.txt), there is no separate enabled flag and no official MO2 game plugin for it. Native integration is needed without patching the game.
What changed: