Integrated Authoring Tool
- Creator: GAIPS INESC-ID email
- Publisher: Rage project
- Owner: GAIPS INESC-ID email
The Integrated Authoring Tool is an asset designed to be the central hub for game developers when creating a new storytelling scenario or adapting existing ones.
This tool provides the ability to define the scenario’s name and to manage the number of characters in the scenario and a dialogue editor that allows the developer to specify the dialogue acts that are available for both the player and the characters.
For the purpose of dialogue management, the author must define the interaction state where each dialogue may occur as well as define the next state if a certain dialogue is selected. During runtime, all characters are informed about the existing dialogue acts as well as dialogue states. Characters are then able to use this information to decide what to say according to their internal state and decision-making mechanisms. To give an example, consider that the integrated authoring tool informs a character that at the start of the interaction there are two valid dialogues, one to greet the player respectfully, another to greet the player in an angry manner. If the character is angry, the emotional decision making asset will select the second option. If not, then the first greeting will be selected instead.
For the following releases, the development of the Integrated Authoring Tool involves the integration with the game balancing and personalized learning assets from D3.1 (Emotional Appraisal, Emotional Decision Making, Role-Play Character and Social Importance). More precisely, rather than just defining a single scenario, the tool will allow the definition of multiple scenarios that are then selected in a personalized manner. Moreover, the dialogue editor will have the ability to import dialogues. Finally, the dialogue editor will have an option to use the text-to-speech offered by the Speech I/O asset to automatically record all the dialogues in the available languages along with their phonetic information. The Role-Play Character asset can then play these recordings to provide voice to the character with very little latency.
Jan 30, 2017
English
https://github.com/GAIPS-INESC-ID/FAtiMA-Toolkit/releases/tag/v1.4.1
Emotions
Appraisal
Authoring
Unity
Windows
C#
1.4.1
Fixed the Integrated Authoring Tool not being able to Edit Associated RPC Assets.
Under Development
Apache 2.0 (Apache License 2.0)