QuestSystem is a simple addon for Godot 4 that simplifies the creation of custom quests.
- โจ Easy to use API
- ๐ ๏ธ Support for custom quests
- ๐ 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