[Game Dev] CV Beaumont Engine - Dialogue Tests (Patreon)
Content
I've been working on a dialogue system over the last few day. It's quite complex, containing well over 500-600 lines of unique code. Because of the way it was initially designed, it does make it harder to make some adjustments - like visual effects with the text box to make it a bit easier on the eyes (like with smooth textbox transitions between speakers).
Games have wider screen spaces than they used to, so I'm not really sure if the current proportions will be good enough. Most modern games do prefer thinner text boxes, but there are a lot of things to consider with the technical design and placement of things.
GameMaker typically only draws the full text line instead of like a typewriter - so I have to do a bunch of complex stuff to make it do that and move everything based on various bits of information, like which side the speaker is on. That's largely why it's harder to edit now.
The video showcases the current features, though it uses temporary character sprites from Megaman Zero in place of our own characters for now.
Don't forget to eat & sleep.