Search found 39 matches

by andrew2110
Sat Oct 04, 2014 5:54 am
Forum: Dialogue System for Unity
Topic: Best way to deal with Loading / Saving
Replies: 3
Views: 1844

Best way to deal with Loading / Saving

Oh thats awesome, so sorry I missed that on the FAQ! Thats perfect
by andrew2110
Fri Oct 03, 2014 1:05 am
Forum: Dialogue System for Unity
Topic: Best way to deal with Loading / Saving
Replies: 3
Views: 1844

Best way to deal with Loading / Saving

Actually, I've been looking for a way to iterate through all quests for a while now and not yet been able to find any way of doing it just yet. I'll just need to save quests where quest states are not "unassigned" I think. I can see in the assembly browser that there's a way to do this and...
by andrew2110
Thu Oct 02, 2014 11:39 pm
Forum: Dialogue System for Unity
Topic: Best way to deal with Loading / Saving
Replies: 3
Views: 1844

Best way to deal with Loading / Saving

Am getting very close to being able to wrap up my game now. I'm looking into the best way of loading and saving the Dialogue System state. My save game system works with EasySave and Parse (for cloud stored saved games). I did have some examples of code for this but then it looked horrendous on here...
by andrew2110
Mon Sep 22, 2014 9:54 am
Forum: Dialogue System for Unity
Topic: Quest Log by Quest Location
Replies: 1
Views: 1409

Quest Log by Quest Location

Hello All, I'm trying to create my quest log like the one below. The main difference between this and the example quest logs is that this is organised by where the Quests are located rather than Active and Completed. I'm new to LUA and this is my first usage of a dialogue system to tackle such thing...
by andrew2110
Wed Sep 17, 2014 7:33 am
Forum: Dialogue System for Unity
Topic: ETA On NGUI Tutorials?
Replies: 9
Views: 6683

ETA On NGUI Tutorials?

Oh whoops! In the wysiwyg thing it was all nicely formatted, I clearly should have checked it again after posting! Sorry about that!
by andrew2110
Wed Sep 17, 2014 4:54 am
Forum: Dialogue System for Unity
Topic: ETA On NGUI Tutorials?
Replies: 9
Views: 6683

ETA On NGUI Tutorials?

Ok so I don't fully understand why, but there seemed to be an issue with my regular game UI. When I moved all the objects in my regular UI to be children of the GUI camera object, the buttons started working as expected! Thank you so much for your help! A couple of extra things to report back: I fou...
by andrew2110
Wed Sep 17, 2014 2:30 am
Forum: Dialogue System for Unity
Topic: ETA On NGUI Tutorials?
Replies: 9
Views: 6683

ETA On NGUI Tutorials?

I'm quite enjoying playing about with it now, it's all starting to come together. http://www.blueomega.me/DialogueSystem1.mp4 This video shows a new problem I'm having. If I set "Button Alignment" to: ToFirst, I get one response showing. If I set it to "ToLast" I get the other re...
by andrew2110
Sat Sep 06, 2014 9:23 pm
Forum: Dialogue System for Unity
Topic: ETA On NGUI Tutorials?
Replies: 9
Views: 6683

ETA On NGUI Tutorials?

Thanks for the reply! And sorry for my delay - I had "subscribed" to this post but must have missed the e-mail that notified me of a reply. I'll try to tie in the code you've given me today and look forward to the next video tutorials! Thanks again for an amazing piece of software :)
by andrew2110
Tue Sep 02, 2014 10:51 pm
Forum: Dialogue System for Unity
Topic: ETA On NGUI Tutorials?
Replies: 9
Views: 6683

ETA On NGUI Tutorials?

Hello all, I've been trying to get my GUI working with the Dialogue System. I can understand how to edit every part of the GUI apart from the little texts that prompt the user to initiate a conversation (the little yellow text in the top of the screenshot). Is there an easy way to do this? As the r...