Message archives: Difference between revisions
Jump to navigation
Jump to search
clarify that EventFlowMsg is only used for non-Demo event flows and add some links
imported>BravelyPeculiar No edit summary |
imported>Leoetlino (clarify that EventFlowMsg is only used for non-Demo event flows and add some links) |
||
Line 8: | Line 8: | ||
Contains text used in cutscenes. | Contains text used in cutscenes. | ||
=== EventFlowMsg === | === EventFlowMsg === | ||
Contains text used in | Contains text used in [[event flow]]s, such as NPC dialogue. Text for [[Demo]]s (cutscenes) is however located in DemoMsg rather than EventFlowMsg. | ||
=== LayoutMsg === | === LayoutMsg === | ||
Contains standard text used in the game's | Contains standard text used in the game's [[UI]], HUD, and menus. | ||
=== QuestMsg === | === QuestMsg === | ||
Contains quest-related text, including quest logs and NPC dialogue. | Contains quest-related text, including quest logs and NPC dialogue. | ||
Line 18: | Line 18: | ||
Contains hint messages displayed on loading screens. | Contains hint messages displayed on loading screens. | ||
=== StaticMsg === | === StaticMsg === | ||
Contains various miscellaneous text. | Contains various miscellaneous text, in particular all location names and dungeon names. |