봄 크리에이터 세일을 시작합니다! 4월 18일 오후 10시 59분까지 엄선된 콘텐츠를 최대 70% 할인받으세요.

Fullstag Quest System

A coding framework to implement quests and custom editor tools to create quests in a node-based editor.

​세일$34.99
$24.49로그인하여 구매
  • 지원 플랫폼
  • 지원 엔진 버전
    5.1 - 5.3
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

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.

---------------------------------

Discord

---------------------------------

Tutorial videos:

Part 1 - Setup

Part 2 - Quest Editor & UI

Part 3 - Gameplay Actors

Part 4 - Quest Implementation

Part 5 - Customization

---------------------------------

Update - version 1.2

  • Deprecated: Quest Game Instance - quest manager is now handled automatically by subsystem.
  • Bug fixes.

Update - version 1.1

  • Context services - quest services can now be active context wide while the quest is in progress.
  • Variable panel for the editor - better overview of the variables in a single list.
  • Default variables - quest asset has now list of default variables that can be given initial values, set replication on/off and set editor description.
  • Additional functionality and bug fixes.

기술적 세부사항

Features:

  •  Quest editor to create and edit quests.
  •  Code framework to run quest logic in modular blueprint classes.
  •  Example UI widgets to show quest tracker and journal.

Code Modules:

  •  QuestFramework (Runtime)
  •  QuestFrameworkEditor (Editor)
  •  QuestFrameworkExtension (Runtime)

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