Page 1 of 1

Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 2:55 pm
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!

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 3:01 pm
by Tony Li
Hi,

Are you saying that it's skipping your Speaker:Therese "hi" line?

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 3:08 pm
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.

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 3:10 pm
by Tony Li
As a test, set the <START> node's Sequence to: None()

Does it still have the same issue?

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 3:12 pm
by mrklepper
Nope, when changing it to None() or removing it, it works as intended.

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 3:35 pm
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.

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 3:59 pm
by mrklepper
Thank you so much!!

Re: Arcweave Import - Cutscene Continue()

Posted: Thu May 26, 2022 8:40 pm
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

Re: Arcweave Import - Cutscene Continue()

Posted: Mon Jun 06, 2022 9:30 pm
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!