Search found 86 matches

by vectorfrog
Tue May 23, 2023 2:57 pm
Forum: Quest Machine
Topic: Can't call Quest Control "SetQuestNodeState" from Trigger Event
Replies: 7
Views: 2184

Re: Can't call Quest Control "SetQuestNodeState" from Trigger Event

I have gotten it to work, mostly. The problem I am having now is how to get the quest state from DS? I tried using a condition but I must not have it set up right because I cant see anything from quest machine. I tried using GetQuestNodeNumberState but nothing appears in the dropdown for, I'm assumi...
by vectorfrog
Tue May 23, 2023 1:59 pm
Forum: Quest Machine
Topic: Can't call Quest Control "SetQuestNodeState" from Trigger Event
Replies: 7
Views: 2184

Re: Can't call Quest Control "SetQuestNodeState" from Trigger Event

I am trying to do something similar to this. I have an enemy AI that when disposed of, sets a quest to completed. Is this the correct way of doing it?



I'd like to use the message system if that is the best way, or?


Thanks!
by vectorfrog
Tue May 23, 2023 1:53 pm
Forum: Dialogue System for Unity
Topic: Opsive integration
Replies: 3
Views: 457

Re: Opsive integration

Thanks for this! I will see what I can do to make it work with what I have going on now.
by vectorfrog
Tue May 23, 2023 11:37 am
Forum: Dialogue System for Unity
Topic: Opsive integration
Replies: 3
Views: 457

Opsive integration

Hi Tony, I'm still using the V2 TPC from Opsive, I tried installing the integration package from their website and I get a bunch of errors. Wondering if v2 isn't supported anymore? How can I get the integration packages for QM and DS for the V2 Opsive controller? Thanks! edit: also, I'll be using th...
by vectorfrog
Wed May 17, 2023 4:18 pm
Forum: Dialogue System for Unity
Topic: Cant Find Quest in QM from Dialog System
Replies: 1
Views: 527

Cant Find Quest in QM from Dialog System

Hi Tony, I'm having a problem with setting the state of a QM quest through DS. The warning in the console is: "Dialogue System: Can't find Quest Machine quest with ID 'SaveMia' to set its state." I do have a quest with this ID in the QM database, it's also in the list of Quest Assets for t...
by vectorfrog
Sun May 14, 2023 11:16 am
Forum: Quest Machine
Topic: Quest Journal not getting updated
Replies: 11
Views: 2090

Re: Quest Journal not getting updated

I'm not sure where to put it. It's a gig zipped. I cant strip out any assets to make it smaller.

Edit:

I posted it to my google drive and you should have a link to it. Let me know if that will work.

Thanks!
by vectorfrog
Sun May 14, 2023 11:06 am
Forum: Quest Machine
Topic: Quest Journal not getting updated
Replies: 11
Views: 2090

Re: Quest Journal not getting updated

I am using the most recent version. 1.2.37.1

I have no errors or warnings in the console that have to do with QM.
by vectorfrog
Sun May 14, 2023 9:28 am
Forum: Quest Machine
Topic: Quest Journal not getting updated
Replies: 11
Views: 2090

Re: Quest Journal not getting updated

I have a button on screen that uses the Quest Journal Component on the player. Calling QuestJournal.ShowJournalUI

I thought that it might be that it was using a different version of the journal, but that doesnt seem to be the case.

Thanks!
by vectorfrog
Sun May 14, 2023 8:44 am
Forum: Quest Machine
Topic: Quest Journal not getting updated
Replies: 11
Views: 2090

Re: Quest Journal not getting updated

I should note that I do have data in the Journal Text region of the Active State for the quest. So I think there should be something going into the journal, but I'm not sure what I'm missing.

Thanks!
by vectorfrog
Sun May 14, 2023 8:40 am
Forum: Quest Machine
Topic: Quest Journal not getting updated
Replies: 11
Views: 2090

Quest Journal not getting updated

Hi Tony, I'm currently having a problem with getting the active quest to show up in the Quest Journal UI. I am using DS, QM, TDE, UIS, Emerald AI, and SoulLink, When I inspect the Quest Journal component on the player, I can see the active quest is set correctly. Is there a list of things for me to ...