Search found 77 matches

by mandi
Fri Aug 12, 2016 4:58 am
Forum: Dialogue System for Unity
Topic: setting Lua Vars and ScriptableObject
Replies: 2
Views: 661

Re: setting Lua Vars and ScriptableObject

Hi Tony,
I suspected so, thanks for help!
Best!
by mandi
Thu Aug 11, 2016 1:20 pm
Forum: Dialogue System for Unity
Topic: setting Lua Vars and ScriptableObject
Replies: 2
Views: 661

setting Lua Vars and ScriptableObject

Hi Tony, I am trying to set some lua vars by choosing a random string from an array of strings residing in a ScriptableObject. I am getting this error: HasKey is not allowed to be called from a ScriptableObject constructor (or instance field initializer), call it in OnEnable instead. Called from Scr...
by mandi
Tue Jul 12, 2016 2:53 pm
Forum: Dialogue System for Unity
Topic: Random Dialogue System
Replies: 2
Views: 660

Re: Random Dialogue System

Tony,
great thanks, again!
Best!
by mandi
Tue Jul 12, 2016 11:55 am
Forum: Dialogue System for Unity
Topic: Random Dialogue System
Replies: 2
Views: 660

Random Dialogue System

Hello Tony, I am considering using randomly choosen dialogues for some of my NPCs. This should be short conversations that would add some nice touch to the game and make it feel less "generic". What is the best way to start with this? My guess: make a large conversation in a dedicated DB, ...
by mandi
Wed Jun 29, 2016 9:16 am
Forum: Dialogue System for Unity
Topic: Auto Show Alert
Replies: 14
Views: 2180

Re: Auto Show Alert

Sure I will!
Best!
by mandi
Tue Jun 28, 2016 3:59 am
Forum: Dialogue System for Unity
Topic: Auto Show Alert
Replies: 14
Views: 2180

Re: Auto Show Alert

Hi Tony,
I'm sorry for the late reply - had other responsibilities. So far the converter works fine, though I had no chance to test all DBs yet. Thank you!
by mandi
Fri Jun 17, 2016 12:29 pm
Forum: Dialogue System for Unity
Topic: Auto Show Alert
Replies: 14
Views: 2180

Re: Auto Show Alert

Hi Tony,
great thanks! I will give you a feedback on this once I apply the tool.
Best!
by mandi
Tue Jun 14, 2016 12:47 pm
Forum: Dialogue System for Unity
Topic: Best way to convert dialogues from text format
Replies: 3
Views: 747

Best way to convert dialogues from text format

Hi Tony, some of my dialogues are written in plain text files, in a script-like fashoin (capitalize name of the character, under that its dialogue line, then an empty line, and then the same for the other conversant). What kind of pipeline would would recommend for converting that into DS database (...
by mandi
Wed Jun 08, 2016 12:04 pm
Forum: Dialogue System for Unity
Topic: Auto Show Alert
Replies: 14
Views: 2180

Re: Auto Show Alert

Wow, you are my hero Tony!