Skip to main content
The BetterHud Spoken Dialogue Cinematic is a cinematic track that displays an animated message using BetterHud popups.

Configuration

speaker
String
The name of the character speaking.
popupId
String
required
The BetterHud popup ID to use for displaying the dialogue.
customVariables
Map<String, String>
Custom variables to pass to the popup.
segments
List<DialogueSegment>
The dialogue segments (text and duration) to display in sequence.
cinematic:
  type: betterhud_spoken_dialogue_cinematic
  popupId: "cinematic_subs"
  speaker: "Narrator"
  segments:
    - text: "In the beginning..."
      duration: 60
    - text: "There was only code."
      duration: 60