You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a label is applied to a mod for KSP1, CKAN auto-applies that same label to a similarly named mod for KSP2.
Specifically, I've applied the label "installed" to the KSP1 mod "KSP Resonant Orbit Calculator" by Linuxgurugamer. When I added KSP2 as a game instance to CKAN, I found the label was already applied to the KSP2 mod "Resonant Orbit Calculator" by Schlosrat.
The name of the mods are similar but not identical (one is a substring of the other's) but even if they were identical, CKAN should recognize they are not the same mod. These are different mods for different games by different authors.
This is low priority right now, I would think, as the number of KSP2 mods is currently quite limited, but as the number grows, this could get annoying. Hope it isn't a great deal of work to fix. Thanks, and you guys are awesome!
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yes, we'll need to figure out how to make labels per-game (or per-instance?). Right now they're stored in %LOCALAPPDATA%\CKAN\labels.json and shared everywhere.
We could try to split them into separate files, or we could add a game property to the JSON objects.
I see - relying on the authors (or whomever submits the info) to create unique identifiers. Probably works in 99.99..% of cases.
And every method I can think of to generate a truly unique identifier for each mod creates issues of its own.
Having a game property in the json is probably a good idea, regardless of this specific issue. Other than that, make it general knowledge that this is a consideration, rely on the commmunity?
If a label is applied to a mod for KSP1, CKAN auto-applies that same label to a similarly named mod for KSP2.
Specifically, I've applied the label "installed" to the KSP1 mod "KSP Resonant Orbit Calculator" by Linuxgurugamer. When I added KSP2 as a game instance to CKAN, I found the label was already applied to the KSP2 mod "Resonant Orbit Calculator" by Schlosrat.
The name of the mods are similar but not identical (one is a substring of the other's) but even if they were identical, CKAN should recognize they are not the same mod. These are different mods for different games by different authors.
This is low priority right now, I would think, as the number of KSP2 mods is currently quite limited, but as the number grows, this could get annoying. Hope it isn't a great deal of work to fix. Thanks, and you guys are awesome!
The text was updated successfully, but these errors were encountered: