Search found 80 matches

by HaiiroMukuro
Fri Jul 29, 2016 5:11 pm
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

Re: About visual novel framework.

it but the project is almost 5gb, I import a lot of assets and my internet is too slow. :lol:
But if it won't work. Maybe I'll try using play maker.
Thanks for the generosity to help, and have a great day sir! :D
by HaiiroMukuro
Fri Jul 29, 2016 3:59 pm
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

Re: About visual novel framework.

Inside the dialog manager. I put my sequence trigger. http://i67.tinypic.com/n53s7p.jpg And here are the scenes I have. http://i68.tinypic.com/1y67bp.jpg The scene with visual novel framework is named "Prologue0.1" and the scene suppose to be load is the scene "Level1.1" http://i...
by HaiiroMukuro
Fri Jul 29, 2016 2:55 pm
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

Re: About visual novel framework.

I'm still having problems with the sequence. I've change my method, I use the sequence trigger and sets the trigger on the end of the conversation. What happen is the music is playing on the scene suppose to loaded but the canvas still remains on the previous scene. In other words, in the end of the...
by HaiiroMukuro
Fri Jul 29, 2016 10:09 am
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

Re: About visual novel framework.

What should I put inside the Default Starting Level? The current scene or the next scene?
by HaiiroMukuro
Fri Jul 29, 2016 5:40 am
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

Re: About visual novel framework.

Thanks a lot! It's working now. It is possible also for scene transition?
by HaiiroMukuro
Fri Jul 22, 2016 2:00 pm
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

Re: About visual novel framework.

Thanks a lot!
I set two sounds as a game object, when I start the game both of them are playing, how can I disable the other one while another one is playing?
by HaiiroMukuro
Fri Jul 22, 2016 9:06 am
Forum: Dialogue System for Unity
Topic: [Solved]About visual novel framework.
Replies: 28
Views: 3878

[Solved]About visual novel framework.

Good day everyone! Right now, I'm working for a visual novel. Right now, I don't have an idea what script to use to change the background image during the scene on conversation. http://i64.tinypic.com/2mmxr9i.jpg I have 2 background, the bedroom and the dining room. What will happen is, the characte...
by HaiiroMukuro
Mon Jul 18, 2016 8:02 pm
Forum: Dialogue System for Unity
Topic: Documentation for scripting
Replies: 1
Views: 381

Documentation for scripting

Is there any complete documentation for dialog database conditions and scripting like these. Quest["Questname"].State == "unassigned" Quest["Questname"].State == "success" Quest["Questname"].State = "active"; Variable["Alert"] = &...
by HaiiroMukuro
Mon Jul 18, 2016 7:21 am
Forum: Dialogue System for Unity
Topic: [solved]Two or more quest in 1 NPC
Replies: 3
Views: 598

Re: Two or more quest in 1 NPC

Thank you sir!
by HaiiroMukuro
Sun Jul 17, 2016 4:00 pm
Forum: Dialogue System for Unity
Topic: [solved]Two or more quest in 1 NPC
Replies: 3
Views: 598

[solved]Two or more quest in 1 NPC

Good day! I'm trying to put a 2 quest in one npc. The 1st quest working fine, but I'm having trouble putting the next quest. The next quest will be the player will be friend to the npc using the right choice of dialogues. What I did is I put 2 Conversation triggers in the NPC. the Conversation title...