Archives: Games

Games

NOSTALGIE

Nostalgia as a concept can be encountered in many video games and other artistic media. However, it is usually utilized to evoke positive emotions, not examined or explored philosophically. NOSTALGIE is an attempt to capture and explore a nostalgic moment from my past as honestly as possible.

NOSTALGIE was developed using Unreal Engine 5 and was released for PC on February 28th 2023. You can play it here:

 

SPOILERS

The game starts out as a simple retro platformer. However, over time, increasing background voices and the camera panning back reveal to the player that they are not playing a retro game but instead listening to a heated argument between the parents of the character actually playing the game. There is no win state and no score, players can only wait for the game to end as the shouting increases in volume.

VERWANDLUNG

VERWANDLUNG is a reinterpretation of Kafka’s novella “The Metamorphosis”. The player takes the role of Grete Samsa, looking to find out what happened to her missing brother.

The game is an attempt to capture a strong feeling of alienation and loss of identity I felt while working at a monotonous day job with no time left for art and recreation.

VERWANDLUNG was developed using Unreal Engine 5 and was released for PC on November 7th 2022. You can play it here:

SPOILERS

The main focus is the AI of the brother Gregor Samsa, who has turned into a swarm of small insects. My goal was to evoke empathy through their behavior. The insect swarm is not actively pursuing the player, but attempting to recreate the brother’s daily routines. It will move to certain spots in the house like the kitchen or Gregor’s work laptop and form a human shape for a while before moving on.

The only way to end the story is to recognize his behavior and confront him with something the siblings had been passionate about in the past.

MISBITS

Junior Game Designer

Genre Online Multiplayer Third-Person Brawler
Release 5 Mar, 2020
Platform PC
Engine
Unreal Engine 4

MISBITS  is an online multiplayer action game centered around toy heads that roll around and attach to different bodies to fight each other in various fast paced game modes.

Players compete in teams or by themselves to break each other’s toys in deathmatch, score goals in the soccer-inspired kickbrawl or fight for control over a special toy in toyhunter. Furthermore, players can explore numerous user-generated levels created via the expansive in-game level editor.

Development

When I joined the project, MISBITS  had already been in development for more than one and half years and thus the base mechanics and game modes had already been established and implemented. Consequently, my responsibilities were mainly focused on balancing, reworking and improving existing content.

During my time as a junior game designer on the project, I created a balancing system, new level designs, a general tutorial and a large number of seasonal and character-based challenges. Furthermore, I worked on a leaderboard system which was introduced into the game after its early access release.

Click here to read about my work on MISBITS  in detail:

DETAILS

Balancing

Since no balancing system for characters, skills or items had been established yet, I started my work on the project by developing a custom solution.

I started by creating spreadsheets to sort and classify all relevant data. Firstly, I listed all characters, skills and items in rows and filled the columns with the attributes relevant for balancing. Then, I constructed a formula to automatically calculate a rating representing each row’s relative gameplay value based on those numeric attributes. In simplified terms, for each row, the values of the relevant attribute columns were compared to (divided by) the best values of the entire column and the resulting quotients were added together before dividing by the number of considered attributes. Additionally, the quotients of some of the relatively more or less significant attribute columns were multiplied by a constant weight value to account for the disparity.

To classify the characters, skills and items represented by the rows, they were multiplied by 5 to achieve a scale of five tiers (by rounding down the results) representing their effectiveness in regards to competitive multiplayer gameplay. These are the established tiers:

  1. Too ineffective to be used competitively at all, needs to be buffed (red)
  2. Less effective than average (yellow)
  3. Average effectiveness, this is the ideal tier (white)
  4. More effective than average (yellow)
  5. So effective that it makes other strategies obsolete, needs to be nerfed (red)

To add more empiric information, I added a player tier column using the same five tiers based on player surveys and the relative frequencies in which players chose certain characters, skills and items over others. Finally, I implemented an Unreal Engine Blutility tool connecting the spreadsheets to all the actors and specific components implementing the balanced values.

Based on the color-coded tiers, modifications could now be made to a row’s attributes to recalculate the respective tier. The balanced values could then instantly be applied in the engine.

Level Design

Early on, I was tasked with developing new designs for existing levels which then made it into the game’s early access release.

While part of the work was focussed on assuring proper symmetry in team-based levels, some levels had to be completely reworked.  One of those levels was called Trap Arena and was set in an arena of toy building blocks riddled with traps and holes leading into deadly water. Although I wanted to preserve the trap-based theme of the level, playtests showed that players were generally frustrated with the placement and amount of traps. One of the main reasons for that frustration was the fact that the majority of the general gameplay would force players to focus the camera on things happening on a different height than the floor-based traps. Consequently, players would constantly fall down holes they were unable to see while being in conflict with other players. Thus, I started by removing all holes and most floor-based traps from the level and introducing elevated traps instead. Since the elevated traps were now a lot easier to avoid, I placed some of the more valuable items in between them to further encourage players to risk traversing those dangerous areas.

Something else that caught my attention during playtests for the deathmatch game mode was the uneven pacing. A lot of downtime was caused by players and items being spread out over a rather sizable level without any notable focal points. Getting into actual conflicts with other players oftentimes required a lot of running around the level. Thus, I added a highly elevated platform at the center of the level to not only act as a high ground but also as focal point to guide players into the action. Placing spawners for throwable grenades on the platform turned it into a defensible location that on the one hand gave players an advantage, while on the other hand making them the center of attention for other players which frequently lead to exciting duels. The main issue however was the fact that all heads, which act as the base characters in MISBITS, have a dash move that lets them jump great distances thus allowing them to reach the platform from most other locations within seconds. To compensate for this, I placed only toys on the platform that had no arms and were unable to pick up or throw grenades. Being on the high ground without any means for ranged attacks didn’t give players any real advantage. To be able to use the grenades and take advantage of the location, players had to first pick up a toy with arms. This would then require them to walk instead of dashing which made the way up to the platform slower, more risky and could lead to interesting confrontations with other players on the way.

