Re: Things I Wish I Knew BEFORE Starting this *@*#~&ing .oxp
Posted: Wed Jul 02, 2025 6:53 am
How's this for Diso's orange soup?

Here is the planetinfo entry that creates it. I just adjusted cloud_alpha to a reasonable value and added orange cloud_color and raised cloud percent to 99:
If you want to make it even more gloomy consider changing percent_land to something like 1 or 2. This way it looks like a sea of orange haze when viewed from a distance.

Here is the planetinfo entry that creates it. I just adjusted cloud_alpha to a reasonable value and added orange cloud_color and raised cloud percent to 99:
Code: Select all
// Cholly's Diso Orange Soup
"0 147" = {
description = "This planet is mildly noted for its ancient Ouza tulip plantations but is ravaged by frequent earthquakes. The Diso Digital Corp has built a planet wide sensor-network, with the latest OO32000 super-risk processors. This is capable of predicting the earthquakes a full day before they happen. Houses on Diso are built on giant shock absorbers and are often mobile. Diso is also famous for its 10,000 km long Veers fault.";
"air_color" = "0.995 0.2 0.0 0.69"; //Experimenting with Diso for Larais!
"air_density" = "1.0"; // much higher than normal
"cloud_alpha" = "0.95"; // much higher than normal
"cloud_color" = "0.995 0.2 0.0";
"atmosphere_rotational_velocity" = "0.3"; // too fast
"percent_cloud" = "99"; // much higher than normal
};