ORK Framework not working

Announcements, support questions, and discussion for Quest Machine.
Post Reply
Chalk
Posts: 4
Joined: Wed Mar 30, 2022 8:17 am

ORK Framework not working

Post by Chalk »

Hey there,

I'm trying to integrate Quest Machine with ORK Framework 3, but it doesn't seem to be working. It seems like the integration API is outdated. It appears as though the ORKFramework namespace has changed to GamingIsLove.OrkFramework. I also can't find a reference to things like ORKGameEvent and EventInteraction in their source code. Some files are also missing a reference to GamingIsLove.Makinom.

On top of this, it appears as though StringValue now requires a generic argument:

Code: Select all

Using the generic type 'StringValue<T>' requires 1 type arguments
Various other methods, properties, members, and even namespaces seem to be completely missing.

I really hope this gets fixed soon because I'd rather use Quest Machine for quests as opposed to ORK Framework, but I need it to be integrated properly otherwise there might be unforeseen side-effects.
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: ORK Framework not working

Post by Tony Li »

Hi,

We're working on updating Quest Machine's ORK Framework integration for ORK 3. It should be ready by the end of next week. (Quest Machine's current ORK Framework integration is for ORK 2.)
Chalk
Posts: 4
Joined: Wed Mar 30, 2022 8:17 am

Re: ORK Framework not working

Post by Chalk »

Oh, I had no idea! Thanks for the reply
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: ORK Framework not working

Post by Tony Li »

Sorry about the delay on ORK 3 support. The Dialogue System already supports ORK 3, so we've gone through the process and we're familiar with what needs to be updated. It shouldn't take too long to update Quest Machine's integration.
Chalk
Posts: 4
Joined: Wed Mar 30, 2022 8:17 am

Re: ORK Framework not working

Post by Chalk »

No need to apologise, I should've checked whether or not it already supported ORK 3 instead of just assuming! Thanks for the speedy replies and development
Post Reply