Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
Complex-Dialogue-Tutorial.md
Dialogue-Localization.md initial doc changes/cleanup Mar 8, 2018
General-Usage.md final(?!) cleanup May 7, 2018
README.md fixing broken links Apr 3, 2018
Simple-Dialogue-Tutorial.md Merge branch 'documentation-cleanup' of git://github.com/demanrisu/Ya… Nov 2, 2018
Yarn-Syntax.md final(?!) cleanup May 7, 2018

README.md

Yarn Dialogue

Yarn Dialogue is designed to be accessible to writers who have little or no programming knowledge. It makes no assumptions about how your game presents dialogue to the player, or about how the player chooses their responses. These tasks are left to the game production team, using programming and design tools such as Unity3D and C#.

Tutorials

Simple Dialogue Tutorial

In our simple dialogue tutorial, we create a simple piece of Dialogue that demonstrates basic Yarn functionality.

Complex Dialogue Tutorial

In the complex dialogue tutorial, we create a slightly more complex piece of Dialogue. This example demonstrates more advanced Yarn functionality, such as commands, variables, and logic statements.

Reference Documentation

General Usage Guide

The general usage page describes most features of the Yarn Language. It also contains small Dialogue snippets, as well as tips and suggestions.

Syntax Reference

The syntax reference page contains a comprehensive list of Yarn syntax and commands for quick reference.

Localization

The localization page describes how localization (translating the text into other languages) takes place.

Note: It is currently a requirement that a programmer run a special tool across the Dialogue to produce the files to be translated.

You can’t perform that action at this time.