I downloaded maw's (excellent) armour pack. I put the brf in the resource folder, and the textures in the textures folder. I have load_module_resource = "brfname", scan_module_textures = 1 in the module.ini, so no problem there. I then added this from maw's pack,
["leather_rein_ss", "Leather Armour", [("leather_rein_ss",0)], itp_merchandise| itp_type_body_armor|itp_covers_legs,0,
945 , weight(19)|abundance(100)|head_armor(0)|body_armor(36)|leg_armor(11)|difficulty(0) ,imodbits_armor ],
into the bottom of module_items. I then equipped a troop with it. Now, if I try to start Mount and Blade after successfully compiling, I get the error "get_object failed for texture"
Any ideas what might be wrong?
EDIT: It appears it has nothing to do with me adding that particular armour. The error appears even when I comment it all out. Darn, something must be wrong with the textures?
["leather_rein_ss", "Leather Armour", [("leather_rein_ss",0)], itp_merchandise| itp_type_body_armor|itp_covers_legs,0,
945 , weight(19)|abundance(100)|head_armor(0)|body_armor(36)|leg_armor(11)|difficulty(0) ,imodbits_armor ],
into the bottom of module_items. I then equipped a troop with it. Now, if I try to start Mount and Blade after successfully compiling, I get the error "get_object failed for texture"
Any ideas what might be wrong?
EDIT: It appears it has nothing to do with me adding that particular armour. The error appears even when I comment it all out. Darn, something must be wrong with the textures?