Official development blog

Tag Archives: World

Maps Between Maps, and DSFs

I’ve described a few times (most recently when introducing Cargo Convoys) how Cogmind’s world is divided into two primary types of maps: main areas and branches. There is technically a third category serving special purposes, one that after many years is once again growing as part of Beta 11. This other category is what I […]

Posted in Design | Also tagged , , , | 2 Responses

Weaving Narratives into Procedural Worlds, Part 3: Methods

With Part 1 (Value) and Part 2 (Characteristics) of this series as a background, it’s time to examine the variety of methods Cogmind uses to achieve those goals, which are important considerations every step of the way. This is also what is meant by “weaving,” because there are quite a few individual components working together […]

Posted in Dev Series: Story in Roguelikes | Also tagged , , , , , , , , | 6 Responses

Generating and Populating Caves

Before this point, the vast majority of Cogmind maps have fallen under the room-and-corridor style generation. The wide range of adjustable parameters, when combined with a variety of themed content (and prefabs!), give that one style plenty of potential to create a unique feel and gameplay for different areas of the world. That said, roguelikes […]

Posted in Design, Dev Series: Procedural Maps | Also tagged , , , , , | Leave a comment

Garrisons

Last time we looked at what happens when you use the Unlock hack on a Garrison Access machine. Now about that rabbit hole… SPOILER WARNING: This post is going to be absolutely full of spoilers. There are so many details to the implementation of this feature that tip-toeing around them would be annoying and not […]

Posted in Mechanics | Also tagged , , , , | Leave a comment

Map Composition

Much of the “living dungeon” concept described previously applies to the main complex, and some branches. Roguelikes of significant scope tend to use a combination of map generation techniques, necessary to fill the game world with unique maps appropriate for their respective areas. Different map types are also likely to require different algorithms to populate […]

Posted in Design | Also tagged , , , , , , | 6 Responses