TechieDamien's Website

Tutorials, Tips and Fun Projects

Making a Game - Programming the Weapons System - EP 16

Video Tutorial Aims of this Tutorial Create functions for managing laser length and battery glyph.Create a weapons plan that will be shared between clients via the server.Use this weapons plan in order to make a laser appear to fire. Creating Helper Functions Managing Laser…

Making a Game - Creating Weapon System Visuals - EP 15

Video Tutorial Aims of this Tutorial Create a gun model in Blender with 2 materials and export to Godot.Modify the materials in Godot to add some detail.Make a weapons panel with a battery made in GIMP. Creating a Gun in Blender First off, we…

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…