Consequently, players would now easily find other players by moving towards a focal point visible from across the entire level.

First-Time User Experience

After the early access launch of the game one of my main responsibilities was the design and implementation of a more comprehensive tutorial based on the game and player metrics.

To improve the first-time user experience and better introduce new players to some of the game’s more unique and unusual mechanics, a dedicated tutorial level was loaded on any initial player login. On entering the level, a tutorial character would guide players via text prompts from one step to the next, each requiring players to use a new mechanic. Since our player demographics included a lot of more casual players, my idea was to start out with very basic steps and then combine the learned mechanics for more advanced techniques in the later tutorial steps. This way, players would not only have to recap moves they had learned earlier, but also have an easier time learning the more complex gameplay mechanics which were being neglected according to our metrics.

One of those advanced techniques was the act of indirectly attacking other players by kicking dangerous objects at them. Most players had been unaware that they could kick not only the soccer ball and other players but grenades or mines as well. As a consequence, a lot of highly effective items and skills remained underutilized. Thus, one of the first steps in my tutorial introduced players to the base mechanic of attaching to a toy (which would grant them the ability to kick).

After explaining how to use a toy’s skill, players were then taught how to break another player’s toy first with melee attacks and then by throwing explosive grenades at them (also introducing the concept of dealing ranged damage by using items).

Finally, players were introduced to the kick and had to recap and combine all the previous mechanics. Firstly, they had to attach to a toy, then use its skill to spawn a mine item and then kick it at their opponent from the distance.

 

Mission Design

When a challenge system was implemented to keep players engaged beyond single game sessions and sustain player retention, I was tasked with designing the numerous challenge objectives.

Challenges in MISBITS were split up into rotating daily, weekly and monthly challenges as well as introductory and event-based challenges. All of them would reward players with in-game currency for completing small objectives. Furthermore, all characters, toys and weapons had challenges attached to them to unlock new cosmetics for the respective items. Over 100 challenge objectives were required for the game’s early access release. However, I didn’t want the challenges to turn into mere busy work. Instead, I used them to encourage players to go out of their comfort zone and use more advanced techniques like defeating another player by pushing them into an environmental trap using a specific skill. To give players a change of pace, one monthly challenge even tasked them with exploring the existing levels in search for a secret hidden toy.

Here you can find more information about the game:

WHAT WE LEAVE BEHIND

Lead Designer, Project Manager, Lead Artist, Writer, Programmer, Audio Designer, Composer

Genre Roguelike / Narrative Adventure
Platform PC
Engine Unity

WHAT WE LEAVE BEHIND is a story-driven roguelike game with narrative adventure elements. The game is set in a fictional japanese city where time and space are out of balance. Thus, time only moves when the player moves and a new city is procedurally generated everytime the player dies. To escape this violent place, the player has to either sneak around enemies or fight them by combining items to create chain reactions. Furthermore, all characters have their own dialogue trees and talking to them may result in them joining the player to help and fight alongside them.

Companion Characters

Development

On this project I directed a team of three developers (two programmers and myself) while designing all aspects of the gameplay, levels and story. As lead designer I was responsible for making sure the procedural generation created interesting and balanced levels without repeated playthroughs feeling too similar. Furthermore, the most important feature of the game was the connection between story elements and the gameplay. This connection was achieved by giving each non player character unique abilities dependant on individual story progress.

Click here to read about my work on WHAT WE LEAVE BEHIND  in detail:

DETAILS

Balancing

Most of my early design work on this project was spent on developing and balancing characters and items. With the content steadily growing in size, multiple systems were needed to compare and rank the different game objects. For instance, I constructed a formula to evaluate a relative difficulty rating for (potential) enemy characters based on their numeric attributes. Since the levels were procedurally generated these values were especially important to determine appropriate spawn chances (e. g. inversely proportional to the difficulty ratings) and assign characters to specific stages:

Furthermore, this was counterchecked and iterated upon using information from frequent playtests/exhibitions:

 

Level Design

The levels were based on nodes which acted as puzzle pieces that connected seamlessly to make up procedural street layouts. My idea was to start out by using randomly selected nodes to create a main street leading from the entrance of each level to the exit and then add side streets to it until all space of the level was filled.

Level Generation

Each node contained a selection of several possible character and item layouts that assigned probability distibutions to the actual tiles of the level. Whereas procedural generation appears to allow for less control regarding the level design, setting up the possible positions and probabilities for the appearance of specific game objects is crucial for an engaging and balanced gameplay experience. This was also the part of the design which required the most playtesting to get right.

Layout Edititng Unity

Story Progression

For designing the dialogue trees and planning the progression of the non linear story I used the open-source tool Twine. Each character in the game was assigned their own tree graph which ccould manipulate their state values and affiliation. Using those Twine graphs as self contained story elements allowed for procedural combination of different storylines

 

Prototyping

Before starting the development of this project I created a paper prototype to test and experiment with the initial gameplay ideas. Luckily the tests resulted in fun and engaging gameplay and so we decided to start iterating on those ideas. Since then a lot has changed and all further prototyping was done in Unity.

Paper Prototype