Page 1 of 1

Dialogue System saver saving quest entry text

Posted: Wed Jul 27, 2022 8:24 pm
by Strook
Hello!

I realized recently that the save file generated by DS had all of the text from the quest entries (in all languages!).
Which mean that it's until I cleared my save, I was not seeing changes in my quest log (This was driving me crazy :lol: )

Is there a way to choose what the saver saves? Ideally I only want the Variable to be saved, because if we need to update the quest entries texts (fixing a typo, etc), we ideally don't want to touch the save for this


Thanks!

Re: Dialogue System saver saving quest entry text

Posted: Wed Jul 27, 2022 8:50 pm
by Tony Li
Hi,

Inspect the Dialogue Manager GameObject. UNtick Persistent Data Settings > Include All Item & Quest Data. This way it will only save quest states but not all of the text.

Re: Dialogue System saver saving quest entry text

Posted: Wed Jul 27, 2022 10:18 pm
by Strook
Thanks! It looks like it was already unticked, but I'll do some test to make sure it's behaving correctly with a fresh save!

Im using 2.2.25.1 !

Re: Dialogue System saver saving quest entry text

Posted: Mon Aug 01, 2022 12:16 am
by Strook
Hi! I checked and even with the option unticked, every quest entry and its differents translations are in the save data!

here is the manager:
Image


and here is the block of the save file, containing all the quest fields!

Image

Re: Dialogue System saver saving quest entry text

Posted: Mon Aug 01, 2022 9:05 am
by Tony Li
It's a bug. I just improved test coverage so it won't happen again. This patch will fix it: (will also be in version 2.2.31)

DS_QuestSavePatch_2022-08-01.unitypackage

Re: Dialogue System saver saving quest entry text

Posted: Mon Aug 01, 2022 10:03 am
by Strook
thanks a lot Tony!

Re: Dialogue System saver saving quest entry text

Posted: Mon Aug 01, 2022 10:48 am
by Tony Li
Glad to help!