Computer-Assisted Authoring Tools Help to Create Complex Interactive Narratives

This content has been archived. It may no longer be accurate or relevant.

From Phys.org:

Visitors to interactive virtual worlds want the ability to significantly affect the outcome of a story, but authoring these digital experiences is extremely complex. A new platform developed by Disney Research will help fulfill the medium’s promise by automating some aspects of the authoring process.

Disney Research has developed a new design paradigm called interactive behavior trees (IBTs), a graphical modeling language that accommodates multiple story arcs. They also have created authoring tools that can automatically detect and resolve narrative inconsistencies that arise as these various story arcs play out or when users interact in unexpected ways.

. . . .

“We want interactive narratives to be an immersive experience in which users can influence the action or even create a storyline, but the complexity of the authoring task has worked against our ambitions,” said Mubbasir Kapadia, who recently left Disney Research to join Rutgers University as an assistant professor of computer science. “Our method of modeling multiple story arcs and resolving conflicts in the storylines makes it feasible to author interactive experiences that are free form, rather than constricted.”

Computer games, for instance, often include isolated interactive segments but all players ultimately experience the same plot. In other cases, interactive narratives may allow different outcomes, but writing these experiences is so complex that the user is given only limited choices and can alter the story only at certain key points.

IBTs address these narrative shortcomings. Like behavior trees, a modeling language used by software engineers to keep track of the mind-boggling number of requirements for large-scale software systems, IBTs help the authors of interactive narratives to spin multiple stories while providing users with great freedom to interact. The hierarchical IBT structure enables each story arc to be defined as its own subtree; at the same time, user interactions are monitored independently, as are those interactions that trigger new story arcs.

“With this structure, increased user interaction does not make the author’s task more complex,” Kapadia said, “so we can now imagine ways of giving the user more freedom to interact freely with the virtual world.”

. . . .

For instance, in a narrative involving two bears at play, if one of the bears lacks the beach ball he was supposed to throw to the other, the tool will detect the inconsistency and offer a narrative fix, such as allowing the bear to ask the user for the ball, or to buy a ball from a vendor with money from a treasure chest.

Link to the rest at Phys.org

1 thought on “Computer-Assisted Authoring Tools Help to Create Complex Interactive Narratives”

  1. Id10ts.

    How about:

    Flip-Card Assisted Authoring Tools Help to Create Complex Interactive Narratives

    or:

    Pull Ideas Out of a Dunce Cap Assisted Authoring Tools Help to Create Complex Interactive Narratives

Comments are closed.