…so in my quest to push all the buttons, I checked out the colors menu, and out of curiosity I tried loading up the template included with the game, no_bright_background.json
. That was a mistake, because since, attempting to start the game sends this error message:
DEBUG : Error: data/mods//dda/../../json/monsters.json: line 15:13: invalid color name
"material": [ "flesh" ],
"symbol": "X",
"color":
^
"white",
"aggression": 100,
"morale": 100,
FUNCTION : bool main_menu::opening_screen()
FILE : src/main_menu.cpp
LINE : 534
From what I’ve found on this forum apparently some colors have been renamed, causing this error with certain mods, but it’s unfortunate that it’s a bug with a file in the official repo. Beyond that I have no idea how to just go back to the defaults (I get the impression I’ll just have to manually replace the template with the default colors?)