Introduction
Learn what we're about, and get started!
Last updated
Was this helpful?
Learn what we're about, and get started!
Last updated
Was this helpful?
Moontale is currently in an 'alpha' state; expect a lot of bugs! Add your issues and feature requests on
This documentation represents the intended feature-set of Moontale. Not every feature listed has been implemented at the present time; these instances will be marked with the 'under construction' symbol: 🚧
Moontale is a story format that uses Lua as its scripting language. In addition to writing Lua code directly in your passages, you can convert your entire story to a single Lua file, which can be run by any "host" that supports Lua. You can also test and play your stories right in the browser, or publish them to HTML, just like any other Twine format.
From the editor, go to Formats on the sidebar, then Add a New Format and paste in the URL above. Make sure to select Moontale from the format list!
I created Moontale to help make Twine even more useful in all stages of game development - from prototyping to production.
Developers of text-driven or narrative-heavy games using Unity, Unreal, LÖVE, or any other engine that supports Lua, who would benefit from the use of Twine as a development tool.
Developers interested in using their creations in unconventional ways, who will benefit from Lua's embeddability and extensibility.
Developers who like the 'mutable' model used by other formats: hiding/showing parts of a passage, changing words from one to another when the user clicks something and so on. See the section on Immutability for more details.
It has always been possible, in theory at least, to use the output of Twine (and ) in non-browser applications. A number of other projects achieve this to some degree: , and my own library. However, these solutions are hampered by their reliance on existing browser-focused story formats, which make developing and using these solutions difficult at best.
Projects that singularly use Twine, and do not intend to integrate with any other engine. Any one of the -will be inherently easier to work with for these tasks.
Developers intending to take advantage of complex browser-based features: media playback, CSS and so on. For any feature, if it's not in then Moontale probably won't support it in the browser.