A coding framework to implement quests and custom editor tools to create quests in a node-based editor.
The framework is used to implement a quest system for your game. It provides a highly customizable framework library to drive quest logic in a non-linear node tree. Quests are created in a custom editor, where you can control the quest flow and set up objectives.
The system is designed with modularity in mind, so it can easily be customized to fit your needs without modifying the plugin itself. Instead, you create new services, events, and conditions as blueprints to extend it so you won't be restricted to any particular pre-made features.
The system is fully replicated, and it supports each player having their own quest lists but also quests that are shared with the players.
---------------------------------
Tutorial videos:
---------------------------------
Update - version 1.1
Features:
Code Modules:
Number of Blueprints: 7
Number of C++ Classes: 98
Network Replicated: Yes
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows (others not tested)
Documentation: Quest Framework PDF Documentation