Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default tiles and shaders used in Caves of Qud use 3-color tiles. Black, non-transparent pixels are painted with the foreground color, white non-transparent pixels are painted with the detail color and transparent pixels are painted with the background color.

 

Image Modified

Example "3 color" Gunslinger Tile

Image Modified

Example Gunslinger Dynamically Colored In-Game

 

If you'd like your mod to supply true color tiles instead of the default 3-color tiles (white, black, transparent), then include a modconfig.json in your mod's root with the Following contents.

Truecolor tiles will be shaded as their natural color, with the background color blended in at 1-alpha.

Code Block
titleSample %appdata%\Caves of Qud\Mods\[your mod name]\modconfig.json enabling truecolor shader mode
{
  "shadermode":"1"
}