🌐System
All -> Content -> EasyDialogueSystem -> System.
In the folder lies the code that makes the system work. If you are not a programmer, or do not know how the code works, please do not change anything in this folder.
Additional information is for those who know why and how to work with the code.

In the "System" folder you can find:
Folders: Images.
Files: ENUM_Category, INT_BP_Config, MP_GAD, MP_GAD_Video, ST_Answer, ST_AnswersBlock, ST_Character, ST_CharacterData, ST_Dialog, ST_UsualTextBlock
General description of the contents:
System files with code.
ENUM_Category - used to select from Text and Buttons specified in the dialog string.
INT_BP_Config - interface for the Config component, only with this interface will the configuration file work.
MP_GAD and MP_GAD_Video - regular media used for video playback.
ST_Answer, ST_AnswersBlock - structures that store data for answers.
ST_Character, ST_CharacterData - structures for connecting and converting other data into the Character column.
ST_Dialog - the basis for dialog strings, if you want to add or change something, you can do it here and the result will be visible in the Dialog DataTable.
ST_UsualTextBlock - the foundation for displaying regular text.
If you have questions directly related to changing data structures or categories, you can write to Discord and I will try to explain everything to you!
Last updated