Tuesday 22 December 2015

ICIDS and Interactive Fiction

ICIDS The International Conference on Interactive Digital Storytelling (ICIDS) has been held annually since 2008, or 2001 if you count the two conferences it was formed from (ICVS and TIDSE).

The papers from each conference have been collected into a set of PDF (and physical) books. These are quite expensive to download, but working at a university means I have free access to them at the moment.

Topics include things unrelated to IF such as animation and virtual interfaces, but there are many subjects related to IF: narrative theory, story generation, agency, player emotions, drama management, autonomous characters, emergent narrative and natural language.

I haven’t been to an ICIDS conference, but you can read a first hand account from Juhana Leinonen who attended in 2015 and Emily Short who was invited to talk about Versu in 2014.

Here are the papers I’ve come across that are relevant to this blog, along with links where I could find them.

Saturday 5 December 2015

NPC Relationships

What are the different ways one character can feel about another? Many video games use a scale like the following:

love > like > neutral > dislike > hate

This doesn’t leave much room for subtlety. A courtier might be openly friendly but inwardly envious of another member of the court, unwilling to betray their secrets because their rival could just as easily give away theirs, grudgingly admiring their drive and ambition while despising their family pedigree. Summarising this relationship as “dislike” loses a lot of interesting detail about how the characters relate to one other.

In this follow up to NPC Emotions part one and two, we take a look at how relationships form, what influences their quality and what might be possible in an advanced IF system.

courtiers

Sunday 15 November 2015

NPC Emotions, part 2

This series looks at potential future approaches to Interactive Fiction – not that there is anything wrong with current approaches, or that this is the only direction to go. It’s just fun to explore the possibilities.

“People are much more difficult to simulate than rocks and trees, not just because of relative complexity, but because we’re more wired to scrutinize our fellow humans” (Artificial Intelligence In The Uncanny Valley, 2007).

In the original context this was talking about graphics, but it applies equally to text based interactions with NPCs. On thing we are wired to look for is emotion; a character who never reacts to events or varies their emotional state seems a lot less real.

Continuing from part one, here are some more ways emotions work in real life that have potential for IF.

facial expressions

Monday 9 November 2015

NPC Emotions

emotion masks This is part of a series about potential future developments in IF, particularly in the area of believable characters. One way to make NPCs more human is to model their emotions. This area has been explored quite a bit in the context of Artificial Intelligence.

A model of NPC emotions is particularly useful in the area of autonomous NPCs, where interactions can happen that are difficult to predict. Using general rules rather than scripting reactions to every possible combination of events is a good way to manage this kind of complexity.

Saturday 31 October 2015

A Sneak Preview

Here are a few of the topics coming up in this blog:

Conversation

... conversation parsing; creating dialog content; making the input manageable.

Autonomous NPCs

... modelling a human being; motivation, personality and emotions.

Drama management

... dynamic story generation; plot building blocks; player freedom.

Interactivity

... extending the parser; how much to simulate; emergence and unexpected solutions.

Artificial Intelligence

... knowledge representation; AI techniques for IF.

It would take a thesis (or more) to do justice to each of these topics, and I’m no expert on any of them, so I hope to learn a lot on the way.

There is nothing particularly wrong with the current state of IF, but it’s fun to explore what might be possible in the future and what it would take to get there.

Friday 23 October 2015

Conversation and Reasoning

Welcome! Please read the introduction to get an idea of where this blog is coming from. You might also want to start from the second post, a preview of what is coming up.

To begin with, a thought provoking quote:

“Subtle interactions such as conversations are still out of reach of autonomous AI; games rely on clever scripting or cutscenes to get that across. If we as a field will master these types of interactions, more parts of the game can be interactive, and possibly whole new game genres may become feasible.”

– Remco Straatman in The Future of AI in Games (2010)

So what would it take to allow free form conversation in a text based game? More after the break.