ink icon indicating copy to clipboard operation
ink copied to clipboard

break compiled ink story into chunks

Open SirMetathyst opened this issue 4 years ago • 0 comments

Is it possible to compile an ink story into chunks and load them dynamically at runtime. For example, when I click on a choice it wants to go to a knot in a different chunk, the runtime then calls back into engine and asks me to return [this] chunk (if the chunk has not already been loaded in) and I return it from where I want. If the compiler can already chunk up the output then it would save me some work. I want to be able to load massive ink novels for web.

SirMetathyst avatar Apr 20 '21 13:04 SirMetathyst