跳到主要内容

MythicHUD Spoken Dialogue Cinematic

Multi-segment cinematic that displays dialogue text through MythicHUD popups. Each segment has independent text, typing duration, and display duration.

Configuration

mythichud_spoken_dialogue_cinematicMap

Configuration for this cinematic.

Properties

speaker

"> The speaker for the dialogue. popupId

"> MythicHUD popup ID to use. typingSound

"> Sound played at each typing step within a segment. customVariables

"> Additional variables passed as extra arguments. segments

" required> The dialogue segments. Each segment has:

  • startFrame / endFrame: frame range
  • text: the dialogue text (supports MiniMessage + PAPI)
  • typingDuration: how long the typing animation lasts
  • displayDuration: how long the full text stays visible

Usage

Each segment is displayed from startFrame to endFrame. During the typing phase, the text progressively appears. Once typing completes, the full text stays visible for displayDuration. The popup hides between segments with no active text.