Skip to content
Lone/coder edited this page Mar 31, 2023 · 7 revisions

Questie - Documentation

This documentation is for the experimental version of Questie. This version in currently in development state so there will be breaking changes before the final release. So proceed with care!

What is Questie?

The Questie plugin is designed to simplify the process of creating in-game quests in Godot. It provides multiple tools and features that enable game developers to seamlessly create and manage quests. These include:

  1. A comprehensive item editor and database, allowing developers to create and store all the necessary items required for the game. Items can be categorized as weapons, armors, consumables, materials, and specials, making it easier to manage them.
  2. An inventory system that is easy to extend. Developers can use this system to keep track of in-game items and manage inventory-related tasks without needing to worry about the underlying code.
  3. A quest editor that makes it easy to create quests. Developers can use this editor to craft custom quests and manage quest-related tasks such as tracking progress and setting objectives. This feature helps to speed up the development process and ensures that quests are created efficiently.

Getting Started

To begin using Questie, first download the repository from https://github.com/Firegate-Studio/Questie.git and copy the questie folder located at res://addons/questie into your addons project folder.

When you run your project for the first time, Questie will not be enabled by default. To enable it, follow these steps:

  1. Go to project->project settings->plugins
  2. Click the checkbox next to questie to enable the plugin.

If everything is set up correctly, you should see the Questie tab next to the asset library tab.

If Questie is not working as intended, you can try relaunching your application or reloading the project from project->reload project.

Inside the questie folder, you will find two resource files: quest-db.tres and item-db.tres. These files should not be modified manually. Questie provides tools to interact with these items in a faster and more efficient way, so use these tools instead of modifying the files directly.

Do not modify any files inside the questie folder for any reason. Doing so may cause you to lose your work.

Clone this wiki locally