Welcome to Chatty! This page will focus on getting you up to speed on how to use the Chatty Player (the actual program you downloaded), and introduce some of the relevant core concepts.

Controls

Chatty is a visual novel engine, and is fairly light on controls. Almost everything can be done with the mouse. To advance dialogue, select options, and other basic interactions, just point and click with the mouse.

Certain abilities are hidden behind function keys for debugging or just ease of use. These shortcuts are

General Terminology

Making a Project

To make your own project, edit the contents of the /project directory included with the Chatty executable. This is currently loaded automatically on startup - in the future, Chatty will be able to load multiple projects, but for now this is all there is.

To better understand the project directory, take a look at Project Structure.

Once you’re ready to dive into writing dialogue, check out Scripting Reference to get started.

Distributing Your Project

Currently, the only way to share a Chatty project with others is to either send them the project directory, or screen record Chatty itself with an external program like Screen2Gif or OBS. In the future, Chatty will hopefully be able to export a video file on its own.