I told myself not much had changed with Safe Zone since the last post. Then I actually looked at the changelog.
Five releases. Something like 140 commits. The game has genuinely changed shape since March — zombies stopped being a pure threat and became part of your economy, the world's different every run now, and "just survive" grew into "cure the outbreak." Buckle up, this is a long one.
Zombies as a Resource (0.3.0 — Phase 3 Foundations)
The headline of Phase 3: the undead stopped being something you just shoot.
Bear Traps and stun batons let you capture zombies alive instead of killing them. A new Containment Facility holds them — 5, 10, or 15 at a time — and each one generates research points every minute you keep them contained. Leave containment unmanaged too long and integrity degrades until you get a full breach, all of them loose at once.
Getting hit now carries a real cost too: a 30% infection chance, ten in-game minutes to treat it at a Medical Clinic before the survivor turns, and an infected survivor working at 25% efficiency the whole time you're not dealing with it. Contain enough zombies and you unlock the research path toward an actual cure.
Five hand-authored scenarios shipped alongside it, starting with a "First Outbreak" tutorial. This was the release where Safe Zone got its point — every system now feeds the same question: can you research your way out before the outbreak grinds you down?
No Two Runs Alike (0.4.0 — Procedural Environments & Virus)
Next I went after replayability from two directions at once.
New games are now configured up front — pick a biome (Forest, Urban Ruins, Desert, Tundra), map size, resource density, starting season. Each biome has its own resource spread and weather: deserts throw heatwaves, tundra buries you in blizzards, urban ruins are metal-rich and permanently foggy.
My favourite addition, though: every new game procedurally generates its own virus strain — a transmission type, one or two mutation traits pulled from a pool of eight, and a cure recipe of 2–4 components you actually have to discover through research. Same seed always regenerates the same strain, so saves stay consistent. The upshot: the cure you chased last game isn't the cure you need this one.
Now It Actually Looks Like a World (0.5.0 — Environments & Atmosphere)
0.4.0 made the world different each run. 0.5.0 made it look like a place.
Real terrain now — Perlin-noise heightmaps with biome-specific elevation and painted texture layers. Water bodies placed by biome, now an actual gameplay resource rather than scenery. Trees, rocks, ruins, cacti and ice formations scattered with Poisson-disk sampling so they cluster the way real terrain does instead of looking hand-stamped. A procedural skybox with day/night blending and per-biome tinting, weather-reactive fog, ambient particles that actually match the biome — pollen in the forest, sand in the desert, embers in the ruins. Two new map size tiers, Huge and Massive, because apparently regular Large wasn't enough room to get lost in.
This release was mostly about feel, and it worked. Standing in camp at 2am with snow drifting past skyscraper silhouettes on the horizon does a lot for the mood that no amount of system design can fake.
Closing the Loops (0.6.0 — Advanced Combat & Gameplay Systems)
With the big systems in place, 0.6.0 was about making them actually talk to each other — including fixing something a little embarrassing.
The cure endgame was, technically, unreachable before this release. The Cure Lab was built, the tech tree led to it, everything looked wired up — except the event that was supposed to activate it never actually fired. Nobody could have finished the game through the intended path, including me, and I hadn't noticed. Fixed now: the Cure Lab correctly listens for research completions, each Tier-4 tech advances the cure by 25%, and it saves and loads properly.
Medical Clinics now actually produce Medicine and treat nearby infected survivors instead of existing as a nice idea. Workshops yield Components as a byproduct. A new Reinforced Wall and an end-game Cure Dispersal device — an emitter that pulses a cure across a 30m radius, healing survivors and damaging zombies simultaneously — round out the release.
If 0.3.0 introduced the cure, 0.6.0 is the release that made it something you could actually finish.
Rethinking the First Five Minutes (0.7.0 — Starting Camp Overhaul)
The most recent release reworked how a game begins.
You place your own camp now instead of spawning into a fixed base — the first one's free and instant, but where you plant it actually matters. Each camp has 200 units of space split between shelter beds and stockpile, adjustable live: every bed you add eats into storage and vice versa. It's a real opening tradeoff — house more people, or hoard more supplies — rather than a base the game just hands you.
Plus a stack of save/load fixes so all of the above actually persists properly, including terrain regenerating correctly from a saved seed.
Where Things Stand
25 building types. Six zombie variants. Four biomes. A procedural virus system. A full capture-to-cure loop that's finally closed end to end, and a world that genuinely regenerates fresh every run.
More soon. Probably.