
Create a dialog box for your game that displays a line of dialogue to the player.
Display longer sequences of dialogue from a single speaker without closing the dialog box, complete with animated typing at variable speeds and letting the player skip the typing animation.
Synchronize dialogue with other game scene objects through the use of an event manager.
Apply the composite pattern to make anything in your game intractable with a button press.
Creating branching dialogue trees by connecting signals to a match statement.
Use progress flags, allowing the player to progress through your game using the event system.
Add camera angles, panning, and track movements to turn dialogue into cut-scenes.
Animate characters during interaction and dialogue events.
Move characters around the scene during events using markers and simple stage directions telling them to walk or run.
Make event scripts easier to write & edit, standardize common functions and nest events inside each other.
Welcome to my course on Dialogue and Event Systems in Godot!
This course is a continuation of Game Development Essentials in Godot, but can be followed and applied to any project that involves a character that the player can control to interact with NPCs or objects by pressing a button and displaying dialogue. You're welcome to join our discord server to work on this course alongside your peers. In this course, we will cover the creation of dialog boxes, events & interactions, then tie them together with progress flags, camera controls, and character animations.
When you're done, you'll have a comprehensive dialogue and event system for your game that can be used to produce high quality cutscenes and complex branching narratives that react to player's choices and allow them to progress through the game. You'll also learn useful skills for working with the Godot game engine; organizing and designing your projects to be more scalable. You will be learning how to code with GD script, with everything explained in detail. We will apply object oriented design principles in our scripts; Inheritance, Encapsulation, and Abstraction, alongside other software engineering design patterns like the Singleton and Composite Pattern, to keep them organized, customizable, and reusable for a project of any size.
All of the project files are also available on GitHub if you need to review the project as it was after completing each lesson. These videos were recorded using Godot version 4.2.2. The project starts with assets from KayKit's Character & Dungeon Remastered Packs made by Kay Lousberg, and Basic GUI Bundle made by Penzilla. All are available to download for free on itch.