TESV armors by MBW444444 These armors were made for mount and blade Warband using module system 1.166 best way to add these armors is to download module system 1.166 Then open your module_items.py. at the end of the file before ["items_end", "Items End", [("shield_round_a",0)], 0, 0, 1, 0, 0], paste: ["ebony_armor", "Ebony Armor", [("ebony_armor",0)], itp_merchandise| itp_type_body_armor |itp_covers_legs ,0, 6553 , weight(27)|abundance(100)|head_armor(0)|body_armor(55)|leg_armor(17)|difficulty(9) ,imodbits_plate ], ["e_boots", "Ebony Boots", [("e_boots",0)], itp_merchandise| itp_type_foot_armor | itp_attach_armature,0, 1770 , weight(3.5)|abundance(100)|head_armor(0)|body_armor(0)|leg_armor(33)|difficulty(9) ,imodbits_plate ], ["e_gauntlets","Ebony Gauntlets", [("e_gauntlets_L",0),("e_gauntlets_L",imodbit_reinforced)], itp_merchandise|itp_type_hand_armor,0, 1040, weight(1.0)|abundance(100)|body_armor(7)|difficulty(0),imodbits_armor], ["e_helm", "Ebony Helmet", [("e_helm",0)], itp_merchandise|itp_type_head_armor|itp_covers_head,0, 1240 , weight(2.75)|abundance(100)|head_armor(55)|body_armor(0)|leg_armor(0)|difficulty(10) ,imodbits_plate ], ["dawnguard_armor", "Dawnguard Armor", [("dawnguard_armor",0)], itp_merchandise| itp_type_body_armor |itp_covers_legs ,0, 6553 , weight(27)|abundance(100)|head_armor(0)|body_armor(55)|leg_armor(17)|difficulty(9) ,imodbits_plate ], ["dawnguard_boots", "Dawnguard Boots", [("dawnguard_boots",0)], itp_merchandise| itp_type_foot_armor | itp_attach_armature,0, 1770 , weight(3.5)|abundance(100)|head_armor(0)|body_armor(0)|leg_armor(33)|difficulty(9) ,imodbits_plate ], ["dawnguard_gauntlets","Dawnguard Gauntlets", [("dawnguard_gauntlets_L",0),("dawnguard_gauntlets_L",imodbit_reinforced)], itp_merchandise|itp_type_hand_armor,0, 1040, weight(1.0)|abundance(100)|body_armor(7)|difficulty(0),imodbits_armor], ["dawnguard_helm", "Dawnguard Helmet", [("dawnguard_helm",0)], itp_merchandise|itp_type_head_armor,0, 1240 , weight(2.75)|abundance(100)|head_armor(55)|body_armor(0)|leg_armor(0)|difficulty(10) ,imodbits_plate ], ["dawnguard_helmfull", "Dawnguard Helmet", [("dawnguard_helmfull",0)], itp_merchandise|itp_type_head_armor|itp_covers_head,0, 1240 , weight(2.75)|abundance(100)|head_armor(55)|body_armor(0)|leg_armor(0)|difficulty(10) ,imodbits_plate ], you can also modify stats of these armors ( example ( body_armor(55) to body_armor(50) ) ) Copy all textures and paste them into your "Textures" folder. Copy .brf file and paste it into your "Resource" folder. Add following line into module.ini: load_module_resource = ebony load_module_resource = Dawnguard_fin Then play with armors. This mod is only fan made so you can expect minor bugs or model issues. Feel free to use this for any future mod development