24/7 Clear Weather

I've seen it here and there been never found an official thread for it.
Anyone able to post the sqf for a clear weather script? :)
 
This should work:

https://www.dropbox.com/s/585fo3neffd6cg9/DynamicWeatherEffects.sqf

Needs to be added to the mission files and then down the bottom of your custom complies.sqf set it to this local file in your mission folder.

Please note you will need to disable the regular complies with a // in your init.sqf so that two of them do not run.

i.e

//call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";
call compile preprocessFileLineNumbers "compiles.sqf";
 
This should work:

https://www.dropbox.com/s/585fo3neffd6cg9/DynamicWeatherEffects.sqf

Needs to be added to the mission files and then down the bottom of your custom complies.sqf set it to this local file in your mission folder.

Please note you will need to disable the regular complies with a // in your init.sqf so that two of them do not run.

i.e

//call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";
call compile preprocessFileLineNumbers "compiles.sqf";

Worked like a charm. Much appreciated. :)
 
Back
Top