I have made a number of custom armors for my custom elven race, called Cala'Quessir. Some pictures of them are below. (my races colors are green and brown so the armor is mostly those colors by design)
Most of them except for the leathers are just finding armor models out there in the CoreGFX files and adding colors to them with the Color_Clothing and Color_Metal tags.
Code: xml
- <GameItemTypeModel>
- <ModelFile>silver_chest_guard.hkb</ModelFile>
- <Attachment>chest_center_lcf</Attachment>
- <Texture_All>Silver_Armor_Texture_01.png</Texture_All>
- <Color_Clothing1>58,42,25,255</Color_Clothing1>
- <Color_Clothing2>38,73,47,255</Color_Clothing2>
- <Color_Metal>38,73,47</Color_Metal>
- </GameItemTypeModel>
Leather armor is different. The textures are pre-colored and are not transparent so you can't color them the same way. What I did for those is to convert the textures to a png file then open the png file in Photoshop, filter on the light brown color and Erase. What this does is get rid of the brown but leave enough of the dark for shading. Then I darken the remaining brown to black to make the shading more compatible with a greater range of colors. so the armor has a 3D effect.
To demonstrate this, I threw together a set of "Dyed Leather Armor" that will work for all the vanilla races. The Dyed Leather Armor will take the colors of the Primary (Main) and Secondary (Trim) colors defined for the faction. The URL is below (sorry it wouldn't let me include a link) and also loaded in the ModLibrary. Load the mod on your game system and you can see the dyed leathers in Sovereign creation. They have the same stats and prereqs as Leather Armor so they are usable without causing any balance issues. You can make these into customized armors by getting rid of all the <SupportedUnitModelType> tags (<SupportedUnitModelType>CalaQuessirMale</SupportedUnitModelType>) except for the ones for your race.
http://www.curtis-home.net/Files/AIM_DyedLeatherArmor.zip
Dyed Leather - Capitar

Dyed Leather - Pariden

Dyed Leather - Gilden

Dyed Leather - Resoln







//