边缘世界 RimWorld

边缘世界 RimWorld

Sky Islands
Compatibility Issue: Missing LayeredAtmosphereOrbitDefModExtension for Avatar_SkyIslandsLayer
Dear metalocif,

I'm enjoying your Sky Islands mod, but I've encountered a compatibility issue when using it with the LayeredAtmosphereOrbit mod.

Error Message:

text
Planet Layer Avatar_SkyIslandsLayer missing proper LayeredAtmosphereOrbitDefModExtension. Can continue playing without issues, but ask developer to add it with patch. Layer is from mod Sky Islands [metalocif.skyislands].
Issue Details:

The error occurs during game startup but doesn't crash the game

The Avatar_SkyIslandsLayer planet layer definition is missing the required LayeredAtmosphereOrbitDefModExtension

Gameplay continues normally, but some atmospheric/orbital visual effects may not display correctly

Request:
Could you please add compatibility by including the appropriate LayeredAtmosphereOrbitDefModExtension to the Avatar_SkyIslandsLayer definition in a future update?

The fix would likely involve adding something like this to the def:

xml
<modExtensions>
<li Class="LayeredAtmosphereOrbit.LayeredAtmosphereOrbitDefModExtension">
<!-- Appropriate configuration values -->
</li>
</modExtensions>
Thank you for considering this compatibility improvement! The Sky Islands mod is fantastic and I appreciate your work.