Edit: this is strange, because in the Coriolis station Config, it says:
"oolite_coriolis_faceplate_diffuse.png" =
{
gloss = 0.55;
specular_color = (0.25, 0.25, 0.25); // Applies when specular map is not used (no shaders)
shininess = 42;
Why would Hermit rock considered without shader? and why would a change fix it...
The fix should be included in next release. Here are the changes:
Code: Select all
specular_color = (0.3, 0.3, 0.3, 1.0);
shininess = 29;
Code: Select all
specular_color = (0.25, 0.25, 0.25);
shininess = 42;
As long as fixes are as easy as this one, you can count on me.
Awaiting info to provide OXP to someone until next release.
Happy new year everyone! Fly safe!