Color Palette

From A Hat in Time Wiki
Jump to navigation Jump to search

A Color Palette, simply known as Dyes are customization collectibles that allows you to change Hat Kid's or Bow Kid's colors of their models, using two (or more) shades of colors.

Setup

/* to-do */

class CLASS_NAME extends Hat_Collectible_Skin;

defaultproperties
{
	HUDIcon = Texture2D'TEXTURE_PATH_HERE'
	ItemName = "NAME_HERE"
	ItemQuality = class'Hat_ItemQuality_Legendary'

	SkinColor[SkinColor_Dress] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Cape] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Pants] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Shoes] = (R=0, G=0,B=0)
	SkinColor[SkinColor_ShoesBottom] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Zipper] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Hair] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Orange] = (R=0, G=0,B=0)
	SkinColor[SkinColor_Hat] = (R=0, G=0,B=0)
	SkinColor[SkinColor_HatAlt] = (R=0, G=0,B=0)
	SkinColor[SkinColor_HatBand] = (R=0, G=0,B=0)
}

Localization

/* to-do */

Video