Story Editor
The OpenStory Teller is a graphical editor based on nodes programming. It uses underneath a virtual machine and thus allows generate complex stories with branching, variable, randomization etc.
The software is programmed in C++ with the Qt library and is available on all platforms supported by Qt (3 majors operating systems).
Main interface
The Story Editor is a desktop application with multiple dock windows. Some of them are not shown by default (developer's oriented windows).
Here is a basic description of the main interface:
- Main graphical node editor, put nodes and link them
- Project toolbar (open/save/close/run). The Green round arrow is used to run the story.
- Output log window, displays informations and errors
- Story device screen output
- Story device input controls (previous/next/ok/pause/home buttons)
- Resources manager (images and sounds)
- Main menu (other docks can be triggered here)
New project dialog
To create a new project, click on the file menu entry or the toolbar button. Fill the following dialog:
- Project directory must be empty
- Project name cannot be empty
The other options can be changed after if needed.