Arcweave Import - Cutscene Continue()

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
mrklepper
Posts: 11
Joined: Mon Mar 14, 2022 12:07 pm

Arcweave Import - Cutscene Continue()

Post by mrklepper »

Hi

I am trying to import scripts from Arcweave.

However, the first line "Start" always loads with sequence "Continue()". I'm not sure why but this skips my first line (which does not have the sequence in there. I would like to remove it by script OR when loading, what's the best way of doing it?

Thank you so much in advance!
Attachments
img2.PNG
img2.PNG (50.95 KiB) Viewed 974 times
img1.PNG
img1.PNG (74.27 KiB) Viewed 974 times
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Arcweave Import - Cutscene Continue()

Post by Tony Li »

Hi,

Are you saying that it's skipping your Speaker:Therese "hi" line?
mrklepper
Posts: 11
Joined: Mon Mar 14, 2022 12:07 pm

Re: Arcweave Import - Cutscene Continue()

Post by mrklepper »

Yes exactly! I wonder if I can just stop the sequencer through script. Smoother would be if it wasn't set in the first place.
Attachments
img3.PNG
img3.PNG (6.31 KiB) Viewed 969 times
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Arcweave Import - Cutscene Continue()

Post by Tony Li »

As a test, set the <START> node's Sequence to: None()

Does it still have the same issue?
mrklepper
Posts: 11
Joined: Mon Mar 14, 2022 12:07 pm

Re: Arcweave Import - Cutscene Continue()

Post by mrklepper »

Nope, when changing it to None() or removing it, it works as intended.
Attachments
img43.PNG
img43.PNG (7.8 KiB) Viewed 967 times
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Arcweave Import - Cutscene Continue()

Post by Tony Li »

Hmm, I suspect that's a specific quirk with the SMS Dialogue UI since it does a pre-delay thing. I'll add an option to use "None()" instead of "Continue()" in the Arcweave importer. I'll post a patch here later today.
mrklepper
Posts: 11
Joined: Mon Mar 14, 2022 12:07 pm

Re: Arcweave Import - Cutscene Continue()

Post by mrklepper »

Thank you so much!!
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Arcweave Import - Cutscene Continue()

Post by Tony Li »

I evaluated the code, and it can be done without having to add an option to the import window. Here's the patch:

DS_ArcweavePatch_2022-05-26.unitypackage
mrklepper
Posts: 11
Joined: Mon Mar 14, 2022 12:07 pm

Re: Arcweave Import - Cutscene Continue()

Post by mrklepper »

Thank you Tony! I'll try it out within the coming days, started to focus on other things in the meantime. I appreciate your super amazing support!
Post Reply