📄️ Initialize Project
Download Godot
📄️ Learn About Quests
Let's learn about quests! In the bottom left of Godot you'll see the FileSystem browser. Open the res://quests/
📄️ Learn About Dialogue
In the previous guide we found the myModQuestStart quest, but now let's open the dialogue for that quest! Open
📄️ Learn About Characters & Outfits
In the project template, we have added a new outfit for Queen called "MyModOutfit". Character files are required to be
📄️ Learn About Dialogue, Again!
Okay, we have a new character and a new outfit for Queen. Let's add them to the res://dialogue/myModQuestEnd.gd
📄️ Build Your Mod
Okay, we're done. Let's build our mod!