Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

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

×