organizing the order of the dialogues
Posted: Thu Feb 16, 2023 4:18 am
Hi,
I started creating dialogues like
Ch01/Intro01/Scn1
Ch01/Intro01/Scn2
Ch02/Intro01/Scn1
... (so on)
However, as the story changes, I had to add some dialogue ID that are no longer alphabetically in order.
Once I do "sort by name", they are not in the game's chronological order any more.
That is fine for gameplay but when it comes to an export for localization and voice script, they are exported in alphabtical order which is no longer game's chronological order.
I tried to manually change via Microsoft Excel program by opening that CSV but it is becoming a massive work. (script is about 749 pages of A4).
Question is:
1) Is there any way to re-order the dialogue order manually in Dialogue System UI window (in unity) like we re-order the list in Unity's inspector if that makes sense?
OR
2) Is there a way to fetch a list of dialogue ID as CSV or something that I want it to export in that order? (such as fetching a CSV with dialogue ID in order(separated with comma Dialogue IDs) that Dialogue System UI will use to export localization CSV or the voice script etc?
I really need help!
Thank you,
J
I started creating dialogues like
Ch01/Intro01/Scn1
Ch01/Intro01/Scn2
Ch02/Intro01/Scn1
... (so on)
However, as the story changes, I had to add some dialogue ID that are no longer alphabetically in order.
Once I do "sort by name", they are not in the game's chronological order any more.
That is fine for gameplay but when it comes to an export for localization and voice script, they are exported in alphabtical order which is no longer game's chronological order.
I tried to manually change via Microsoft Excel program by opening that CSV but it is becoming a massive work. (script is about 749 pages of A4).
Question is:
1) Is there any way to re-order the dialogue order manually in Dialogue System UI window (in unity) like we re-order the list in Unity's inspector if that makes sense?
OR
2) Is there a way to fetch a list of dialogue ID as CSV or something that I want it to export in that order? (such as fetching a CSV with dialogue ID in order(separated with comma Dialogue IDs) that Dialogue System UI will use to export localization CSV or the voice script etc?
I really need help!
Thank you,
J