Published: February 6th 2023, 4:33:11 am
Episode 3 of the visual novel series has just been released. This is a 3 part episode split into three videos. We start by creating the ability to read text files and then move on to parsing the lines from those files to obtain speaker data, dialogue data, and command data. With that information, we feed each line to the dialogue system to render it on screen.
Link to the episode
Part 1 - (Reading Text Files) :
Part 2 - (Dialogue Parsing):
Part 3 - (Starting Conversations):
The full set of scripts and project are attached.