Why Cataclysm: Dark Days Ahead Is Always Foggy — and What You Can Do About It
It’s not your seed — fog in recent CDDA builds really is more common
If you’ve been grinding through day after day of thick fog in Cataclysm: Dark Days Ahead and wondering whether your world generation is broken, the short answer is: not exactly, but you’re not imagining it. Multiple confirmed entries on the GitHub tracker document exactly this experience — fog appearing far more than players expect, persisting through summer days, and not resolving when you move to a new region. Your map isn’t cursed. The weather generator itself tips toward fog under what should be ordinary conditions.
How fog actually triggers in CDDA
The weather system doesn’t roll a simple chance for fog. Every few in-game minutes it evaluates atmospheric variables and picks whichever weather type’s conditions are currently satisfied at the highest priority. Fog appears when two things are simultaneously true:
- Wind power falls between 0 and 12 — calm to a light breeze
- The dew-point factor is 2.5°C or lower, meaning the current temperature and dew point are nearly the same
That second condition is the real driver. When air temperature drops close to the dew point, the air is nearly saturated and fog forms naturally. And fog can only develop out of clear, sunny, or mist conditions — so a run of nice weather in the afternoon actively sets up the next morning’s fog.
Why the default humidity makes fog so easy to trigger
The default CDDA climate sets base_humidity to 70% relative humidity. That’s high. With 70% as the baseline, the gap between the actual temperature and the dew point closes regularly, pushing the dew-point factor below 2.5°C far more often than it would in a drier climate. The wind condition is also undemanding — calm to light-breeze weather happens constantly, especially at night and in the early morning hours when temperatures dip.
Put those two things together and fog becomes the path of least resistance in the generator. The system is behaving as coded. The parameters just happen to make fog the default result under a wide range of normal conditions.
This is a confirmed issue, not just RNG
GitHub issue #69605, tagged S2-Confirmed by CDDA maintainers, specifically documents excessive fog in experimental builds — described as “very often foggy, even in summer during the day, evening and at night.” The reporter’s own words: “It’s realistic that it’s foggy in the morning on humid days, but not all day and not that often.” That bug was filed against the Innawood mod, but the underlying weather generator is shared.
A separate issue (#66586) surfaces a compounding problem: in fog, monsters retain a much more favorable vision range relative to players than they do in clear weather. Player sight collapses significantly; creature sight degrades less. Fog isn’t just visually annoying — it actively shifts the tactical balance against you.
The move toward a more realistic atmospheric simulation (cold fronts, dew-point math) happened incrementally across experimental builds. The intent was a more believable environment. The side effect was making fog conditions far easier to satisfy than the older model.
What you can actually do about it
Debug menu — the immediate fix
Press ~ to open the debug menu and navigate to the weather section. You can force the current weather to change on the spot. This doesn’t alter the generator for future weather, but it clears active fog immediately. Useful when you need a clean window for city clearing and don’t want to sit around waiting for conditions to shift.
A small region settings mod
The cleanest permanent fix is a tiny JSON mod. You have two options: add "fog" to the weather_black_list array in your region settings to prevent fog from ever generating, or lower base_humidity from 70 to something closer to 50–55 to reduce how often the dew-point gap closes without eliminating fog entirely. Neither requires any C++ knowledge — just a JSON file dropped into a mod folder. The WEATHER_TYPE and REGION_SETTINGS pages in the official DDA docs cover the exact format.
Playing around fog instead of against it
If you’d rather not touch the files, fog does cut both ways. Zombie sensory range is affected too, and moving quietly in fog can let you slip a vehicle past groups that would otherwise react to engine noise or visual detection from further out. It’s a real upside, if a narrow one.
The vehicle camera problem specifically
Camera-mounted turrets in CDDA use the same visibility rules as the player character. In fog, that effective range collapses, which is exactly why a death mobile’s automated coverage becomes unreliable. Two approaches help without requiring a mod:
- Switch turrets from automatic to manual fire. You’re still constrained by fog visibility, but you direct shots instead of relying on the camera’s auto-targeting logic, which gives you more control over what the turret actually shoots at.
- Night vision CBMs or NV goggles extend sight radius enough to partially offset the fog penalty — not back to clear-weather range, but meaningfully better than unaugmented vision in thick fog.
Neither option makes fog irrelevant for vehicle combat, but both reduce how badly the death mobile degrades when conditions turn. The region settings mod is still the cleanest answer if fog frequency is actively disrupting your playstyle.
Sources
- github.com
- github.com
- github.com
- github.com
- docs.cataclysmdda.org
- docs.cataclysmdda.org
- en.wikipedia.org
- github.com
