-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Scatterer and EVE dependencies restructure for modularity with Planet Packs #7525
Comments
The danger is that a naive user wishing to install Scatterer or Environmental Visual Enhancements will end up with no config for them. Making them non-exclusive suggestions would certainly avoid a lot of the problems people get when installing them, though. I like the idea of planet-pack based virtual mods to use for conflicts, especially since I believe there's a mod that allows multiple planet packs to be used to make an interstellar constellation (though that project may have died since I first saw it) |
I was just thinking about this issue when I tested installing Outer Planets Mod - Visual Overhaul as the only selected mod on a clean KSP install and there was no way I could do it without downloading either Default EVE configs, default scatterer configs or SVE. I just thought that this was maybe an oversight and that there may be a cleaner way of handling it, that's why I suggested that rather than 'depends' that 'suggests' be used. Upon further thought, we are thinking about hosting Galileo's Planet Pack on CKAN in which the above behavior would be a critical issue unless GPP specific config variants were provided... but these would be listed beside the stock system configs when the user is granted the list to select from even if they weren't usin GPP. Can you see where I'm going with this? I believe resolving this issue in a Planet Pack or System oriented way would be quite effective but would mean retroactively changing the NetKAN data for the current setup. :/ |
Yes, the current setup is not going to work with a Galileo Planet Pack Visual Enhancements pack. What is the result if someone installs Scatterer and/or EVE without a config pack? Will it cause a crash, or some kind of glitches? It's hard for us at CKAN to push mod development in a way that makes for easy modularity, much as we might like to. There are too many mod devs who just don't see the value in the CKAN. I have no problem with changing the Netkan data. To reduce problems, we can do an epoch bump on affected mods to force an upgrade.If you're willing to assist with the metadata design, I'd be very happy to work it out. It's been quite hard to sort it out without a deep understanding of the mod internals. I think if we had each config pack provide two virtual mods, a |
That all seems pretty reasonable and logical. What would be the best way to go about mocking up some NetKAN data for review or testing, create a branch somewhere? On the note of EVE and Scatterer being installed without configs, there is no issue and the plugins are only invoked if there are configs present. |
A branch will let us mock up netkan for testing easily enough, that's how we do all Netkan updates. Getting the resulting mocked up .ckan files into the client is a little trickier. @techman83, can we use the staging process in this way, somehow? |
Whats the starting process to get this ball rolling, should I make a branch of NetKAN and start rewriting the metadata for review? |
Yes. Make a branch, edit the netkans as your understanding of the how things should change goes, then make a PR based on that branch to the main, and we can discuss on that PR. |
EVE and Scatterer both seem to be working fine lately, possibly because, as we discovered the hard way, many authors have started configuring them with ModuleManager instead of replacing files, which is a lot more maintainable. |
Scatterer and Environmental Visual Enhancements currently require a choice of configs for the stock planetary system as dependencies when the main plugin is selected for download rather than as suggested choices.
The fact that the main plugins cannot be downloaded via CKAN without config downloads being required will cause some issues when visual mod packs become available for planet packs i.e. OPM or GPP etc.
I am proposing that for Scattterer's NetKAN file the following change is made:
Existing:
is changed to:
With the same going for EVE:
to the new:
This will allow the user to download the plugins without being forced to download configs.
This brings about another change I think would then also be necessary if the above is considered. Rather than the virtual Scatterer-config and EnvironmentalVisualEnhancements-Config "mods" referencing the visual packs, I think that they should instead reference a sub-set of virtual listings that refer to the individual planet packs in question that then go onto to list the existing configs. For example:
^ as a constructed example of the nesting/parent-child relationship.
This way is gives true modularity to the scatterer and EVE plugins to allow the user to download visual configs mods/packs for installs where they do not wish to have those visual mods/packs for the stock system.
I hope that this is making sense. I would like your feedback and discussion on this issue as I appreciate it would take quite an effort to restructure the NetKAN data but I feel it would benefit the user base.
These is another resent issue regarding the same two plugins here that may be relevant to this issue: KSP-CKAN/CKAN#2026
The text was updated successfully, but these errors were encountered: