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_cinematic — Map
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 rangetext: the dialogue text (supports MiniMessage + PAPI)typingDuration: how long the typing animation lastsdisplayDuration: 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.