Twine-Monogatari: edit your stories on Twine, execute them on Monogatari

Hello,

This Twine 2 story format allows one to use Twine to create Visual Novels for the Monogatari engine.

Github: https://github.com/haroldo-ok/twine-monogatari/
Demo: http://www.haroldo-ok.com/twine-monogat … /demo.html

1 Like

It looks like the link for the demo is at

http://www.haroldo-ok.com/twine-monogatari/v0.1.0/demo.html

Looks like a cool tool to make VN development more accessible!

1 Like

Thanks for your interest; the idea is to, hopefully, lower the barrier of entry for VN development.

BTW, version 0.2.0 has just been released:

https://haroldo-ok-2.github.io/twine-monogatari/v0.2.0/format.js

Implemented various syntax checking:

  • Checks for passage names with whitespace;
  • Checks if there exists at least one passage named “Start”;
  • Checks for JS syntax errors;
  • Checks for YAML syntax errors;
  • Logs a detailed error list on the browser console;
  • Displays a simplified error list as a floating pop up for the user.