TechieDamien's Website

Tutorials, Tips and Fun Projects

Damien

Damien (26)

Damien is the owner of this website and a big fan of technology and open source software!

Making a Game - Using the Music - EP 27

Video Tutorial Aims of this Tutorial Import the music into Godot.Set up the audio server in Godot for centralised music.Programmatically change the music that is playing. Importing the Music This part is fairly straight forward. First you need to go into your DAW (eg…

Making a Game - Finishing the Music - EP 26

Video Tutorial Aims of this Tutorial Finish up the music.Learn some basic music theory (text tutorial only). How to make music sound good There are multiple components about how to make music sound good and what to consider when composing. There are the basics,…

Making a Game - Making Music - EP 25

Video Tutorial Aims of this Tutorial Fix a bug that I promised to fix months ago (sorry!).Learn the ropes of music production with free and open source software.Make a start on creating the combat music for the game. Fixing the bug The bug I…

Making a Game - Bug Fixes and Server Build - EP 24

Video Tutorial Aims of this Tutorial Show the current health and energy on GUI.Fix the laser length bug.Make a build that can run on a server. Showing Health and Energy One thing that we failed to do was to transfer the final energy to…

Making a Game - Resetting the Game - EP 23

Video Tutorial Aims of this Tutorial Ask all players whether they want a rematch or not.If they all do, reset the game with all the players still in the game.If they do not, reset the clients to the lobby and have the server ready…