• Register

ATC is a base building game set in a post-apocalyptic world featuring urban environments. Build a base across several layers with dozens of survivors. Fight other factions for the control of the remaining production centers and explore the world map to find critical resources and long lost technologies.

Report RSS After The Collapse 0.8.2 Major Update

A large update allowing you to dig much deeper, containing 2 new goal driven scenarios, and many more features and improvements.

Posted by on

The major 0.8.2 update has just been released. Contrary to 0.8.1 which was mostly putting the finishing touches on 0.8.0, it’s a big chunky one hinting at what I envision the game to be when we finally reach 1.0.

Also, note that After The Collapse is also on sale on Steam right now.

Without further delay, let’s dive in the new features.

Dig Deeper


This is the big new feature in this update. Definitely setting us apart from most other games in the genre. At least when coupled with other features I will explain further down.

As you might have noticed, ATC does include an underground layer. With this update, ATC is finally able to handle any amount of underground layers, within technical limitations of course. Each layer basically runs on a specific thread. Ideally, you still want to keep at least one core free for pathfinding, the sound manager, etc. But, beside that, it means that ideal performances vs layer count will very much be tied to what kind of CPU you’re using.

An entry level Ryzen with 6 cores should work ok with 4 layers total (including the surface). a 8 core CPU will happily deal with 6-7 layers. And well, if you’re a lucky bastard with a ThreadRipper, have fun playing one of the very few games specifically optimized for high core count CPU :).

It goes without saying that the time it takes to generate a map or save/load a game will be impacted by the number layers.

I do want to stress out something because it might not be obvious to most of you: moving from a dual layer system to “anything goes” was way more complicated than just tweaking a few numbers left and right. The way I was generating maps, saving and handling map data has been completely overhauled.

I’m probably not entirely done with such modifications, but it seems to work well enough for now. It was a lot of work and I do fully expect that new and fun bugs will appear as a result. We’ll have a hell of a day getting rid of them, I’m sure.

Of course, just adding more of the same would be pretty pointless. If all underground layers looked the same or had no real content beside more caverns, it would have no gameplay impact and it would all be very freaking boring. This leads to the next 2 major new features!

Procedural Map Generation


If you’ve been there from the beginning, you might have noticed that the procedural map generation hasn’t evolved much in the last year, if at all. I mean, it’s serviceable enough, but maps do get very similar to each other after only a couple games. While the code itself isn’t that bad, the way it was structured was very unwieldy and difficult to work with. And with the addition of more layers, it wasn’t an option anymore.

In practice, with only structural changes and no new “algorithm”, I have a lot more options to generate underground layers. You’ll find underground forests, rivers and lakes. Even completely alien mushroom biomes. I can spawn buildings underground (which, outside of the vault, wasn’t a thing). Mobs can spawn according to a biome: the arid biome will have a lot more scorpions than other mob, sewers have more zombies, and so on and so forth.

Likewise, building infestations (mob ambushes in buildings) can be defined at the building level. If you remember the occasional house with the spider nest, well, now the random mobs in said building will always be spiders variants.

Additionally, buildings can have multiple layers: houses can have basements, and, while it’s not there yet, I can easily generate a whole “dungeon” with 3 or more layers. Note that the above screenshot, showcasing said basements, is just from a test map, basements will not all be the same and might contain mobs in the released version.

There are still a few caveats I will fix soon enough. For instance, the surface map generator within the city itself (the outside is in a decent state tbh) is still very repetitive. It’s definitely something I will work on during this 0.8x cycle. But, right now, the main change, on the surface map proper, is that some buildings can spawn basements (with goodies, and baddies).

Goal Driven Scenarios


Coupled with all the above, scenario files got a lot more options to play with. As such, the 0.8.2 update will introduce 2 specific scenarios highlighting the new features. It’s hard to talk about it without spoiling the features, but I guess it’s fine to share the 2 first thing you’ll see when actually launching one of said scenarios:

This is the new intro text coming with some scenarios. It quickly explains what’s special or unique about them. In this case, you have to establish a base, tech up, dig down, find a path toward a military bunker while fighting off a bunch of giant spiders. It comes with a reward (a high-end tech unlocking new stuff) unique to this specific scenario.

Note that, as specified, one of the layer cannot be dug into, you’ll have to find, clear and use a specific building to access that layer. It’s a new feature of the map generator, making so that some layers cannot be pierced into and have to be accessed by existing means instead. As you can guess, it’s made so you can’t just place 3 stairs on top of each other to access the loot, skipping all the mobs in the process.

