Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Quest System Lite
Track quests, objectives and rewards. Max 8 active quests. Upgrade to PRO for unlimited quests, quest chains, branching, prerequisites and save/load.
Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 hours ago
Git URL
Issue URL
Quest System Lite — Godot 4
Track quests, objectives and rewards in Godot 4. Zero boilerplate.
Features (Lite — Free)
- Up to 8 active quests
- define() / start() / advance() / fail() / reset()
- Multi-objective quests with progress tracking
- Signals: quest_started, quest_completed, quest_failed, objective_updated
- completed_quests() / active_quests()
Upgrade to PRO ($5.99)
- Unlimited quests
- Quest chains and prerequisites
- Branching objectives
- Save/Load serialization
- chain_completed signal
Quick Start
QuestSystem.define("q_main", "Main Quest", "Defeat the boss",
[{"id":"kill_boss","required":1}, {"id":"collect_orbs","required":3}])
QuestSystem.start("q_main")
QuestSystem.advance("q_main", "kill_boss", 1)
QuestSystem.advance("q_main", "collect_orbs", 3)
# => quest_completed emitted
License
MIT
Track quests, objectives and rewards. Max 8 active quests. Upgrade to PRO for unlimited quests, quest chains, branching, prerequisites and save/load.
Reviews
Quick Information
Quest System Lite
Track quests, objectives and rewards. Max 8 active quests. Upgrade to PRO for unlimited quests, quest chains, branching, prerequisites and save/load.
Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
7 hours ago
Git URL
Issue URL