Godot (22)

This tag is for anything to with the Godot game engine

Making a Game - TLC - EP14

Video Tutorial Aims of this Tutorial Disable the 'End Turn' button until everyone has ended their turn.Add a banner to show that the turn has ended while previewing the turn.Disable the arrows while playing back the plans. Disable 'End Turn' Button This is going…

Making a Game - Adding Engine Particle Effects - EP13

Video Tutorial Aims of this Tutorial Create an engine particle effect in Godot.Place these particle effects around the spaceships.Programmatically control the particle effects based on what thrusters would be firing assuming Newtonian mechanics (roughly). Creating a Particle Effect First off, we want multiple instances…

Making a Game - Creating a Spaceship - EP12

Video Tutorial Aims of this Tutorial Create a model for a spaceship.Create materials for the spaceship.Import the model and materials from Blender into Godot. Creating a Spaceship Model This part is very subjective and down to what you want to do. But regardless of…

Making a Game - Creating a Background - EP 11

Video Tutorial Aims of this Tutorial Create a space scene in Blender.Render that scene and put into a format compatible with Godot.Import the render as a panoramic sky. Creating a space scene in Blender Firstly, we need to set up the scene. Delete all…