XDI verson 1.3.6 (for F4SE 0.6.20 and Fallout 1.10.163)
Original mod by registrator2000: https://www.nexusmods.com/fallout4/mods/27216

This is a modified version that supports a new option named bShowOriginalPrompt (disabled by default).

Built using Visual Studio 2017 Community Edition + F4SE v0.6.20 + the XDI source code commit 3bfc141a20a0f9162c04c38fdc8350a7912dc09e.
The only file that were changed are Config.h and DialogueEx.cpp.

--------------------------------
HOW TO INSTALL:
--------------------------------

0. Install XDI mod. This is a patch, not a full replacement, so it requires the original mod!

1. Change the extension of original Data\F4SE\Plugins\XDI.dll file to something else than DLL (or delete the file) then
copy the new one in Data\F4SE\Plugins folder.

2. Edit Data\MCM\Settings\XDI.ini to add bShowOriginalPrompt=1 in [DialogueMenu] section to see the original prompts. If the
file is missing then you can edit Data\MCM\Config\XDI\settings.ini instead. Use a better text editor for this,
like Notepad++, EditPlus etc...

--------------------------------
FORMATTING:
--------------------------------

The sShowOriginalPromptFormat setting can be used to specify the format: $prompt will be replaced with the original
prompt and $text will be replaced with the response. Example:

[DialogueMenu]
bShowOriginalPrompt=1
sShowOriginalPromptFormat=[ $prompt ] $text

Note: use "&#187;" (without quotes) for the » character. The default format is:

[DialogueMenu]
bShowOriginalPrompt=1
sShowOriginalPromptFormat=$prompt &#187; $text

Note that a game restart is required whenever the sShowOriginalPromptFormat setting is changed.
