This is an old revision of the document!


SLUDGE

A gaming engine for the desperate

The name invokes sensations of form and function…
The form, mostly a blob; the function, mostly dubious.

The Storming Leech Ultimate Dialog Game Engine is a collaboration between myself and my inner demons, designed over the course of several years and several misguided projects and developed since February of 2016. It's designed to work with Game Maker Studio.

I'm working on my game and now I need to add dialog. 
Does anyone know a good way to add wrapped, colored text with markup and textboxes 
and typewriter effect and avatars to my game?

This asset solves the problem with a single self-contained object (and a folder filled with lots of useful scripts). You drop the object into your game, and dialog takes care of itself.

Some features:

  • Wrapped typewriter text with tag support for changing color and font
  • Character portraits, with automatic interpolation animations
    • Characters can be made from layers, allowing you to re-use poses with many expressions
    • Sets of visible layers are stored as expressions and selected as you build your game
  • Choice boxes that can link and/or set data
    • Choices can appear/disappear based on data
    • Choices can set/increase/decrease stored data
  • Dynamic linking: links can change based on game decisions/data
  • Fully visual editor to position characters, text, and choices
  • Multiple text boxes, characters, and choices on-screen at once
  • Support for Game Maker's camera system to position graphics
  • Overflow handling; text breaks into multiple boxes as needed
  • Custom text tags to pause typing or play sounds in time with text
  • Made with localization in mind:
    • All text is in external files
    • Text is stored as “text”: “yourData” with no messy code lines to clean
    • Language files can be swapped in and out by simply setting the language variable
  • Data generated by choices is stored in a map structure
    • Easy to get data from the engine for use in your game
    • Easy to change data that the engine uses for text/choices
  • Visual style editor: design textboxes and choice boxes within the editor
  • Visual character editor: set your character's layers and expressions on-screen
  • Modular design; each aspect of the engine operates pretty independently and granularly
  • 100% GML - my code works as well as yours for cross-platform

Basically, the idea is that you could make a complete visual novel without writing any GML code at all. Or, you can write your game to any level of detail you want, and then add on however much dialog you want.

As I've played with Game Maker over the years (since 2003), I've added visual editing tools to every casual game I've made, and I have had to solve and re-solve the problem of adding custom dialog too many times. I needed to put all of my most common needs into a single comprehensive engine. And that's SLUDGE.

For further ramblings, see Why Game Maker and Why SLUDGE

  • slidge/what_is_slidge.1525120719.txt.gz
  • Last modified: 2018/04/30 20:38
  • by journeyman