
The algorithms to produce this type of result are generally known as “Shape Clipping”.

DOOM 4 MAP EDITOR SERIES
Each map is composed of a series of two dimensional polygons, called Sectors, and each Sector represents a room with a floor height, a ceiling height, and an arbitrary amount of walls. Every Doom map could be played top-down, as there are no overlapping floors (bridges, underground tunnels, etc.). A few basics to get started…įor those who are unfamiliar, Doom is actually a 2D game basically extruded upwards to give the illusion of being 3D. I then got started by figuring out the best way to accomplish this. Instead, we decided to develop a Doom-style level editor in Unity, since we were already using it at work together and were familiar with the platform. Pat suggested we might be able to use the Doom engine to accomplish this, since it is open source, though its features proved to be limited. We thought it might be interesting to apply the same Dark Souls level design principles to a first person shooter - think, a giant labyrinthian Doom level where you are moving from bonfire to bonfire, with limited healing and ammo in between, leveling up your weapons and gear in order to progress. There have been about a million indie clones of Dark Souls (although, there weren’t as many when we started our project), but they have all stuck to the same basic formula of either 3rd person or 2D side scrolling melee-based combat. Having to manage limited resources in order to progress.ĭark theming and sometimes intense levels of difficulty. Winding, non-linear levels that loop back on themselves.

Classic shooters like Doom and Dark Souls actually share a lot of common design themes: chapter 1: doom soulsīack in 2015, my coworker Pat and I were discussing game ideas, and we thought it might be fun to do a game in the style of Doom and with progression like Dark Souls. This may seem like a random project, so let me provide a little bit of history and more context by starting at the beginning. For the past year, while stuck at home, my quarantine project has been developing a standalone Doom-style level editor in Unity, using the new ECS architecture.
