QuestSystem for Godot 4.4+
QuestSystem is a minimal, powerful and modular addon for Godot 4.4+ that simplifies the creation of custom quest, with an easy to use API, resource based quests and completely compatible with other addons with its modularity.
For the Godot 4.0-4.3 version, switch to the v1.x branch.
Features
- ✨ Easy to use API
- 🛠️ Support for custom quests
- 🗃 Completely modular and customizable singleton
- ⚖️ Fully typed API for type safety
- 🌐 Support for CSV and POT localisation
- 🗃️ Easy serialization & deserialization
- 🧪 Tested API with GDUnit4
Installing
- Download a copy of the addon
- Copy the
addons
folder from the downloaded file to your project directory
Documentation
You can find more detailed documentation on the wiki page.
Main pages:
Examples
Additionally you can find a basic example project on the quest-system-example repo, and a more advanced project on the advanced-quest-system-example (Note: This one integrates other addons with QuestSystem).
Video guides
License
This project is under the MIT license, see LICENSE