Search found 62 matches

by DragoonHP
Tue Feb 19, 2019 12:12 pm
Forum: Dialogue System for Unity
Topic: Is there an event which fires when player chooses a response
Replies: 4
Views: 439

Is there an event which fires when player chooses a response

Can't find any such event in here > https://www.pixelcrushers.com/dialogue_ ... pting.html

Closest is OnConversationResponseMenu but it fires when the player is shown the menu
by DragoonHP
Mon Feb 18, 2019 12:53 am
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

It's a stupid large project. Give me a day and I'll create a small prototype for you to test and play with.

Thanks for all your help
by DragoonHP
Sun Feb 17, 2019 11:14 pm
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

It doesn't work :(
I tried with all the four options. Same result every time
by DragoonHP
Sun Feb 17, 2019 1:02 pm
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

Thanks. If this helps, when I call the AC pause menu, the save button option isn't shown which maybe indicates that AC is somehow aware that the game is in dialogue mode and is disabling certain functions?
by DragoonHP
Sun Feb 17, 2019 12:22 pm
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

It should have but since AC doesn't fully support saving mid dialogue, maybe that's causing an issue?
by DragoonHP
Sun Feb 17, 2019 11:32 am
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

They don't have any sequence command.
A previous dialogue has a sequence command which sets the background.

Since the game is saved on the next line, it doesn't know which background to show as there is no sequence command telling the game to set the background.
by DragoonHP
Sun Feb 17, 2019 10:37 am
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

I know.
When I save in AC/non-dialogue mode, it saves the showing background correctly.

But when I do it when inside dialogue mode, it doesn't save the showing image. Any workaround for that?
by DragoonHP
Sun Feb 17, 2019 9:50 am
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

Are you using this in conjunction with the Dialogue System's visual novel starter framework? No The Remember Current Dialogue Entry script was renamed to Conversation State Saver This seems to have solved it. Though another issue has come up. After loading a save file, the background doesn't change...
by DragoonHP
Sun Feb 17, 2019 2:01 am
Forum: Dialogue System for Unity
Topic: Adventure Creator - Load save mid-conversation
Replies: 22
Views: 3538

Re: Adventure Creator - Load save mid-conversation

Hey Tony 3. Added the Remember Current Dialogue Entry script to the Dialogue Manager. This script doesn't exist anymore. Also AC pause menu is behaving weirdly when opened during a dialogue conversation. The save button doesn't appear, but if I call it manually, I can still save the game. Also, a bi...