Does anyone know how to change the hue and name of pieces of Ore? I looked in Ore.cs, Ingot.cs, ResourceInfo.cs, etc. and I can't find where to change it.
 
ResourceInfo.cs,

Code:
        private static readonly CraftResourceInfo[] m_MetalInfo = new CraftResourceInfo[]
            {
            
                new CraftResourceInfo( 0x000, 1053109,  "Iron",                CraftAttributeInfo.Blank,        CraftResource.Iron,                    typeof( IronIngot ),            typeof( IronOre )         ),

0x000 = the HUE
 
I did that for all the files. Do you know which spot the actual display name is located?
[doublepost=1508071879][/doublepost]Anybody know what this error means?

upload_2017-10-15_8-51-14.png
 
Back