So this is something which many wonder. Texture artists are a dime a dozen, but people also want to create unique items with their textures. Me included. I decided that although no one had managed yet, I would try to do it anyways. And I got quite far. After having retextured and recolored textures from the armor pieces I wanted in my own "epic" set I started trying to figure out how to get them in the game with duplicating an already existing model under a new entry. Without much knowledge of anything I followed Adinos' example as his model viewer is a great tool. His tool suggest that you need to create new entries of the MAO, MMH, and PHY files. His tool does not take care of the manual LOD the game uses though. So I started doing everything by hand. I got copies of my chosen models for all 3 LODs, races, and genders. Thats 48 files for a chest piece, and 45 files for most other equipable items in the game. Thats 183 files for one set of armor. And thats not even counting the textures, which need multiple versions of themselves for LODs. Then I changed the names of all the files to my own modelvariation f. ex: EM_ARM_HVYe_0.mmh - HVYe is the model and variation code for the ancient elven armor to EM_ARM_WNDr_0.mmh - WNDr is the model and variation code I choose to make sure I did not overwrite any files. I did this to all the files. Then I started opening .MMH files and .PHY files in the toolset. The .MMH files has one entry on top which indicates the name of itself. So I changed that to it's new name. Then almost at the bottom there is one entry that is called MMH_Material_Object this is a refefrence to the MAO file, which I will get back to in a sec. The .PHY files seems to only have one refrence and that is the by the top there is one for the .MMH file, I changed that to the new name. The .MAO files are very straightforward, and lets you list the textures you want to use when the file is called. diffusemap normalmap specularmap tintmask (for the Dragon Age tiered armor tinting). I changed the textures here to the new textures I had created. They still followed the same naming hierarchy. F. ex Original Texture: PM_ARM_HVYe_0d.dds My Texture PM_ARM_WNDr_0d.dds and so on and so one. I also disabled the tintmask by declaring the default semantics as notint, and deleting the texture entry for the tintmask. This is how the Black Legion Armor has disabled it's tint so it should be a sound way of doing it. Before saving the .MAO file I also changed the name entry of the file in the top right to the new name of the file. With all that done there was just one thing missing. Getting the Toolset to recognize the new models and variations. The ItemVariations.xls has tabs for every equipable itemtype. I used that to create 4 new .GDAs armor_light_variations_wndr.gda boots_light_variations_wndr.gda gloves_light_variations_wndr.gda helmet_light_variations_wndr.gda For my purpouse I am using a medium armor model and making it light armor. Putting all these files and my textures into my override folder I could now get the use the new model and variation in the toolset. Here are some images to show my progress. My custom texture in Adinos' model viewer. http://www.home.no/rabbitfly/RangerPreview.jpg All my custom models and variations pulled into the toolset by the material editor. http://www.home.no/rabbitfly/Complete%20Set%20in%20Toolset.jpg My custom model and variation in create item screen. http://www.home.no/rabbitfly/Using%20New%20Model%20to%20create%20new%20item.jpg Thats how far I got, cause trying to equip my newly created items on an npc will make the item become invisible. Also equipping the helmet will crash the toolset. I am slightly at a loss here, the models and variations have had near no change done to them, and they are seemingly working perfect until I actually apply them to an npc in the game. I am hoping we can work together to get further on this, and I hope that showing you my process will help other people eliminate their problems faster. I will keep trying and updating, but I need to take a break now. 183 files = 549 name edits have taken it's toll (yes I know I should have started with 1 file, but I got all excited :P)