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 28
  • Win 17
  • Mac 4
  • Linux 7
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 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 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 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0
Linux 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 3 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.