Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Nevar

Need some help with my fist addon.

Recommended Posts

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?

unbenannt-1pryu4.jpg

Edited by Nevar

Share this post


Link to post
Share on other sites

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

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

Like so:

displayName = "Soldier GreenZone";

author="Nevar";

Share this post


Link to post
Share on other sites
Sign in to follow this  

×