Duplicate and rename the template folders and files #599
jgbourque
announced in
Intro & Outro
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why this task matters
Duplicating the original template creates a separate, safe space for your custom StoryQuest work. This keeps your changes organized and prevents you from accidentally modifying the original base game that everyone shares.
Steps
git switch -c rename-template-to-stella
. (Replacestella
with your StoryQuest folder name!)res://scenes/quests/story_quests/template/
(click on scenes > quests > story_quests > template to get there).template
and choose Duplicate. This will create a full copy of the entire StoryQuest template. From now on, ignore the template folder (but do NOT delete it!).stella
. Use all lowercase letters and avoid spaces or special characters.0_template_intro
andtemplate_stealth.tscn
. Replace all instances of the word template with a name that represents your StoryQuest. Like this:0_template_intro
→0_stella_intro
andtemplate_stealth.tscn
→stella_stealth.tscn
. (Use your StoryQuest name, not "stella"!)quest.tres
. This file name needs to be left as is.git status git add scenes/quests/story_quests/stella git commit -m "Duplicate template and rename to stella" git push --set-upstream origin rename-template-to-stella
Click Compare & pull request
If the options appear like this and it says

base repository: endlessm/threadbare
, you need to change it to your repository. In the example image, that would beGame-Lab-4-0-UTP-Group-9-Team-06
It should look like this after the change:

write a clear title and description, then click Create pull request.
✅ Done! You now have your own personalized copy of the StoryQuest template safely committed and visible on GitHub.
Video
Beta Was this translation helpful? Give feedback.
All reactions