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

Godot Dialogue Manager

by hobbesjaap ALL New

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

Details

Installs

  • Total 0
  • Win 0
  • Mac 0
  • Linux 0
May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20
Windows 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 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 0 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.