top of page
  • Writer's pictureZac Walton

Week 05: More Prototyping

Updated: May 19, 2019

Since I have a selecction of player mechanics blocked out, I have continued to develop the game systems that I will need to make the game. I managed to create an elemental system with week that works both for switches (electric gates, etc.) and also enemy weaknesses (by checking for the element and multiplying by a factor). I used custom damage classes for this and upon recieving damage from the player, the enemy/switch checks for this damage type and reacts acordingly. This could also be used to influence AI, as enemies could be more aggressive if they are immune to the player's beam for example, or more precautious if their weakness has been triggered (which could be done with behaviour trees).




Since I forgot to include some examples of the Blueprints so far, I have included a selection of mechanics I have made so far:


Basic Character Switch

Simple Respawn System


I have tried to avoid using tick where possible, however, I needed to update the particle beam as fequently as possible to smooth out its movement. Further investigation will be required.

Brute Melee System

Superjump system. I intend to add camera shake that increases in intensity the longer the jump button is held. This would indicate how high the player will jump at any moment.



I have used variables as much as possible so that simple abilities can be changed on the fly to create new characters. My aim is for all the systems to be highly customisable to reduce the amount of manual changes that need to be made. Because I am a team of one, this will be highly efficient as it means I can add a host of unique characters very quickly by changing their ability values and various body meshes. This is how I streamlined the production of my LittleBigPlanet level that inspires this game, which in turn was created by analysing the character modularity within the lego games.

3 views0 comments

Recent Posts

See All
bottom of page