ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Godot Dialogue Manager

by hobbesjaap ALL

A syntax highlighting package that works with Nathan Hoad's Godot Plugin DialogueManager. It works on .dialogue files.

Details

Installs

  • Total 34
  • Win 22
  • Mac 5
  • Linux 7
Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27
Windows 0 2 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0
Mac 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text Syntax for Godot Dialogue Manager

This repository provides a custom syntax highlighter for Sublime Text. It formats .dialogue files used by Nathan Hoad's Dialogue Manager in Godot 4.

I built this plugin to help me with the development of my game, Fhaloness. Fhaloness is a 2D pixel art tactical narrative game. Managing complex dialogue requires clear visual structure. This syntax file makes reading and writing dialogue scripts easier.

Features

This plugin provides specific colour coding for dialogue scripts. It isolates logic from spoken text. It recognises the following elements:

  • Character names and optional portraits
  • Dynamic character names using variables
  • Dialogue choices
  • Jump and return flow control symbols
  • Logic keywords like if, else, match, and when
  • Boolean values and math operators
  • BBCode text formatting tags
  • Translation identifiers

Manual Installation

You can install this syntax file manually before it reaches Package Control.

  1. Open Sublime Text.
  2. Click Preferences in the top menu.
  3. Select Browse Packages.
  4. Create a new folder named DialogueManager in the packages directory.
  5. Place the dialogue.sublime-syntax file into this new folder.
  6. Open any .dialogue file to see the updated colours.

Usage

Sublime Text will automatically apply the syntax to files with the .dialogue extension. You can also set it manually by clicking the bottom right corner of the editor and selecting Dialogue Manager.