Original .DAT color names?
Hello, I was trying to recolor a custom item from the config in my client.
As an example :
Code:
itemDef.modified_model_colors = new int[] { 0, 103, 66, 78, 86, 38333, 127, 107, 115, 90 };
itemDef.original_model_colors = new int[] { 1023, 23, 60, 48, 40, 920, 12, 0, 0, 0 };
However I noticed that the Metasequoia program or the DatMaker program renames the colors to "mat####"
Therefore, If I make a custom model, and I want to reuse it multiple times and recolor it from the config I don't know what to call each material.
Does anyone here know? In the config, the colors are often referred to as just the numbers but it didn't work.