Game
Sons of the Void
8 years ago

Devlog 7


Game flow, Luigi

It was time we had some flow within the game, so I’ve been creating the menu screens we’ll encounter through the gameplay demo:

5d0b446a1d832.gif
  • Start Screen

  • Character Selection

  • Loading Screen

  • Pause Screen

  • End Screen

I’ve also added some Resume, Restart and Quit Game functionalities and have created the character selection system, although we only have one for now, but it’s already set up so that it’s veeeeery easy to add new characters to this selection screen just by adding their graphic assets and they automatically become selectable characters.

I’ve also been adapting our main UI so it scales nicely with different resolutions.

16:9 aspect ratio

5d0b446bd84e1.png

4:3 aspect ratio

5d0b446f3c0f5.png

And finally, I’ve implemented some weapon caché functionality! I already had the pickable weapon behaviour done previously, so all I had to do was to create some code to wrap it.

5d0b447073241.gif

Enemies code design, Alberto

I completely changed how enemies work internally. At first they had a MonoBehaviour attached to the GameObject but the problem was that C# does not provide multiple inheritance, thus I had to write the same code every time a new enemy was created (plus changing common code in one class could cause some buggy code).
So I decided to think about a new implementation and this what I came up with:

EnemyBase: shared enemy code and methods that can be overridden and reimplemented if needed. It loads all the enemy data via XML.
E_XXX: Inherits from EnemyBase. XXX is the name of a specific enemy. This is where the specific code goes.
EnemyMono: It works attached to the enemy gameobject and it calls all the EnemyBase and E_XXX code.

Also this is helping me with the making of an Enemy Editor. It will make our life easier when changing enemy data and animations.

5d0b4486ea834.jpg

BTW I’m also working on a new update for our last released game Clicker Pirates.

Props & first room, Julio

This week I have implemented all the props Dani did for the game. Each prop ( stage assets, can be interactive or decorative only) must have a collision mesh so the player can’t pass through it, a script that manages its layer index based on its “Y” position and finally their respective particle systems or lights if needed.

5d0b44893fe57.jpg

After finishing more than 20 of these props, I have made the first real room (with props, lighting, particle systems, scripts, spawn points for enemies, …) although it may seem a simple task of painting tiles and placing objects, the truth is that it’s a rather slow and laborious process because of layers orders and a lot of details that you have to keep in mind, all of this without getting into the game design of the room yet…

Traps & chest, Dani

At last I’ve had some fun making the traps for Fungi Ruins. Here there are the better ideas and sketches, and the process of the ‘’high spitter”

5d0b448a5afbf.png
5d0b448d538b5.png

In addition to the weapons I always do, this time I had to finish one of the weapons chest for them.

5d0b4490373ad.png

As well I thought that the plasma revolver -which is the basic gun of The Balance- needed an urgent rework.

Moreover, it was time to prepare the Halloween update for Clicker Pirates ;)



0 comments

Loading...

Next up

Brrr! It's a bit chilly today!

Devlog 12

We're LIVE on KICKSTARTER! Hello everyone! We’re out right now on Kickstarter! Please, support if you like it! https://www.kickstarter.com/projects/grogshot/sons-of-the-void-s…

Devlog 11

Devlog 13 - Great news!

Our third Son of the Void is here! Meet The Spike!

First enemy animations and skins So we are now testing some of the basic animations and skins for a basic enemy that will apear in the game. All of them are made with Spine :)

We have a brand new logo!

New distortion shader in the works!

We're launching our Kickstarter on May 10th!!! We’ve settled the date on May 10th! It’s coming really soon! We’re looking for support on our Thunderclap Campaign [ https://www.thunderclap.it/projects/56359-sons-of-the-void-kicks… ]!