DayZ
RealWeather
100 Comments
MaccaNZ 20 Mar, 2024 @ 10:35pm 
Its broken your server will not unlock because this script cannot be run

DESKTOP-H71K420, 21.03 2024 18:33:22
Can't compile "Mission" script module!

GT1/RealWeather/Scripts/5_Mission/curlcallbacks\curlgetweathercb.c(1): Unknown type 'CURLCallback'
09-06-2025 ( Rus ) 2 Feb, 2024 @ 1:27pm 
repackage do perhaps ???
Attila[DK] 19 Nov, 2023 @ 12:26am 
does it work?
CJB 16 Jun, 2023 @ 2:48am 
If no updates them maybe remove this mod from Steam?
FoX 4 Oct, 2022 @ 3:47am 
I did everything and my server loads up fine but when players join then get stuck on the loading screen
_Papaj_Chuligan_ 28 Mar, 2022 @ 7:31pm 
hi is the mod up to date?
Itchy 21 Aug, 2021 @ 10:03am 
Please Can I Repack This With Credit Given In Description
MAMEniac 6 Aug, 2021 @ 4:55am 
so someone re-worked/fixed that mod for 1.13 ??
Reckless 30 Jul, 2021 @ 1:28pm 
Hey @Lorenzo Insigne.

I send the friend request, because I have a question abouth your mod.

