textdisplay_player_spoken
Type: misc entry
Exact entry ID: textdisplay_player_spoken
Role
This TypeWriter entry is registered in code with the exact display name Player spoken dialogue with Text Display (relative position).
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
startTriggers | List<Ref<TriggerableEntry>> | Triggers to fire when this dialogue starts. |
endTriggers | List<Ref<TriggerableEntry>> | Triggers to fire when this dialogue ends. |
duration | Var<Duration> | The duration it takes to type out the message. |
sound | Var<Sound> | The sound to play when the dialogue starts |
offsetX | Var<Double> | Right offset relative to the player (positive = right). |
offsetY | Var<Double> | Up offset relative to the player (positive = up). |
offsetZ | Var<Double> | Forward offset relative to the player (positive = forward). |
scale | Var<Double> | Scale of the text display |
backgroundColor | Var<Color> | Background color for the text display |
textOpacity | Var<Double> | Text opacity (0.0 to 1.0) |
viewRange | Var<Double> | Maximum view distance for the text display |
billboard | Var<Boolean> | Whether the text should face the player |
showBackground | Var<Boolean> | Whether to show a background behind the text |
speakerBackgroundColor | Var<Color> | Background color for speaker name display |
textBackgroundColor | Var<Color> | Background color for main text display |
instructionBackgroundColor | Var<Color> | Background color for instruction text display |
showInstructionBackground | Var<Boolean> | Whether to show background behind instruction text |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If textdisplay_player_spoken is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-TextDisplayDialogueExtension | TextDisplayPlayerSpokenEntry.kt |