• Register

Insurmountable is an adventure roguelike with permadeath, in which the player has to overcome huge deadly mountains. Fight against cold snowstorms, deadly animals and unknowns consequenses. Every of your decisions matter....every single one. Because anyone could be your last.

Post news Report RSS The awesomeness of randomness | Insurmountable DEVBLOG #13

Happy New Year. I hope you had a good start into the new year. This is our first Dev Blog in 2022, today we focus on the Random Map Generation.

Posted by on

Happy New Year. I hope you had a good start into the new year.

This is our first Dev Blog in 2022, today we focus on the Random Map Generation.

Let’s get into it!

Dev Blog 13

The random map generation in Insurmountable so far has been that the mountains the player moves on are partly handcrafted and partly randomly generated.

First, let's look at the handcrafted mountains.

Structure of a mountain, the highlighted sector is an area

Handcrafted Mountains are made of a chain of different areas. In the picture above you can see the structure of a mountain. The highlighted sector is an area.Small decoration objects and bigger chunks are randomly generated at every game start.But these chunks have also small handcrafted areas within the bigger areas like in these two pictures.

Structure of an area with free path and blocker markings (colored fields) and 3 chunk slots

a fix Chunk Slot

The advantage of these handcrafted mountains is simple: We can guide the player as we want and have much more control over the level design without losing the ability of random generation.

Disadvantage is the amount of work to create all the areas and different chunks, and for a small team like us it is not possible to create enough content in a short time. They have different gameplay, a more epic look and a lot of love and details inside.

Now let’s talk about the random mountains. The experience from creating handcrafted mountains came in handy when switching to complete randomness. With this type of generation, we can create an almost endless number of mountains. The difference to the handcrafted mountains and the combination of smaller random areas are that we now use a whole map for each level, which is created only by parameters and will change with every build. These two Pictures are the same mountain which built two times differently.

Bild4 1



Bild4 2

We still use chunks, but instead of building a lot of different ones, we now use a small amount which also have randomness in height and surface settings.

 a random Chunk

We create the different values for the height, shape, object distribution, surface distribution and the event placing by using a set of noise maps.

Those maps are new generated, when a new Map is loaded. The values for each noise map can be set by the mission type, so the mission itself can set the difficulty for each map.

Surface

(Surface)

Roughness

(Roughness)

Blocker decoration

(Blocker decoration)

POI distribution

(POI distribution)

But this comes with some disadvantages. The Players guidance us now reduced. It is less obvious where is the best way to the top. It can happen that an initially good path to the top turns out to be a dead end. Random mountains are more challenging than the handcrafted ones. At the end of the game, it is not that much a problem but in the early stages, we want a smooth increase of the difficulty.

If you want to support us and be part of the community feel free to follow us on Twitter or join our Discord. There you can also send us your ideas, suggestions and wishes for the game or discuss these ideas with the other members.

We hope you can overcome the insurmountable in your life. Have a nice day!

Post a comment

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