Jump to content
DeniedPickle

1.06 weather/How to control the weather better?

Recommended Posts

hello poeple , im a bit fed up of the non stop raining on  my server and also the body temperature that drops too quickly , so im testing everything and the best so far is that im using the 1.05 weather config in my 1.06 init.

//INIT WEATHER BEFORE ECONOMY INIT------------------------
    GetGame().GetWorld().SetDate(2019, 7, 17, 9, 45);
    Weather weather = g_Game.GetWeather();

    weather.MissionWeather(false);    // false = use weather controller from Weather.c

    weather.GetOvercast().Set( Math.RandomFloatInclusive(0.02, 0.1), 1, 0);
    weather.GetRain().Set( 0, 1, 0);
    weather.GetFog().Set( 0, 0, 1);

does anyone mastered the weather a chaman or something xD 

thx in advance poeple.

Share this post


Link to post
Share on other sites
On 1/4/2020 at 10:20 PM, DeniedPickle said:

hello poeple , im a bit fed up of the non stop raining on  my server and also the body temperature that drops too quickly , so im testing everything and the best so far is that im using the 1.05 weather config in my 1.06 init.

//INIT WEATHER BEFORE ECONOMY INIT------------------------
    GetGame().GetWorld().SetDate(2019, 7, 17, 9, 45);
    Weather weather = g_Game.GetWeather();

    weather.MissionWeather(false);    // false = use weather controller from Weather.c

    weather.GetOvercast().Set( Math.RandomFloatInclusive(0.02, 0.1), 1, 0);
    weather.GetRain().Set( 0, 1, 0);
    weather.GetFog().Set( 0, 0, 1);

does anyone mastered the weather a chaman or something xD 

thx in advance poeple.

For now it's a issue. Maybe in 1.07 they will fix that.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×