And here’s a mostly spoiler-free (and slightly outdated) screenshot of the bottom layer. It’s highlighting the new map generation pretty well. A whole biome with giant mushrooms, underground rivers, and spider themed mobs and clutter. Sure, it’s still a cavern map, but it does still look very different from the good old cavern you’re used to.

The second scenario will spawn you one layer below ground. The surface is a monster infested hell-hole where your survivors will get a massive debuff causing them to get thirsty, sick and get constant health damage. Basically, you can only access the surface for looting purpose, but can’t live on it, at all. That being said, 2 layers below you, there’s a scientific bunker. It might contain some gizmo which might help you to overcome this problem. Well… Granted you don’t get killed by the mobs. Yes, it is meant to be very difficult compared to what the game normally throws at you.

Those two scenarios in particular are highlighting features I’m planning for the 1.0 “story mode”. This will be the subject of a future devlog.

Biomes and Layouts


With the new layer system and the many new settings, the “custom game” mode is getting more options to play with, some, not all. Writing a menu able to tweak all procgen parameters for any amount of underground layers would take me ages, and at some point, it’s just easier to rely on the city map, until I get some free time to update a menu barely anyone uses. In the same spirit, the city map allows you to pick the number of underground layers you want, warns about deadly surface biomes and can highlight “unique” underground biomes.

There’s also 2 new technologies and a bunch of items associated with them. One technology is unique to the “Scorched Earth” scenario, the other one can both be found in the “Arachnophobia” scenario and in the unique biomes mentioned above.

The game includes the new following biomes:

  • Swamps (surface): grassy with patches of water everywhere. Nice location all in all.
  • Scorched (2 variants, surface): Dead, toxic, scorching heat and full of monsters
  • Several new cavern variants with or without lakes and rivers
  • A slightly more open sewer layout
  • Two unique underground mushroom biomes: one infested by spiders, the other overrun by shamblers

It also includes a variant to the “Nature & Buildings” layout, called “Forest village”. It’s not fleshed out yet, so in practice it’s a bunch of randomly placed buildings in an open area, and if the biome works with forests, then it should generally feature a lot of trees. There are a couple modifications made to existing buildings to account for their optional basement. And of course, a lot of new clutter, walls and tile types to give some identity to those new structures and biomes.

Misc. Changes and Bugfixes


As you can see, this update is mostly about making the maps and scenarios more attractive, as such, there are very few changes to the core gameplay. Still, it should be noted that the randomized loot table (those boxes in the underground) has been tweaked. It’s no longer possible to find high-end gear in those. It was breaking the early game balance/economy to get free spec-ops armors due to lucky dice rolls. On the plus side, you’ll find some on the surface, and there’s a bit more. Some high-end (intact) weapons have been marked as rare, like the rocket launcher and most assault rifles, to prevent them from appearing too often, especially early game. You’ll also be happy to know that if you start underground, your bunker’s door will automatically be locked from the start, so you don’t have to look for it for 5 minutes before unpausing the game.

And, as usual, there’s a few bug fixes, minor UI tweaks, and general improvements. Refer to the full changelog for details.

Save-game & Mod Compatibility


This version is definitely not compatible with previous save-games. I tried to put most of my save-game breaking changes in it so it doesn’t happen again too soon. Yet, I can’t make any promise in that regard due to the many large features/changes planned in the 0.8x branch.

As far as I am aware, all available mods should be compatible with this update unless they feature extra scenarios or tweak map generation in specific ways. I don’t think such mods exist at the moment.

Closing Words


While restructuring the code and writing the ability to dig further down was a bit of pain, I am very glad of the results. It will very probably cause some uncommon bugs, especially in very busy bases. While I don’t put a hard cap on the number of settlers and layers you can run at the same time, you can easily understand why the more you’re trying to push the game to its limits, the more likely are things to go wrong. It’s a good thing as it will help catch very rare/situational bugs which would have otherwise stayed (mostly) dormant. I didn’t get the time to play with all the new options, so there’s still a lot I could add regarding special buildings or tweaking settings by just adding/editing data files.

Anyway, now that I can add procedural multi-layered bunkers and goal oriented maps, it’ll soon be time to venture outside of our base (and comfort zone) to tackle the second “big goal” of the 0.8 branch. Oh, and also make the basic “general city” surface map generation less dull.

I hope you’ll enjoy this update and the new scenarios 🙂

Cheers!

Full Changelog


The full changelog can be found on the official website


Steam Store Page



MORE INFORMATION

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: