Thanks! Modified copy of planetinfo.plist going into my Addons/Config folder now!
<wanders off to see how it looks>
Edit: It turns out Realistic Stars overrides
star_count_multiplier
, so I had to move its planetinfo.plist entry
"sky_n_stars" = 6000;
from "universal" to "interstellar space" like so.
Code: Select all
{
"interstellar space" =
{
"sky_n_stars" = 6000;
};
universal = {
"sky_rgb_colors" = "0.6 0.7 1.0 1.0 0.8 0.4";
"ambient_level" = "0.1";
"corona_flare" = "0.90";
"corona_hues" = "0.1";
"station_roll" = "0.1";
};
}
And I found that 600,000 stars was a
bit much, so I reduced things a little by
star_count_multiplier = 75;
and now it looks much more like space should appear from outside the atmosphere!