Search found 9 matches

by hardercore
Fri Nov 13, 2020 2:02 pm
Forum: Quest Machine
Topic: ORK integration
Replies: 258
Views: 6817224

Re: ORK integration

Thanks!
by hardercore
Fri Nov 13, 2020 1:28 pm
Forum: Quest Machine
Topic: ORK integration
Replies: 258
Views: 6817224

Re: ORK integration

I'm having an issue where a quest isn't picking up ORK global variable conditions for offer condition. When I use the step debugger I never see "IsConditionMet" called. I'm sure this variable is being set (I print it out) and I've tried toggling the value from needing False to needing True...
by hardercore
Mon Aug 24, 2020 1:23 am
Forum: Quest Machine
Topic: ORK Integration (Spawning and the Quest Journal)
Replies: 13
Views: 14509

Re: ORK Integration (Spawning and the Quest Journal)

Thanks, got it working. For anyone who encounters this in the future: I Setup a global ork event to call those methods anytime a scene fades in/out. Oddly enough, Ork couldn't find those static methods or the wrapper ones when I tried so I made my own wrapper for them and that worked.
by hardercore
Sun Aug 23, 2020 2:20 pm
Forum: Quest Machine
Topic: ORK Integration (Spawning and the Quest Journal)
Replies: 13
Views: 14509

Re: ORK Integration (Spawning and the Quest Journal)

Quest giver is in scene 1, player uses scene changer to kill characters in scene 2, once combat ends ORK scene change event to scene 1. So same scene / quest giver. And thanks! It has NSFW content so I'll hold off on that for as long as I can :lol:
by hardercore
Sun Aug 23, 2020 1:27 pm
Forum: Quest Machine
Topic: ORK Integration (Spawning and the Quest Journal)
Replies: 13
Views: 14509

Re: ORK Integration (Spawning and the Quest Journal)

In the save settings I just tried renaming the save key to something completely unique. It still has the same problem. What's weird is the NPC says the correct success dialogue when clicked again but the quest says waiting to start and he continues to have the default exclamation above his head. I s...
by hardercore
Sun Aug 23, 2020 12:38 pm
Forum: Quest Machine
Topic: ORK Integration (Spawning and the Quest Journal)
Replies: 13
Views: 14509

Re: ORK Integration (Spawning and the Quest Journal)

After completing a quest the Quest Giver for ORK asset doesn't turn off it's quest indicator and the quest state says it's in "waiting to start". Also, it looks like the quest reappears back in the givers quests list. Is this something I need to set manually?
by hardercore
Sun Aug 23, 2020 12:26 am
Forum: Quest Machine
Topic: ORK Integration (Spawning and the Quest Journal)
Replies: 13
Views: 14509

ORK Integration (Spawning and the Quest Journal)

Hi, is there a guide for using ORK with Quest Machine? I'm having difficulty with quests persisting through scene changes (teleport to new scene + battle) as the journal is attached to the player and ORK spawns combatant/player prefabs. I've tried using Don't Destroy but it's had weird behavior wher...