Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
IMO, Rain is the biggest factor in creating a darker and more lonely experience in Dying Light. There is a feeling of great isolation, hopelessness and sadness when it rains. It is very emotional. When I was young kid, I used to stand at the window for hours watching the rain fall, feeling a mixture of emotions like happiness and also sadness at the same time. Now I like to go out and get drenched in the rain. It is very liberating.
Yes the atmosphere it creates is great.. especially if there are dynamic clouds with lightning and wind etc...
The feeling that you need to go inside and dry off and keep warm and safe definitely helps add to the atmosphere..
\data\scripts\weatherdata.scr
// Duration of weather after sleep or map reload (in game time, format mm). If 0, the weather will be active till next event
RandomWeatherDuration(60.0);
// Probability of changing weather after player's death
ProbabilityOfChangingWeatherAfterDeath(0.3);
// Possible weather values, chances and time boundaries
AddRandomWeather(0.08, 0.25, 6.00, 7.05);
AddRandomWeather(0.25, 0.50);
AddRandomWeather(0.8, 0.25, 15.00, 24.00);
You can add more AddRandomWeather lines with your own preferences. The first number dictates what kind of weather it is. The second is the chance for the line to kick in. The third and fourth numbers dictate during what in game hours the line should apply. I guess that if none of the parameters apply, it will move on to the next line, so it's checking them one by one.
It seems the dynamic weather only changes after a reload (switching maps, sleeping, etc) or after dying. So, if you never switch maps, never sleep and never die, the weather won't change. As far as I can see, the dynamic weather functions are hardcoded and so we can't change it.
The game also has static weather changes that only kick in at scripted moments (during certain missions and such). Those lines are further down that file.
Can you write up a quick code to put into the game that will make it always raining or perhaps with a100% chance of proccing.
what if the game was downloaded via steam, then this file doesn't appear