Hi!
I'm a little confused. Let me try to explain my intent.
Basically there's two things, dialogue and barks, that I want.
Dialogue you see in the video has the big text boxes. And they have the "rule" of being click-to-continue. Player needs to hit a button to progress.
The barks are different because they are a different because they have no window around them and do not require a click to continue. And all of this is working fine. The problem I have is switching back.
You see in the GIF I posted that the main character does bark, but he has problem returning to his normal textbox.
He's set up to have a dialogue and a bark, but so far doesn't work.
I tried SetPanel(Calico_ACS, Custom, immediate), but that didn't work either.
Livelychat Bubbles (FF-style)
Re: Livelychat Bubbles (FF-style)
Can you configure barks to run separately from conversations? In this case, barks would use the bark UI, and conversations would use the regular box dialogue UI.
If that's not possible, you'll need to wait for version 2.2.48 in which SetPanel() should let you set the panel back to whatever you've assigned as the custom panel.
If that's not possible, you'll need to wait for version 2.2.48 in which SetPanel() should let you set the panel back to whatever you've assigned as the custom panel.
- Littlenorwegians
- Posts: 32
- Joined: Sun Aug 04, 2024 3:06 pm
Re: Livelychat Bubbles (FF-style)
I think I can "hack" a solution to get around it using scene calls, but if SetPanel is going to get updated then swell!
Re: Livelychat Bubbles (FF-style)
Hi,
This patch adds support for SetPanel(Calico_ACS, Custom, immediate):
DS_SetPanelPatch_2024-08-15.unitypackage
This patch adds support for SetPanel(Calico_ACS, Custom, immediate):
DS_SetPanelPatch_2024-08-15.unitypackage
- Littlenorwegians
- Posts: 32
- Joined: Sun Aug 04, 2024 3:06 pm
Re: Livelychat Bubbles (FF-style)
Thank you. Yes, that works
I really have to again commend the speed and amount of help. 10/10
I really have to again commend the speed and amount of help. 10/10
Re: Livelychat Bubbles (FF-style)
Happy to help!