Talk:Weather

From The Cataclysm: Dark Days Ahead Wiki
Jump to navigation Jump to search

Winter weather

Uh, my Winter guy in 02Feb has encountered all of the snow-related weathers. I'd suggest that there's no special terrain-mod effect, in the same vein as Lightning Storms and their base-destroying bolts, but the weather still very much exists.

(He's also encountered minimal Lightning Storms, but no strikes and they quickly downgrade to Thunder Storms.)


Sure. I thought it was clear enough, but feel free to be more specific. And, really, don't even ask for permission to tweak stuff if you think it's wrong. The worst case scenario is that your edits will be reverted ("undo" link next to each one).

As of weather effects, lighting was removed, so a lightning storm is just another version of a thunder storm as of now:

void weather_effect::lightning(game *g) { thunder(g); }

And as for the winter ones, they do nothing to the player. Check weather.cpp to make sure. weather_effect::flurry , snow, and snowstorm don't have any entries yet.

Also, have in mind that 90% of the info in this wiki has been directly copied from the old Whale's one. I've been trying to bring it up to date in the last weeks, but there's surely still outdated info somewhere.

--Kenoxite (talk) 00:35, 17 April 2013 (PDT)


Why does this page say it's "not complete enough yet." This looks very thorough and well done.--Anonymoose (talk) 12:43, 3 March 2014 (PST)

Hey, can we also color code those tables for weather chance some how, like dark blue=1, red=9, stuff like that? You can see more of a correlation between season and weather pattern this way.--Anonymoose (talk) 13:41, 3 March 2014 (PST)


For the next version, all the tables in this page will be obsolete. The weather in the experimental is now a combination of Perlin functions, which means it's a continuous weather instead of having discrete changes at certain random times. Now the weather is updated every 10 game minutes and there are no chances involved. It uses a seed to determine the pseudorandom weather for the whole of the game time and all the positions. This means the player can't ever predict the weather if the game does not provide a way (like the weather radio stations), but the player can have an idea of what weather to expect based on day of the year and hour of the day. Also, the acid rain will not occur normally and as of the time of this writing, there is no event that causes acid rain anymore (though it's not been removed from code). --87.219.206.40 17:16, 29 August 2014 (PDT)