# BP\_Config

All -> Content -> EasyDialogueSystem -> Config.

<figure><img src="https://content.gitbook.com/content/hvnspCMmxmnA1523wXuk/blobs/AmdTjNVEqbhe662pQ4Dr/Config.jpg" alt=""><figcaption></figcaption></figure>

The BP\_Config file is used for various system settings. Let's go through all the settings. In the file, they are listed as Variables. They are located on the left (abbreviated view) and on the right (detailed view).

<figure><img src="https://content.gitbook.com/content/hvnspCMmxmnA1523wXuk/blobs/gTk6iSzeambdyrPXU4l5/Screenshot_6.jpg" alt=""><figcaption></figcaption></figure>

### General description of content:

TypewriterDelay\_Standart - sets the typing speed for standard dialogue reading. If the player does not press the skip dialogue key. (0.03 - default)

TypewriterDelay\_Fast - sets the typing speed for fast dialogue reading. If the player presses the skip dialogue key. (0.003 - default). The speed can be higher, depending on the task.

EmotionAnimMoving? - will the animation of moving the picture or video with emotion be played during the dialogue.

EmotionVideoLoop? - If a video is specified as an emotion, will it be looped or should it play once?

EmotionVideoSize - size for video emotions.

EmotionImageSize - size for image emotions.

MainCharacterInLeftPosition - which character is the player. It will always appear on the left.

BG\_CloudSpeech\_Left\_Texture - texture for the dialogue background on the left side.

BG\_CloudSpeech\_Right\_Texture - and on the right.

Interlocutor\_Name\_Left - texture for the background displaying the character's name on the left side.

Interlocutor\_Name\_Right - and on the right.

If you are not satisfied with the option with 2 textures, write to me in the Discord channel, maybe I will create a less unique template.

Oh, I almost forgot, the setting for skipping dialogues keys is located in the Edit -> Project Settings -> Input -> Bindings -> Action Mappings -> Space Key section.

That's all!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://max-silnov.gitbook.io/easy-dialogue-system/creating-and-managing-dialogue/structure/config/bp_config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
