Arma 3
WHY is it impossible to completely remove rain?
5:32 PM - Rozzok, King of Memes: all I want
5:32 PM - Rozzok, King of Memes: is dark cloudy weather
5:32 PM - Rozzok, King of Memes: not rain
5:32 PM - Rozzok, King of Memes: not snow
5:33 PM - Rozzok, King of Memes: not zeus shooting lightning bolts out of his ass
5:33 PM - Rozzok, King of Memes: just dark stormy clouds


I don't see a way to stop rain
< >
Showing 1-4 of 4 comments
Hortzy May 2, 2016 @ 4:10pm 
0 setRain 0; forceWeatherChange; 999999 setRain 0;


or

[] spawn { _rainLevel = rain; while (_rainLevel !=0) do { 0 setRain 0; forceWeatherChange; 999999 setRain 0; }; };

Last edited by Hortzy; May 2, 2016 @ 4:15pm
Loathsome Greg May 9, 2016 @ 10:12am 
Originally posted by Hortzy:
0 setRain 0; forceWeatherChange; 999999 setRain 0;


or

[] spawn { _rainLevel = rain; while (_rainLevel !=0) do { 0 setRain 0; forceWeatherChange; 999999 setRain 0; }; };

thank you good lad
Mynock May 15, 2016 @ 11:05am 
Click the weather/forecast icon in the editor (the one with the cloud, if you can't find it do the Eden tutorials located in the upper right corner of the editor), select your % of cloud cover, click "manual override" in the rain section, set current and forecasted rain to 0%, do the same with lightning. No scripting and it takes less than 10 seconds to do.
Last edited by Mynock; May 15, 2016 @ 11:06am
RickOShay Jul 1, 2019 @ 2:49am 
Originally posted by Hortzy:
0 setRain 0; forceWeatherChange; 999999 setRain 0;


or

[] spawn { _rainLevel = rain; while (_rainLevel !=0) do { 0 setRain 0; forceWeatherChange; 999999 setRain 0; }; };

Sorry I know this is an old post but there was a typo () above - it should be :

[] spawn { _rainLevel = rain; while {_rainLevel !=0} do { 0 setRain 0; forceWeatherChange; 999999 setRain 0; sleep 1; }; };

In addition - adding a slight delay in the while loop increases fps by about 5%.
Last edited by RickOShay; Jul 1, 2019 @ 2:58am
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: May 2, 2016 @ 2:36pm
Posts: 4