💬
Easy Dialogue System
  • 🥰What is Easy Dialogue System?
  • Creating and managing dialogue
    • 🗃️Structure
      • 🎲Answers
      • ☑️Config
        • 🟦Font Style
        • 🟦BP_Config
      • 🗣️Dialogs
        • 🟦Depth_1
      • 😉Emotions
      • 🎸Sounds
      • 🌐System
      • 📜BP_Dialog
      • ✨UI Dialog
        • ✨Designer block
        • ✨Graph block
    • ⚒️Creating a dialogue
      • ⚒️Creating a "Data Table" with a dialog
      • ⚒️How to submit a dialogue to the system?
      • ⚒️Forcefully end the dialogue
    • 🆘Support
Powered by GitBook
On this page
  • In the "System" folder you can find:
  • General description of the contents:
  1. Creating and managing dialogue
  2. Structure

System

PreviousSoundsNextBP_Dialog

Last updated 1 year ago

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 and I will try to explain everything to you!

🗃️
🌐
Discord