Hacker News new | ask | show | jobs
by nathell 44 days ago
Ceterum censeo, anyone thinking to create an authoring system for IF should first read the Inform DM4 [0], preferably in its entirety but at the very minimum §24 of Chapter 3. It’s really enlightening to learn about how to model the world in a general yet simple way.

[0]: https://www.inform-fiction.org/manual/DM4.pdf

1 comments

Loreline isn't aimed at parser-based interactive fiction like Inform, it's a choice-based narrative scripting language, closer to Ink or Yarn Spinner. DM4 solves a different kind of problem.

Edit: that said, you're right this §24 is interesting regardless!