Very simple, yet super useful, feature, now you can directly choose what to interact with when surrounded by multiple options. Don't ask what happens if you have more than 26 things nearby...
This is a tutorial for Godot 3 I used to make part of my dialogue manager. It gives me animal crossing like SFX and the ability to have short pauses.
This is another tutorial for Godot 3 that comprises the other bit of my system. I cobbled together a few more features using my poor understanding of the documentation. I believe the author of this video has a more advanced JSON dialogue setup that might fit what you're looking for.
My system boils down to a state machine where each line in a dialogue is a unique state. The JSON file signifies all the states in a scene and alongside what should be said I can define other things I want to happen when a line is played, The most I've done with this is change an emote image or display additional text but I plan to base my cutscenes around it too. But instead of changing an image I might call for the camera to move, the game to fade to black, or for an NPC or Some other game object to play an animation. It's a bit messy right now but I've come to realize a lot of game programming is just a state machine in different contexts.
I wouldn't be scared of making a brute-force attempt either. Iterating is part of the creative process and even if it ends in failure you'll learn something new even if that's how not to do something.
Anyone know any good tutorials on creating dialogue/cutscene systems for RPGs? Preferably Godot but if there’s other ones with easily applicable universal principles that would work too. This is something that I feel like has lots of different approaches and I wouldn’t want to just brute force a really cluttered system for it.
So uh scroll bars and the scroll container node suck. I just kinda hate them. This is probably the first time I got them to work the way I wanted lol. I also got it to do this which I think was pretty cool:
So until this point, you could only play as Alice. But now you can play as the other six! Still need to work on their field abilities haha. I want one of them to do a ground pound move, but the animation I cooked up looks pretty bad... most of my animations look pretty bad tbh...
Wishlist -> as if I would give you the link to this game's Steam page that easily.
hmm, you really thought I would hide it here? Wouldn't that be way too simple...?
1404
Made this invisible trigger to move the camera around. All it does is tell my camera to focus on a new position and has settings to create a new focus point between the player and a defined position around the trigger. The transition could use some work tho haha.
was this necessary to add right now, no was this easy to add and another means of attaining validation and visible progress... yes
Enemy design is delightful, but it's better if I come up with a story first... did you know writing is hard? I literally have to learn everything when it comes to this and it's nuts that some of it was actually taught in school but I didn't listen.
It's really fast but it might be due to how empty these testing levels are and not how well I coded it lol. I sorta want to edit the shader I'm using to do a radial wipe but glsl is the enemy of mankind.
Is water wet?
Yes
A blog for a game about a rather peculiar exam. Made in Godot Engine!
200 posts