QuestSystem is a minimal, powerful and modular addon for Godot 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.
- β¨ 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
- Download a copy of the addon
- Copy the
addons
folder from the downloaded file to your project directory
You can find more detailed documentation on the wiki page.
Main pages:
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).
This project is under the MIT license, see LICENSE