Adding snow to your server

So I am new to this, and I am trying to piece together all of milk and graz's post to try and randomize snow (chernarus). I guess, if it's not too hard, could one of you do a step by step? What file goes where. I don't care about temperature, just want it to snow instead of rain.

actually don't follow mine. While the logic is there I couldn't get it to work right and I kind of abandoned it to work on my island anyway as I'm more of a terrain builder anyway
 
Did anyone get the snow to work in place of rain on a 1.7.6(.1) Chernarus server? I am willing to help test, as I have a testing server.
 
hey can i have it on my server in such a way that i dont have snow 24x7 but like rain...like randomly from time to time?
 
Hey!
How can I increase the view distance to like 1-2 km? I tried to overwrite the 900 view distance to 2000 but it didn't work.
 
Anyone can upload files to work purged all?
I mean: the effect on body temperature.
and that snow is not seen on buildings and vehicles.
thank you very much;)
 
I wana try something like this..

I wana capture the whole snow code the whole file inside the code bellow, so that on a restart it will pick a random number between 1 and 100, and if that number is above 90, so 1 in 10 chance basically, it will then run the rest of the code and do the snow , and that play session will have snow.

but im not really clued up on this scripting language, I dont understand or know what the execution flow is will this execute once on server restart or does the snow code get executed all the time in an update loop ?


Code:
_snowchance = (random 100);
_snowing=false;
if (_snowchance > 90) then _snowing=true;
if _snowing=true {
 
Installed this today [Chernarus...dayz.st] and when testing I got strange weather patterns...

E.G. I'll get a hard wind sound for a sec or so...then right after that it'll rain hard for a sec or so...then back to snow. Repeats like on loop.

Anyone else get this before?

The snow is great, but the glitchy weather issue made me take it off. Would love to have this run smooth. Any help is appreciated!
 
Installed this today [Chernarus...dayz.st] and when testing I got strange weather patterns...

E.G. I'll get a hard wind sound for a sec or so...then right after that it'll rain hard for a sec or so...then back to snow. Repeats like on loop.

Anyone else get this before?

The snow is great, but the glitchy weather issue made me take it off. Would love to have this run smooth. Any help is appreciated!
You actually got it to start snowing instead of raining?
 
Looking forward to this being part of the random weather cycle. I love the snow but people don't seem to appreciate it being on all the time :) they have a habit of leaving, especially after trying to fly a chopper in it..

Yeah me too. Any updates?
 
Got the snow and fog working fine.

Did you guys ever get the temperature to work, if so could you explain how pls?

Also what numbers would I have to change to make the snow particles smaller?
 
Back
Top