-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple mod versions #259
Comments
I presume this is backwards compatible and older versions see the Object as truthy? And how is backwards compatibility when it comes to disabling the mods? Assuming backwards compatibility is concern... |
On game start, proposed launcher modification will migrate Viper, on its end, should enable/disable mods in the [NB] I omitted to mention an important element: new manifest format involves a |
By manifest you mean Is there an ETA for when this lands in NS? Given implementing this in Viper before it is in NS would just break things... |
It depends on how much work we can get done. Ideally we would have this finished before Jan 8th in time for the anniversary ^^ |
Ah I just misunderstood something lol
I'll attempt to see if I can have this ready in Viper by then, delaying the current latest release until I've had time to implement it... I'm presuming the version that's used inside |
Exactly |
Some initial part of the implementation is now available with #261, albeit only the changes to |
The aforementioned PR should actually be ready to be merged, assuming no noticeable bugs, and that Viper handles the new format as intended, any testing and feedback is highly appreciated! |
Currently, Northstar does not support multiple mod versions, i.e. a single mod being installed several times with different versions.
In the Northstar repositories, launcher and mods pull requests have been opened to fix this issue; however, they change the
enabledmods.json
file format:From
To
It would be great if Viper had the capacity to adapt to this new
enabledmods.json
format.The text was updated successfully, but these errors were encountered: