I have the System Redux oxp and with 1.70 the new textured planets covered the main planet completly.

But with 1.71 I am now getting the cloud cover grid back with the textured planet underneath.

Moderators: winston, another_commander, Getafix
I'll try that.CaptKev wrote:@elite, I seem to remember that you had this problem with the standard planets in 1.70, could you run Oolite without System Redux and check if the planets are displaying correctly?
Yep got that one.another_commander wrote:Just to be sure: You are using the correct version of System Redux with Oolite v1.71, right? CaptKev had released a version of SR that would work with 1.70 and maybe this is what is the problem.
Yes that was a screen shot from 1.68 (taken from the original thread I started about textured planets) but the textured planets worked fine in 1.70. Just didn't have a screen shot taken from 1.70.another_commander wrote:Finally, the first screen shot does not look like 1.70 to me. The title bar reads SDL_app, meaning that this is 1.68 or earlier.
Code: Select all
if (oolite.compareVersion("1.71") == 1)
Code: Select all
if (oolite.compareVersion("1.71") != 1)
Ok will try that.CaptKev wrote:In script.js change change all;
to this;Code: Select all
if (oolite.compareVersion("1.71") == 1)
and vice-versaCode: Select all
if (oolite.compareVersion("1.71") != 1)