I remember reading somewhere that if you changed the dynamic weather in the epochconfig.hpp that it breaks things. is this still true?
or can i change
WeatherChangeTime = 1200; // This controls how fast the weather changes as well as how fast shipping containers and earthquakes happen. WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
I want to remove rain completely. but want some fog once in awhile.
Question
tinboye
I remember reading somewhere that if you changed the dynamic weather in the epochconfig.hpp that it breaks things. is this still true?
or can i change
WeatherChangeTime = 1200; // This controls how fast the weather changes as well as how fast shipping containers and earthquakes happen.
WeatherStaticForecast[] = {}; // Default: {75.5,0,{0,0,0},0,{1,1}}; // Clear day; {19,1,{1,1,40},1,{5,5}}; // Cold Foggy Rainy Overcast Windy; Format: {temp <scalar>,rain <scalar>,fog <array>,overcast <scalar>,wind <array>}
I want to remove rain completely. but want some fog once in awhile.
WeatherStaticForecast[] = {{19,0,{1,1,40},0,{5,5}};
this should make it temp of 19, no rain, fog, no overcast, wind
if i understand correct?
i would like weather to be dynamic, but no rain at all.
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now