Soul Dier Development Progress (Mid-Sept to Late-Oct)

Author: From Steam
Date: Tue, 31 Jan 2023
Game: Soul Dier
Soul Dier Game Banner
Genre: Adventure, Indie, RPG, Strategy
Developer: Gawehold
Release Date: Thu, 19 Jan 2023
It's time for another progress update for Soul Dier! After finishing up some polishing and bug fixes for chapter 1, we can say that the gameplay for chapter 1 is finished for now! Now we are moving on to chapter 2. The majority of our effort in this period focused on working on designing levels and content for it.

Chapter 2 is divided into two main parts: The island town and the swamp.

For the town section, we originally already have most of the environment and character created, and have basic implementation for some of the elements. So we have done a lot of work redesigning, rearranging and implementing the level mechanics, and have all the levels in a playable state, but the gameplay and visuals likely still need a lot more work.

For the swamp section, we also have created the character models quite a while ago, but the environment and level designs are much rough than the town section. In these two months, we have redesigned many of the enemies and levels of the area and made prototypes for most of the planned levels.

Since most of our work focuses on creating gameplay elements. In this update, we will share a few interesting designs we found and talk a bit more about our process when designing our levels.

Our Demo is on steam!




Before reading this, if you still have not played our demo (previously on Itch.io), be sure to check it out, it is free on Steam!

Player Characters




With us entering a new chapter, two new companions that did not appear in the demo will join Curtain and his friends in their journey! Currently, both of them are still unnamed even though their story and gameplay are mostly complete.


Just doubling the skill effect turns out to be a fun way to provide skill upgrades! For example, Coral's Life Harmonics deals high damage to a single nearby enemy and heals herself for some amount. This upgrade made it so that it will hit a second target at close range when the skill is used.

A new round of upgrades will also be available to our players, each character will have a set of three upgrades to choose from. So we have to design and implement a new set of upgrades for each character. One goal that we wish to achieve is to make sure that all upgrades should feel substantial and exciting. This is why we prefer to provide upgrade that adds unique effects to skills, instead of providing plain number increase like damage or health.

Redesigning The Island Town Levels




The central plaza of the island town. Also shown are a new set of obstacles that we have created to fit the medieval town theme.

For the first half of the chapter, Curtain and his friends travelled to the isolated Island town in search of the library that Owl mentioned being the key to restoring Curtain's memory.


Some basics enemies in the town section: Spearmen and Musketeers.

One mechanical theme of the town portion of chapter 2 is centered around enemies that are weak but numerous, combined with unique elite enemies with more complex mechanics.


The execution ability deals heavy damage to a character and makes them unable to act during their turn. A teammate needs to spend their turn assisting the downed character for them to get up again.

This prison level is one example of such a design. The level centers around an unique enemy: the executioner. The executioner is a tanky and dangerous enemy that deals massive damage at close range. Therefore, the player must navigate the cluttered environment to defeat the weaker musketeers and mortar enemies in the backline while evading the executioners and staying close enough to assist each other as needed. I think this kind of design, where the player has to manage multiple threats simultaneously, can lead to some fairly dynamic and challenging gameplay.

While we want to make sure our enemy designs are interesting and interactive, sometimes our initial design feels a bit too overwhelming, and needs to be simplified.



One such case is the paladin enemies in this corridor level. The paladin enemy attacks by charging up their lance attack, before launching forwarding the next turn in the direction it faces. Being hit by their attacks also apply a status effect that deals damage for each tile the character move during their turn. Therefore the player needs to consider their movement and position quite carefully to avoid being hit by and lance attack, but do not move more than what is needed.



Originally we have an additional ability that allows the paladins to turn into an invulnerable statue when defeated, allowing it returns to battle after three turns unless all other paladins are already defeated. Players need to spread their damage evenly and defeat all paladins at around the same time in order to win the level. However, in the current iteration, we feel that there may be few too many new mechanics for the player to handle at once. It may also lead to the battle dragging on for a bit too long, so we are considering removing this ability.

Prototyping for the Swamp


While we are working on the design of the first half of chapter two, we are simultaneously prototyping for the second half of Chapter 2 which takes place in a swamp near the Island.

The swamp area was originally intended to be quite short. While designing the area, we feel that the enemies and level mechanics have some potential. So for now, we plan to expand it to have a few more levels.


To help with quickly prototyping levels, we have made some tools for us to automatically generate a terrain mesh and put down the bushes meshes just by editing the tile layout.

The focus of the swamp levels is environmental elements. For example, we have swamp tile that slows movement through it, exotic mushrooms that release spores with various effect when destroyed and bushes that conceal characters hiding in them.



While implementing these level mechanics, the bushes turned out to be much more complicated to code than we expected. The high bush makes characters staying in them invisible unless they attacks, got attacked or an enemy entered the same bush.

Since when we initially designed our game for all sides (human and computer) to have perfect information, it took some work to make the AI act reasonably without cheating, having proper timing to reveal or hide enemies in bushes during animations, or allowing players to undo their movement after information have been revealed, etc...


Some basic enemies in the swamp area: Scout and Thief.

For enemies design, we also want to allow them to synergize with the environments. For example, the scout enemies are able to dive underwater when attacked, making future attacks more likely to miss. Another enemy, the thief, is able to stay hidden while attacking from a bush, making it a target that the player has to actively hunt down.


Some more enemies in the swamp area: Shaman and Reaper.

Previously, when making chapter 1 and the town section of chapter 2, very often we would make all the locations and scenes before we implement the gameplay. This lead to us sometimes feeling constrained, since it is much more costly to change the level layout. The level design always has to fit the scenes we have created.


One idea we have tried is a battle where rapidly growing vines block the player's path. We might end up scrapping this idea though.

We have changed our approach for the swamp section. Since we have not yet created the scenes, we could quickly test out different ideas to see what works and what doesn't before we settle on an idea and level layout. We would test in an environment that looks much more barebone, as long as it has enough visual clarity for us to playtest. This way we can test out different concepts quickly, and would waste less time working on detailed visuals for levels that may end up being discarded.

What's Next


For both sections of chapter 2, there are still a few more levels that we need to implement or prototype. After that, we would likely still need to do more rounds of testing and tweaking to tighten up the gameplay. We also still need to create the scenes and environments for the swamp levels, as well as adding any visual effects, icons and sound effects that we might need. Chapter 2 would probably remain our focus for the next few months. Stay tuned, and join our discord to be notified of any upcoming news!

Write your comment!