Search found 105 matches

by OneManOnMars
Wed Nov 24, 2021 12:29 pm
Forum: Dialogue System for Unity
Topic: Lua Codes slows down game in cutscenes
Replies: 10
Views: 1872

Re: Lua Codes slows down game in cutscenes

Awesome! Thank you Tony for the detailed answer. Your help is very much appreciated!
by OneManOnMars
Wed Nov 24, 2021 4:06 am
Forum: Dialogue System for Unity
Topic: Lua Codes slows down game in cutscenes
Replies: 10
Views: 1872

Re: Lua Codes slows down game in cutscenes

Thanks so much, Tony! This sounds great. I will import it and give it a try. This should fix the issue! I will give you feedback once implemented. However, this will take a few days at least. :) ------------------- Alright, I was too curious and wanted to know if this works. And I stumbled over a fe...
by OneManOnMars
Mon Nov 22, 2021 7:59 am
Forum: Dialogue System for Unity
Topic: Lua Codes slows down game in cutscenes
Replies: 10
Views: 1872

Re: Lua Codes slows down game in cutscenes

Hi Tony, great to hear that the idea seems to be a good one and can be implemented. Are there any chances you can provide these changes also for the version I am using? 2.2.0 I would not like to update since the current version seems to be somewhat slower when saving. So if this is possible. I would...
by OneManOnMars
Fri Nov 19, 2021 6:47 am
Forum: Dialogue System for Unity
Topic: Lua Codes slows down game in cutscenes
Replies: 10
Views: 1872

Lua Codes slows down game in cutscenes

Hey there, I use the sequence functions quite a lot in my game to generate cutscenes. This can look like this: AnimatorPlay(WALK_S, LEVEL_ARCHITECTURE/LEV_ELEM_00a/PLAYGROUND/SEQUENCES/Soldier_Sequence_Start/Actors/Female_Soldier/Female_Soldier_Sprite); MoveTo(WP_Plant, Female_Soldier, 1.75); Animat...
by OneManOnMars
Mon Jun 21, 2021 8:48 am
Forum: Dialogue System for Unity
Topic: Localisations forms are missing
Replies: 3
Views: 407

Re: Localisations forms are missing

For whatever reason, the languages just got lost maybe when we changed from 1.x to 2.x. But they are back now. Thank you for the help.
by OneManOnMars
Fri Jun 18, 2021 4:50 am
Forum: Dialogue System for Unity
Topic: Localisations forms are missing
Replies: 3
Views: 407

Localisations forms are missing

Hey Pixel Crushers, I have a small issue. Lately, the translation entry forms on the conversation nodes are not appearing anymore, when I create new nodes. Initially, it looked like this: https://ibb.co/q1PPxFC but now the entries for the loca is missing like this: https://ibb.co/LtDkd0N My question...
by OneManOnMars
Fri Sep 11, 2020 5:43 pm
Forum: Dialogue System for Unity
Topic: Failed to parse
Replies: 1
Views: 267

Failed to parse

Hey, I get this error message. I did use the lua wizard to create this condition so I am not sure what is going on. https://www.dropbox.com/s/1yanhwvxsqxsz9x/luaerror.jpg?dl=1 Dialogue System: Lua code 'return and (CurrentQuestState("CollectRails") == "unassigned") and (4 <= Vari...
by OneManOnMars
Thu Sep 10, 2020 12:05 pm
Forum: Dialogue System for Unity
Topic: Answer speech bubbles
Replies: 5
Views: 739

Re: Answer speech bubbles

Tony, you are the man! If you would look up "great support" there would be a picture of you in there! (Monkey Island reference but meant totally honest.) I am happy it is working now!

Image
by OneManOnMars
Thu Sep 10, 2020 11:23 am
Forum: Dialogue System for Unity
Topic: Answer speech bubbles
Replies: 5
Views: 739

Re: Answer speech bubbles

Thank you Tony! I am not sure why but the second Response Button does not work. I have this setup here: https://www.dropbox.com/s/hlbydypk5vksoyq/StandardUIMenuPanel.jpg?dl=1 If I have 3 answers, 1 and 3 can be selected. If I have only 2 only the first one can be selected! https://www.dropbox.com/s/...
by OneManOnMars
Thu Sep 10, 2020 4:36 am
Forum: Dialogue System for Unity
Topic: Answer speech bubbles
Replies: 5
Views: 739

Answer speech bubbles

Hi Pixel Crushers, I would like to add an answer panel to my main character. I'm using on world space canvas. So I added a dialogue Actor to my Hero. As a custom Panel I am using a modified version of the example Bubble Standard UI Menu Panel. But before I go into the issue I am facing let me quickl...