Jump to content
Sign in to follow this  
B. Aidan

Icons not showing in inventory

Recommended Posts

I've created some French re-textures of NATO uniforms, and the icons are showing up in the arsenal, but when I open inventory, there is nothing there.

 

Below is a sample of my config

 

    { 
        class ItemInfo; 
    }; 
         class French_CE: Uniform_Base 
    { 
        scope = 2; 
        displayName = "French CE"; 
        picture = "FrenchCamos\Icons\rpimalogo"; 
        model = "\A3\characters_f\BLUFOR\b_soldier_01.p3d"; 
        class ItemInfo : UniformItem { 
            uniformClass = "French_CE"; 
            containerClass = "Supply50"; 
            mass = 35; 
        }; 
    };
 class French_Daguet: Uniform_Base 
    { 
        scope = 2; 
        displayName = "French Daguet"; 
        picture = "FrenchCamos\Icons\rpimalogo2"; 
        model = "\A3\characters_f\BLUFOR\b_soldier_01.p3d"; 
        class ItemInfo : UniformItem { 
            uniformClass = "French_Daguet"; 
            containerClass = "Supply50"; 
            mass = 35; 
        }; 
    };
};

Share this post


Link to post
Share on other sites

Changed     picture = "FrenchCamos\Icons\rpimalogo";

To     picture = "\FrenchCamos\Icons\rpimalogo";

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×