Quest Manager
A minimalistic quest manager for Godot Engine, designed for easy quest tree creation and runtime debugging. It features customizable GUI nodes and a quest viewer for tracking progress.
https://github.com/Rubonnek/quest-managerQuest Manager for Godot
This is a minimalistic quest management system tailored for the Godot Game Engine. It simplifies the creation of quest trees using GDScript and provides a customizable interface for integrating with your game's GUI. The included quest viewer allows for easy tracking and debugging of quests during runtime.
Key Features
- Quest Tree Creation: Easily create and manage quest trees within GDScript.
- Customizable GUI: Adapt the look and feel with your own GUI nodes.
- Runtime Quest Viewer: Track and debug quests in real-time.
Getting Started
To integrate the Quest Manager into your Godot project, clone or download the repository. Copy the contents of the addons
folder into your project's addons
folder. Then, enable the 'Quest Manager Viewer' plugin in your Project Settings to start utilizing its features.