Search found 93 matches

by nehvaleem
Thu Jul 02, 2020 12:55 pm
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

Awesome as always! Thanks!
by nehvaleem
Thu Jul 02, 2020 6:29 am
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

ah, I've got another question. I couldn't find it in the documentation. Is it possible to bark between 2 or more actors? I mean basically barking entire conversation? I would imagine that there is a situation that triggers less important dialogue between actors that can be entirely barked.
by nehvaleem
Thu Jul 02, 2020 5:56 am
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

I forgot to say thanks, sorry :) One more note though: I've found out that there is an extra whitespace appended before each line when using "Actor Names Precede Lines". For example: when the line is as follows: Monsieur Fogg: 'A wager,' he replied. The displayed text will be 'A wager,' he...
by nehvaleem
Sat Jun 20, 2020 5:19 pm
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

I've noticed one more thing. It seems that barks doesn't take into account Actor: tags in Ink lines. Could you please take a look?
by nehvaleem
Sat Jun 20, 2020 1:44 pm
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

Awesome! I can confirm that it is now working great! Again, thanks for the incredible support!
by nehvaleem
Fri Jun 19, 2020 2:02 pm
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

My top priority is to be able to store and restore ink story state completely. If saving/loading work correctly (from my tests I thing there is something off, but my Ink story have a LIST variable. Maybe this is connected somehow) that I should be fine. But apart from that I think that being able to...
by nehvaleem
Fri Jun 19, 2020 12:01 pm
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

ah I've might write this a little bit too soon :) Since I don't know the correct way to "see" the state of ink story I am using: PersistentDataManager.GetSaveData() to preview it. When I play my game it outputs correct values for my variables. Then I save it manually and after that, I'm ca...
by nehvaleem
Fri Jun 19, 2020 11:51 am
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

Great! Thanks for the explanation and sorry about missing the well-documented feature.

It seems that (again) I am set for now. In the meantime, I've checked that PersistentDataManager also handles Ink integration! Awesome!
by nehvaleem
Fri Jun 19, 2020 11:18 am
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

Oh my, of course. Sorry for bothering you, that makes perfect sense. One more question tho - is it possible to set ink variable value via dialogue manager? The context is I want to restore state of the conversation (variables, etc) after loading a save in my game. What is the correct way of doing th...
by nehvaleem
Tue Jun 16, 2020 9:45 am
Forum: Dialogue System for Unity
Topic: Ink integration - couple questions (actors etc.)
Replies: 70
Views: 10425

Re: Ink integration - couple questions (actors etc.)

no, I am working with my database that exists way before I've added ink integration. So those 2 entries in a popup are from the regular Dialogue System database. The weird thing is that the story from ink file shows up in the popup sometimes, but it isn't for most of the time. let me know If that le...