Search found 110 matches

by timbecile
Mon Feb 22, 2021 5:30 pm
Forum: Quest Machine
Topic: Type Load Exception when adding Journal text
Replies: 3
Views: 614

Type Load Exception when adding Journal text

Hey Tony, I'm trying to add a journal text option to one of my quests, and I'm getting this error: ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. System.Reflection.Assembly.GetTypes () (at <437ba245d8404784b9fbab9b439ac908>:0) PixelCrushers...
by timbecile
Fri Dec 04, 2020 7:16 pm
Forum: Quest Machine
Topic: Spaces in questGiverID
Replies: 1
Views: 396

Spaces in questGiverID

Hi Tony,

does questGiverID support spaces? I want to put the name of the quest giver in the quest journal, and using that would be the quickest way.

If not, is there another way I can do that?
by timbecile
Tue Dec 01, 2020 4:33 pm
Forum: Quest Machine
Topic: Modifying Quest Journal
Replies: 9
Views: 1942

Re: Modifying Quest Journal

one more question....how do I increment a counter through script?
by timbecile
Mon Nov 30, 2020 8:28 pm
Forum: Quest Machine
Topic: Modifying Quest Journal
Replies: 9
Views: 1942

Re: Modifying Quest Journal

wow! learn something new every day...
by timbecile
Mon Nov 30, 2020 6:35 pm
Forum: Quest Machine
Topic: Modifying Quest Journal
Replies: 9
Views: 1942

Re: Modifying Quest Journal

ok, so I created a complete copy of the UnityUIQuestJournalUI, and added it to the JournalUI instead of the original, but now the journal won't open. looks like the QuestMachineConfiguration script is looking for IQuestJournalUI (which my new method inherits from), but I can't add the new Journal UI...
by timbecile
Mon Nov 30, 2020 4:52 pm
Forum: Quest Machine
Topic: Modifying Quest Journal
Replies: 9
Views: 1942

Re: Modifying Quest Journal

perfect! Thanks again Tony!
by timbecile
Mon Nov 30, 2020 3:10 pm
Forum: Quest Machine
Topic: Modifying Quest Journal
Replies: 9
Views: 1942

Modifying Quest Journal

Hey Tony, Now that I got Quest Machine working in my game, I wanted to expand the quest journal. I'm trying to move the quest title out of the journal's Scroll Rect, and I'd like to add a spot where I can put the name of the quest giver on the UI. looks like the quest journal script is a wrapper, so...
by timbecile
Fri Nov 27, 2020 8:29 pm
Forum: Quest Machine
Topic: Assigning quest with Dialogue Manager
Replies: 22
Views: 3977

Re: Assigning quest with Dialogue Manager

That Worked! One other question... How do I check for quest states, quest node states, etc through the editor? They're not in the wizard :( Can I just use type them straight in? For instance, I have a multi-node quest, so I need to: check whether the quest is assigned (to block out the assigning dia...
by timbecile
Fri Nov 27, 2020 7:17 pm
Forum: Quest Machine
Topic: Assigning quest with Dialogue Manager
Replies: 22
Views: 3977

Re: Assigning quest with Dialogue Manager

Looks like I'm on the right path with the 'can't find the journal' thing. I wrote a quick little method to use GiveQuestToQuestor and that seems to work, though I'd rather use the internal Lua than have to keep writing methods...
by timbecile
Fri Nov 27, 2020 6:24 pm
Forum: Quest Machine
Topic: Assigning quest with Dialogue Manager
Replies: 22
Views: 3977

Re: Assigning quest with Dialogue Manager

still doesn't work. I found that I needed to add the quest to the Quest Giver component, but still not showing up in the player's quest journal.

Are they supposed to be connected together in a way I'm missing?