Integrating with Ork Framework

Posted: 01 Jul 2023 01:27
by hyperionthunder

Hello, I am developing a project that is a dungeon crawler with VN as a mean of storytelling medium. I very much want to use the Naninovel as a engine to drive the VN sequence but want to have the Ork Framework 3.0 Engine to power everything else. So what is the best way to approach this?

I've read there's a way to switch modes via state machine and I'd think it may be a way to go, but I wonder if there's a integration workaround that uses Maniknom Visual Node system (since Framework 3.x uses it). I do know bit of programming, but I want to know if there's a simple solution.

Any assistance is greatly appreciated!

Hypes


Re: Integrating with Ork Framework

Posted: 02 Jul 2023 09:50
by idaot

You can find the general guide on Integration options guide here: https://naninovel.com/guide/integration-options.html

If you want external services to manage Naninovel in some ways then we suggest overriding the built-in engine services (https://naninovel.com/guide/engine-serv ... n-services). Here's an example thread of someone integrating FMOD into Naninovel which you might find useful: viewtopic.php?f=6&t=472