Versions Compared

Key

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

...

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


Tile Size

Include a display.txt in your mod's base directory with the following entries to override the game tile height and width

Code Block
titlesample display.txt
{

	"tiles":{
		"width":"24",
		"height":"24"
	}
}