Not restart the dialog after continuing the game

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
ukieiri
Posts: 3
Joined: Wed Feb 07, 2024 2:00 pm

Not restart the dialog after continuing the game

Post by ukieiri »

Hi! I have this problem: after I save the game, exit, and then load it, it loads a conversation I had before I left. How do I cancel this behaviour? I see this in the console:

Code: Select all

TextlineDialogueUI.OnApplyPersistentData: Restoring current conversation from DialogueEntryRecords_XX: 1;19;1;
But I don't need to see the last conversation :D
User avatar
Tony Li
Posts: 23238
Joined: Thu Jul 18, 2013 1:27 pm

Re: Not restart the dialog after continuing the game

Post by Tony Li »

Hi,

Import this patch:

DS_SMSDialogueUIPatch_2025-05-25.unitypackage

Then UNtick the dialogue UI's "Resume Conversation On Apply Persistent Data" checkbox.
Post Reply