Stardew Valley

You can configure the color console output shows as in the console. Note that this only the console output added by this mod - not messages from other players.

By default, white/black is shown as light blue and every other color is left as is.

To do this, edit ColorOverrides in the config.json. This field is a map from the console color to the chat box color it should show as, e.g.

"ColorOverrides": {
 "CONSOLE COLOR: "CHAT BOX COLOR",
 // more if you want
}


Valid console colors: Black Blue Cyan DarkBlue DarkCyan DarkGray DarkGreen DarkMagenta DarkRed DarkYellow Gray Green Magenta Red White Yellow .

SMAPI uses one of two color schemes. On a dark background:
Trace = DarkGray
Debug = DarkGray
Info = White
Warn = Yellow
Error = Red
Alert = Magenta
Success = DarkGreen

On a light background:
Trace = DarkGray
Debug = DarkGray
Info = Black
Warn = DarkYellow
Error = Red
Alert = DarkMagenta
Success = DarkGreen

You can specify other console colors, but if SMAPI doesn't use them, then they'll have no effect.

Valid chat box colors: There's a list here: https://docs.microsoft.com/en-us/previous-versions/windows/xna/ff433752(v=xnagamestudio.40) Ignore everything that isn't the name of a color.

Article information

Added on

Edited on

Written by

CatCattyCat

0 comments