Nevar 15 Posted June 29, 2015 (edited) I could use some help with my first addon. Its a retexture of the BLUFOR uniform, but I have some trouble. First thing is my config. I always get an "Error with config" message when using BinPBO. Still one of the two uniforms appears in the VA?! I edited the normal map, but how do I assign it to my uniform? And my last question for the time being, how do I sign my addon so my name is shown under the uniform name? Edited June 30, 2015 by Nevar Share this post Link to post Share on other sites
chops 111 Posted July 1, 2015 Use author="Nevar"; so your name will show. Also, you probably need to point to the addon where "B_Soldier_base_F" is contained, by listing it in requiredAddons[] = {}; Eg: requiredAddons[] = {"characters_f_epa"}; Be careful not to confuse the name of the pbo with the name of the addon. Eg "nevar_uniform" is the name of your addon. Cheers Chops Share this post Link to post Share on other sites
Nevar 15 Posted July 2, 2015 I edited my config according to some tutorials and your help, but there is still an error somewhere... Use author="Nevar"; so your name will show. Also, you probably need to point to the addon where "B_Soldier_base_F" is contained, by listing it in requiredAddons[] = {}; Eg: requiredAddons[] = {"characters_f_epa"}; Be careful not to confuse the name of the pbo with the name of the addon. Eg "nevar_uniform" is the name of your addon. Cheers Chops Where exactly do I put the author-tag? Okay, according to the tutorials I read, it should be "A3_Characters_F_BLUFOR". Share this post Link to post Share on other sites
chops 111 Posted July 5, 2015 Like so: displayName = "Soldier GreenZone"; author="Nevar"; Share this post Link to post Share on other sites