Arma 3
Real World Weather
 This topic has been pinned, so it's probably important
Hortzy  [developer] Mar 9, 2017 @ 8:17am
*Bug Reports*
Please post any issues or bugs here.
Last edited by Hortzy; Mar 9, 2017 @ 8:18am
< >
Showing 1-7 of 7 comments
blackfisch Mar 12, 2017 @ 5:47pm 
not working on Dedicated Servers

Steps to reproduce: simply try to use it
How to fix it:
  1. in fn_WeatherModule.sqf simply remove
    waitUntil {!isNull findDisplay 46};
    of replace it with
    if (hasInterface) then {waitUntil {!isNull findDisplay 46};};
  2. in fn_SetRealtimeWeather.sqf (line 249) simply remove
    waitUntil {!isNull findDisplay 46};
    of replace it with
    if (hasInterface) then {waitUntil {!isNull findDisplay 46};};
Last edited by blackfisch; Mar 12, 2017 @ 5:48pm
Hortzy  [developer] Mar 12, 2017 @ 5:52pm 
Ok thanks for the heads up! I really appreciate it.
My update tonight should fix those issues
blackfisch Mar 14, 2017 @ 4:55pm 
No problem ^^ It's been an honor to help an other developer fixing his issues ^^ +1
Slim Abodibbah Mar 19, 2018 @ 1:42pm 
As soon as I try to join my own dedicated server I get this:
"Wrong signature for file D:\Program Files\Steam\steamapps\common\Arma 3\!Workshop\@Real World Weather\addons\hz_realworldweather.pbo"
I have copied the same folder from workshop to server. Key is in key folder.
Crielaard Sep 13, 2020 @ 10:51am 
Hortzy, we run a server 24/7 and we see the weather changing as per METAR/TAF. Thats great. However, eventhough we have set humidity to 'false' the fog seems to get denser all the time regardless. Right now humidity is 77% in Helsinki but visibility is 10+km however in Arma it seems no more than 3 KM. (yes my viewdistance is all the way up). When I manually set fog to 0, it clears up but the next day its down to foggy again.
Woulff Oct 22, 2020 @ 8:31am 
Having issues with server:
Error in log: Call extension 'url_fetch' could not be loaded: The specified module could not be found.
I unloaded all mods, created a basic mission with the module, put it on the dedicated server, with only this mod loading and it still doesn't work.
I can get the menu through script but it is blank.
I can fill in the information and populate and the menu appears correct but the scene doesn't change.
Woulff Oct 23, 2020 @ 3:06pm 
I fixed my issue by installing Visual C++ Redistributable for Visual Studio 2015 found here:
https://www.microsoft.com/en-us/download/details.aspx?id=48145
< >
Showing 1-7 of 7 comments
Per page: 1530 50