Cutscenes

Cutscenes are scripted story sequences that deliver narrative, character dialogue, and dramatic moments. They support dialogue blocks, character movement, area transitions, and integration with missions.

Overview

Post Type: explore-cutscene

Cutscenes provide storytelling through text/voice dialogue, character interactions, music, and visual sequences. They can be triggered automatically or by player interaction.

Configuration Fields

Basic Setup

Content

Post Content: Use the WordPress block editor to add dialogue:

Audio

Character Integration

NPC Movement

Move NPC (explore-cutscene-move-npc):

Path After Cutscene (explore-path-after-cutscene):

Movement Speed (explore-speed): NPC walking speed
Time Between (explore-time-between): Pause at each path point

Area Transitions

Rewards

Mission Integration

Boss Integration

Materialization

Cutscene Flow

sequenceDiagram
    participant Player
    participant Trigger
    participant Cutscene
    participant NPC
    participant Mission

    Player->>Trigger: Enter trigger zone
    Trigger->>Cutscene: Start cutscene
    Cutscene->>NPC: Move/face player
    Cutscene->>Player: Display dialogue
    Player->>Cutscene: Advance through dialogue
    Cutscene->>Mission: Complete mission (if set)
    Cutscene->>Player: Award rewards
    Cutscene->>Player: Transport to next area (if set)

Text-to-Speech

Use the Orbem Paragraph MP3 block for voiced dialogue:

  1. Add the block in the cutscene content
  2. Enter dialogue text
  3. Character's assigned voice will narrate the text
  4. Requires Google TTS API key in Global Options

Examples

Example 1: Simple Dialogue

Title: Welcome to Village
Area: starting-village

Cutscene Trigger:
  Top: 2500
  Left: 2750
  Height: 100
  Width: 100
Trigger Type: auto

Character: village-elder
NPC Face Me: yes

Content:
  "Welcome, traveler! We've been expecting you."

Example 2: Mission Completion Cutscene

Title: Quest Complete
Area: forest-cave

Mission Complete: explore-cave

Value: 100
Value Type: point

Content:
  "You've discovered the ancient artifact!"

Next Area: village-square

Example 3: Boss Fight Trigger

Title: Boss Awakens
Area: throne-room

Cutscene Trigger:
  Top: 1500
  Left: 2500
  Height: 150
  Width: 150
Trigger Type: auto

Cutscene Boss: shadow-lord

Content:
  "You dare challenge me?"