Thank you.
Reckless 14 Jun, 2021 @ 7:00am 
Hey. CURLCallback isn't work.
KommanderWar 25 Jan, 2021 @ 9:22pm 
:(
Fontaaaaaa 11 Sep, 2020 @ 3:08am 
M700N 2 Sep, 2020 @ 6:48am 
Ditto on the below please
SoulReaper 27 Jul, 2020 @ 12:21pm 
Can the author give permission to Gospodin116 to post the fixed code? Want to use it so we wont get the compile error anymore....
Goff 13 Jul, 2020 @ 1:41am 
RUS:
Привет. Я являюсь твоим фанатом этого мода. Я исправил ошибку с CURLCallBack и хотел бы выложить его в открытый доступ в Steam и GitHub. Можно ли это сделать (даёшь разрешение)?
PS: Остальным прошу не писать мне, что бы я вам передал исходники. Без разрешения автора на мои действия я не буду кому-либо передавать.
------------------
ENG:
Hey. I am your fan of this mod. I fixed the error with CURLCallBack and would like to put it in the public domain on Steam and GitHub. Can this be done (give permission)?
PS: I ask the rest not to write to me that I would give you the source code. Without the author’s permission for my actions, I will not pass it on to anyone.
0x346e3730  [author] 30 Jun, 2020 @ 10:21am 
I have many mods to update and RealWeather is the one with the lowest priority, can't make any promise for when the mod will be updated
steamserver47 30 Jun, 2020 @ 10:12am 
Hi!
Please, can the project be updated? I got an error when launching server: "Can't compile mission script module! -- GT1/RealWeather/Scripts/5_Mission/curlcallbacks\curlgetweathercb.c(1): Unknown type 'CURLCallBack' -- Abort/Retry/Ignore"
(yes it's a backslash in "curlcallbacks\curlgetweathercb.c")

Thanks
FoofahX 8 May, 2020 @ 11:39pm 
Does anybody have this mod actually working? I now have the same problem as Highzung, always fog..
ThatOneGuy 7 May, 2020 @ 5:36pm 
also had issues with this causing maximum fog. used admin tools to remove fog and the fog returns
MOODY 25 Apr, 2020 @ 10:11pm 
bro can you make it so it dont rain and its always warm
HIGHZUNG 19 Jan, 2020 @ 7:02am 
Is your project still alive
HIGHZUNG 17 Jan, 2020 @ 1:41pm 
?
HIGHZUNG 13 Jan, 2020 @ 11:46am 
Any solution for overcast and fog to prevent always fog ?
HIGHZUNG 12 Jan, 2020 @ 7:50am 
Okay what i have to do to prevent fog
0x346e3730  [author] 12 Jan, 2020 @ 7:38am 
Fog is not yet supported sadly
HIGHZUNG 12 Jan, 2020 @ 5:23am 
City: Bamako, Mali 29° Humid 15% Rainfall 0%

//INIT WEATHER BEFORE ECONOMY INIT------------------------
Weather weather = g_Game.GetWeather();

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

weather.GetOvercast().Set( Math.RandomFloatInclusive(0.4, 0.6), 1, 0);
weather.GetRain().Set(0.90, 1.0, 30);
weather.GetFog().Set( Math.RandomFloatInclusive(0.05, 0.1), 1, 0);
Something wrong ?

https://ibb.co/bND45xd
KnH ~ Kempa 1 Jan, 2020 @ 9:27am 
@Titus you could try any Northern English City.
Max Mozin 21 Dec, 2019 @ 10:26pm 
If anyone know a city where the weather changes often let me know ! I want to have a lot of rain on my server, but maybe not for like 4 hours continuously.
[FR] Staiff 26 Nov, 2019 @ 9:52am 
Je sais pas si c'est moi, mais la nuit la pluie/neige s'arrête; puis ça se resynchronise une fois le jour venu. c'est moi où bien ?

Tu me confirmes que le query, par exemple peut aussi bien être: "Lorient" que "Lorient, FR", ça change rien ?
Tartar 13 Nov, 2019 @ 5:07am 
Have the problem that I always have fog in the init hab looks like this?

void main()
{
//INIT WEATHER BEFORE ECONOMY INIT------------------------
Weather weather = g_Game.GetWeather();

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

//weather.GetOvercast().Set( Math.RandomFloatInclusive(0.4, 0.6), 1, 0);
//weather.GetRain().Set( 0, 0, 1);
//weather.GetFog().Set( Math.RandomFloatInclusive(0.05, 0.1), 1, 0);

//INIT ECONOMY--------------------------------------
Hive ce = CreateHive();
if ( ce )
ce.InitOffline();

//DATE RESET AFTER ECONOMY INIT-------------------------
???????????????????????????????????????????????????????????????????????

an in the RealWeather.json
{
"app_id": "a51e9138eabcc7.................my APID.........................",
"query": "Bahia",
"requestInterval": 15,
"weatherChangeTime": 60
}



??????????????
Fenwichs456 20 Oct, 2019 @ 12:51pm 
@T2OJAN: add this in your .bat file -servermod=@RealWeather
T2OJAN 20 Oct, 2019 @ 12:31pm 
Hi, thanks for the excellent Mod,
I did several tests and it works really well, but, for me it just works with client side enebled...
How do you make it work server side only?
The_Soul_Chimes 19 Oct, 2019 @ 5:04am 
no hurrican no tornados no need
Zed 19 Oct, 2019 @ 4:31am 
Other than rain, fog and wind, what weather does this generate? Is the temperature able to be set in DayZ? From my limited knowledge, temp seems based on the rain and wind. I'd love it if this does actually set a temperature based on a real location.
MAV3RICK し 18 Oct, 2019 @ 4:49pm 
dope.
Tartar 18 Oct, 2019 @ 4:17pm 
@GrosTon1 La-Quarantaine.fr thx
[STORM]Dominikan 18 Oct, 2019 @ 1:43pm 
salut, tu peut être privé de l'accès en parler?
0x346e3730  [author] 18 Oct, 2019 @ 1:00pm 
@Tartar yes
Tartar 18 Oct, 2019 @ 12:22pm 
"query": "Berlin", Is it correct that way ?
MAMEniac 18 Oct, 2019 @ 9:42am 
is it compatible with the recent game version ? installing the mod on the a fresh vanilla server is causing instant crashes
Almora 18 Oct, 2019 @ 8:31am 
more pictures ?
ZeRoY 18 Oct, 2019 @ 8:21am 
Neato!! For constant rain, please just pick Galway, Ireland :D
Büskermolen 18 Oct, 2019 @ 6:27am 
Solarcaine Do not do it ever again. Your code stops AI-spawn.
Solarcaine 17 Oct, 2019 @ 1:13pm 
For those whom need correct server Time Zones in Real World...

https://github.com/Capps0611/Custom-DayZ-Standalone-Time
Solarcaine 17 Oct, 2019 @ 12:42pm 
I managed to get this mod working. But it doesn't set the time in the game properly.
Jigalo 17 Oct, 2019 @ 12:13pm 
☣Acid ☠walker☢ whut?!
Smokey 16 Oct, 2019 @ 10:15am 
@GrosTon1 La-Quarantaine.fr While you're still upset about that, you clearly didn't even read the comment, yet here you are ranting about the description I actually read, I just claimed, several times now, it was lack-luster. Not not existent. Holy shit.
Büskermolen 16 Oct, 2019 @ 10:12am 
@GrosTon1 La-Quarantaine.fr Nice work. Thank you.
Dr.Day 16 Oct, 2019 @ 8:10am 
@GrosTon1 La-Quarantaine.fr thanks a lot for your job! It's so great!
0x346e3730  [author] 16 Oct, 2019 @ 1:51am 
@Faceless Will do this evening, screenshots of weather ingame and real life weather infos.