This page describes how the main parts of SLIDGE are related.

Scenes in a file

A sample of 1 scene containing 2 moments with text, characters and choices:

  • File
    • Scene
      • Moment 0
        • Background
        • Textboxes
          • Specific Textbox
          • Specific Textbox
        • Characters
          • Specific Character
          • Specific Character
      • Moment 1
        • Background
        • Textboxes
          • Specific Textbox
          • Specific Textbox
        • Characters
          • Specific Character
          • Specific Character
        • Choices
          • Specific Choice
          • Specific Choice

Styles

Within the structure of the Scene files, there are references to Styles within textboxes and choices. These styles determine the appearance of objects in SLIDGE.

A sample style file with textbox and choice box styles

  • File
    • “Choice” styles
      • Style
        • textarea data
        • shape data
        • continue button data
        • background data
        • avatar data
    • “Textbox” styles
      • Style
        • textarea data
        • shape data
        • continue button data
        • background data
        • avatar data

Characters

Within the structure of the Scene files, there are references to Character IDs. These structures determine the arrangement of layered images that form a character. A sample character file with 1 character made from 2 layers and 1 expression

  • File
    • Character ID Number
      • layer0
      • layer1
      • width
      • height
      • name
      • expressions
        • Name
        • List of visible layers

For more information about JSON in general, see Overview

For detailed documentation of the data used in SLIDGE, see slidge_formatting

  • slidge/hierarchy_in_slidge.txt
  • Last modified: 2018/06/20 22:06
  • by journeyman