KSP-RO / RealSolarSystem

Changes KSP's solar system to make it like the real one.
130 stars 92 forks source link

Fixed some compatibility issues #286

Open jcyuan06 opened 1 year ago

jcyuan06 commented 1 year ago
  1. A small fix in RSSKopernicusSettings.cfg. The previous version removes all the other celestial bodies. The newer version only removes stock celestial bodies. This fix can improve compatibility with other planet mods.
  2. A small fix in NavballSwitchAltitude.cfg. altitude, maxAltitude, and atmosphereDepth can all set max atmosphere heights. The previous version can only apply to configs using maxAltitude, but if there are configs using altitude or atmosphereDepth, Module Manager errors will pop in. This new version fixes the issue and improves stability and compatibility.
NathanKell commented 1 year ago

The, uh, point of RSS is that it's the real solar system. It should by definition not be compatible with other planet packs, unless they explicitly are designed to add other real bodies (and in which case will know RSS is installed and can run AFTER[] the RSS pass).

Other change seems fine. 👍

jcyuan06 commented 1 year ago

I understand your point. However, there are many people telling me they want to play my planet mod together with RSS, currently the only thing I can do is provide them with this version of config. I think it doesn't hurt to let people choose their mod selection, and these changes won't have any impact on either RSS or KSP.