Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JujuAdams/chatterbox
GameMaker 2022 LTS implementation of the Yarn narrative design language
https://github.com/JujuAdams/chatterbox
dialogue game-maker-studio-2 gamemaker gms2 narrative text
Last synced: 1 day ago
JSON representation
GameMaker 2022 LTS implementation of the Yarn narrative design language
- Host: GitHub
- URL: https://github.com/JujuAdams/chatterbox
- Owner: JujuAdams
- License: mit
- Created: 2019-04-12T09:51:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T11:15:52.000Z (about 2 months ago)
- Last Synced: 2024-09-12T22:22:35.670Z (about 2 months ago)
- Topics: dialogue, game-maker-studio-2, gamemaker, gms2, narrative, text
- Language: Game Maker Language
- Homepage: https://www.jujuadams.com/Chatterbox/
- Size: 3.32 MB
- Stars: 125
- Watchers: 8
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gamemaker - Chatterbox - Narrative scripting tool. (User Interface / Recommendations)
README
Chatterbox 2.18.0
Narrative engine for GameMaker LTS 2022
- ### Got questions? [Make a new issue!](https://github.com/JujuAdams/Chatterbox/issues/new)
- ### There is also a [Discord server](https://discord.gg/hwgWpnsNw2) (but GitHub issues are preferred)
- ### [Download the .yymps](https://github.com/JujuAdams/chatterbox/releases/)
- ### Download the [visual editor](https://github.com/FaultyFunctions/Crochet/) by [Faulty](https://github.com/FaultyFunctions)
- ### Read the [documentation](http://jujuadams.github.io/Chatterbox)
- ### You may also like [FriendlyCosmonaut's dialogue system](https://friendlycosmonaut.itch.io/dialoguesystem), [Quack](https://marketplace.yoyogames.com/assets/8789/quack-dialogue-system), and [gmdialogue](https://github.com/danielpancake/gmdialogue)
Chatterbox is a GameMaker implementation of the [Yarn language](https://yarnspinner.dev/), used in games such as [Far From Noise](https://www.georgebatchelor.com/farfromnoise), [Knights and Bikes](https://foamswordgames.com/#knights), and [Night In The Woods](http://www.nightinthewoods.com/).
Yarn 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. Syntax and features specific to Chatterbox can be found in the [documentation](http://jujuadams.github.io/Chatterbox). Chatterbox attempts to be a full implementation of the Yarn specification; if there's anything missing, please [create an Issue](https://github.com/JujuAdams/Chatterbox/issues) and Juju will do his best to meet your request.
Yarn files can be written by hand, but the best way to start with Yarn is to use an editor. The standard Yarn Editor tool is available on [Windows and MacOS](https://github.com/FaultyFunctions/Crochet/releases/), or as a [web-based editor](https://faultyfunctions.github.io/Crochet/).