虚幻商城将于十月中旬迁移至 Fab。 了解详情。

Komodo Quest System

Komodobit Games - 代码插件 - 2024/09/06
尚未评分

Komodo Quest System is an easy to use questing framework built for both blueprints and c++, It is designed to support any type of quest, challenge, or mission.

  • 支持的平台
  • 支持的引擎版本
    5.2 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

For support or questions, join the discord: Discord Link

For Written Documentation: Google Docs

For Video Documentation: Youtube Link

Need custom code made for your project, Check out our services: https://www.komodobitgames.com/services


The Komodo Quest System is a framework for building out quests of any kind including but not limited to challenges, side missions, main story missions, procedural missions, and more. It supports using data tables, modular delegates(Event Dispatchers) that can be used in any blueprint or class with an event graph(No casting required!), quest specific progression, saving/loading of quest data/progress, and more.


All of this is wrapped up in a single node that can be accessed from anywhere and persists the data between levels and game sessions, the plugin also comes with an objective system where you can place objective markers and text in different parts of your game from actors, widgets, characters, etc. and control them easily. Objectives also integrate directly into Unreal Engines localization system.


DISCLAIMER: Reviews are not for support, if you need support please join the discord, email me on the seller page, or use the questions tab. I try to respond within 12-24 hours to all support requests.

技术细节

Features:

  • Extensible framework for creating quests of any kind including procedural quests, challenges, story missions, etc.
  • Built to be modular, you can access the system from any event graph or cpp file and use it.
  • Create delegates anywhere without needing to cast between classes.
  • Comes with an objective system that supports text for HUD and world/screen space widgets for actors with distance visibility options.
  • Supports localization for objective text.

Code Modules:

  •  UltimateQuestSystem - Runtime

 

Number of Blueprints: 18(For Demo Content)

Number of C++ Classes: 4

Network Replicated: No

Supported Development Platforms: Windows, Mac, Linux

Supported Target Build Platforms: Windows, Mac, Linux, iOS, Android

Documentation: https://docs.google.com/document/d/13WdLZYyHJFPSXK29J6vDRBejZoLEaCr7W2LZ0dsdWg8/

Important/Additional Notes: