Can you have a moon orbiting an OXP planet?

Moderators: winston, another_commander
Code: Select all
"gas_giantC" = {
position = "7000000 8000000 25650000";
radius = 240000;
orientation = "0.0 1.0 0.0 1.0";
texture = "hitsplanet2.PNG";
seed = "1 2 3 4 5 6";
"polar_color_factor" = 2.5;
"rotational_velocity" = 0.04;
};
(Defines where the giant will be)
"6 107" = {
"sky_blur_alpha" = "0.85";
"sky_blur_cluster_chance" = "0.60";
"sky_blur_scale" = "15";
"script_actions" = (
debugOn, "addMoon: gas_giantC",
debugOff
);
(sets the system up. The first number is galaxy, second is Planet Number)
Code: Select all
"universal" = {
"sky_blur_alpha" = "0.15";
"sky_blur_cluster_chance" = "0.1";
"ambient_level" = "1.5";
"sky_blur_scale" = "128";
};
I’m not a fan of that sort of look. It’s been done, repeatedly, and if anything it’s even less realistic than Oolite’s current look.CaptKev wrote:Bottom image - what I really want to see!
Yeah, that's really nice, how do you do it? I want my Oolite to look like that. I think it's a nice subtle effect. I'm not really a fan of the Littlebear ones......(sorry Littlebear you can forgive me thoughCaptKev wrote:Top image - what I've managed to achieve so far using the Oolite standard nebula effect (better than the standard little fluffy clouds, but only just).
Code: Select all
"universal" = {
"sky_blur_alpha" = "0.15";
"sky_blur_cluster_chance" = "0.1";
"ambient_level" = "1.5";
"sky_blur_scale" = "128";
};