Dialogue System

Name: Dialogue System
Documentation: https://popthosepringles.github.io/Core-Dialogue-System-Docs/
Video Preview: https://www.youtube.com/watch?v=31H9gU-kPzY

The Dialogue System will allow you to create conversations between characters and players with ease. It is beginner friendly, but also packs some powerful features for the more experienced creator. It comes with various examples of the features so you can get up and running quickly.

This system was built with 3 main goals.

Beginner Friendly

I wanted beginners to be able to get a conversation with player choices up and runnng quickly.

This system can be used without Lua knowledge, and doesn't require you to open up Lua Scripts to write your own conversation branches.

Advanced Features

Advanced features for those with Lua knowledge so they can immerse the player into a conversation.

This means the same character can provide different conversation branches and choices for the player to explore based on player actions in game. This is a great way to add more depth to the characters.

Customisation

The system comes with a few different themes that can be swapped out in editor and runtime.

The system allows for easy customisation of the dialogues and player choices so you can make the dialogues unique for your game.

2 Likes

Looks awesome, I'm going to mess with this tonight.

This is an excellent system and tutorial. Haven't quite finished the course but looking forward to implementing other features and learning more. Thank you so much.

1 Like