DayZ
RealWeather
100 条留言
MaccaNZ 2024 年 3 月 20 日 下午 10:35 
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-Игорь ) 2024 年 2 月 2 日 下午 1:27 
repackage do perhaps ???
Attila[DK] 2023 年 11 月 19 日 上午 12:26 
does it work?
CJB 2023 年 6 月 16 日 上午 2:48 
If no updates them maybe remove this mod from Steam?
FoX 2022 年 10 月 4 日 上午 3:47 
I did everything and my server loads up fine but when players join then get stuck on the loading screen
_Papaj_Chuligan_ 2022 年 3 月 28 日 下午 7:31 
hi is the mod up to date?
Itchy 2021 年 8 月 21 日 上午 10:03 
Please Can I Repack This With Credit Given In Description
MAMEniac 2021 年 8 月 6 日 上午 4:55 
so someone re-worked/fixed that mod for 1.13 ??
Reckless 2021 年 7 月 30 日 下午 1:28 
Hey @Lorenzo Insigne.

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

Thank you.
Reckless 2021 年 6 月 14 日 上午 7:00 
Hey. CURLCallback isn't work.
KommanderWar 2021 年 1 月 25 日 下午 9:22 
:(
Fontaaaaaa 2020 年 9 月 11 日 上午 3:08 
M700N 2020 年 9 月 2 日 上午 6:48 
Ditto on the below please
SoulReaper 2020 年 7 月 27 日 下午 12:21 
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 2020 年 7 月 13 日 上午 1:41 
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  [作者] 2020 年 6 月 30 日 上午 10:21 
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 2020 年 6 月 30 日 上午 10:12 
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 2020 年 5 月 8 日 下午 11:39 
Does anybody have this mod actually working? I now have the same problem as Highzung, always fog..
ThatOneGuy 2020 年 5 月 7 日 下午 5:36 
also had issues with this causing maximum fog. used admin tools to remove fog and the fog returns
MOODY 2020 年 4 月 25 日 下午 10:11 
bro can you make it so it dont rain and its always warm
HIGHZUNG 2020 年 1 月 19 日 上午 7:02 
Is your project still alive
HIGHZUNG 2020 年 1 月 17 日 下午 1:41 
?
HIGHZUNG 2020 年 1 月 13 日 上午 11:46 
Any solution for overcast and fog to prevent always fog ?
HIGHZUNG 2020 年 1 月 12 日 上午 7:50 
Okay what i have to do to prevent fog
0x346e3730  [作者] 2020 年 1 月 12 日 上午 7:38 
Fog is not yet supported sadly
HIGHZUNG 2020 年 1 月 12 日 上午 5:23 
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 2020 年 1 月 1 日 上午 9:27 
@Titus you could try any Northern English City.
Max Mozin 2019 年 12 月 21 日 下午 10:26 
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 2019 年 11 月 26 日 上午 9:52 
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 2019 年 11 月 13 日 上午 5:07 
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 2019 年 10 月 20 日 下午 12:51 
@T2OJAN: add this in your .bat file -servermod=@RealWeather
T2OJAN 2019 年 10 月 20 日 下午 12:31 
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 2019 年 10 月 19 日 上午 5:04 
no hurrican no tornados no need
Zed 2019 年 10 月 19 日 上午 4:31 
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 し 2019 年 10 月 18 日 下午 4:49 
dope.
Tartar 2019 年 10 月 18 日 下午 4:17 
@GrosTon1 La-Quarantaine.fr thx
[STORM]Dominikan 2019 年 10 月 18 日 下午 1:43 
salut, tu peut être privé de l'accès en parler?
0x346e3730  [作者] 2019 年 10 月 18 日 下午 1:00 
@Tartar yes
Tartar 2019 年 10 月 18 日 下午 12:22 
"query": "Berlin", Is it correct that way ?
MAMEniac 2019 年 10 月 18 日 上午 9:42 
is it compatible with the recent game version ? installing the mod on the a fresh vanilla server is causing instant crashes
Almora 2019 年 10 月 18 日 上午 8:31 
more pictures ?
ZeRoY 2019 年 10 月 18 日 上午 8:21 
Neato!! For constant rain, please just pick Galway, Ireland :D
Büskermolen 2019 年 10 月 18 日 上午 6:27 
Solarcaine Do not do it ever again. Your code stops AI-spawn.
Solarcaine 2019 年 10 月 17 日 下午 1:13 
For those whom need correct server Time Zones in Real World...

https://github.com/Capps0611/Custom-DayZ-Standalone-Time
Solarcaine 2019 年 10 月 17 日 下午 12:42 
I managed to get this mod working. But it doesn't set the time in the game properly.
Jigalo 2019 年 10 月 17 日 下午 12:13 
☣Acid ☠walker☢ whut?!
Smokey 2019 年 10 月 16 日 上午 10:15 
@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 2019 年 10 月 16 日 上午 10:12 
@GrosTon1 La-Quarantaine.fr Nice work. Thank you.
Dr.Day 2019 年 10 月 16 日 上午 8:10 
@GrosTon1 La-Quarantaine.fr thanks a lot for your job! It's so great!
0x346e3730  [作者] 2019 年 10 月 16 日 上午 1:51 
@Faceless Will do this evening, screenshots of weather ingame and real life weather infos.