Material Color Changer - rfvgyhn/gnomoriamods GitHub Wiki

Description

Allows you to specify different colors for in-game materials (like ore).

Usage

Colors are defined in your Gnomoria folder under Mods/Data/Rfvgyhn.Gnomoria.Mods/MaterialColorOverride.txt. If this file doesn't exist, you may create it or you may let the mod create it. Loading Gnomoria with the mod enabled will create it for you if it doesn't exist. You will then need to make your changes and reload the game.

Colors are defined as MaterialName R, G, B, A. Material names can be found in Material.xnb. You'll need to unpack that file if you'd like it in a human friendly format.

To disable/comment a line, prefix it with a hash (#)

Examples

Pink Copper

#coal		64, 64, 64, 255
copper		255, 0, 255, 255
#malachite	28, 140, 70, 255
#tin		127, 127, 127, 255
#bronze		166, 125, 61, 255
#iron		76, 76, 76, 255
#steel		70, 130, 180, 255
#lead		118, 136, 143, 255
#silver		192, 192, 192, 255
#gold		255, 215, 0, 255
#rose gold	183, 110, 121, 255
#platinum	229, 228, 226, 255
#emerald	25, 233, 25, 255
#sapphire	25, 25, 233, 255

Pink Copper Pink Copper

Rotten Strawberries

#coal		64, 64, 64, 255
strawberry	25, 25, 233, 255

Rotten Strawberries