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
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.