Jump to content
Sign in to follow this  
AveryTheKitty

Item Pictures not appearing in Inventory

Recommended Posts

When using VAS the items' pictures appear but when I look at them in my inventory the icon isn't there but the item is.

My code is basically this:

picture = "pathtofile.paa";

Share this post


Link to post
Share on other sites

Is the icon's res the same as what BIS uses? Is the color depth the same?

Share this post


Link to post
Share on other sites

What is the actual path for your UI image? I noticed some weird things related to UI image paths, like this adding prefix to the path.

Share this post


Link to post
Share on other sites
picture = "MediCri_BAF\BAF\Data\UI\icon_h_bandanna_mtp_ca.paa";

Share this post


Link to post
Share on other sites

Try adding a \ infront of the path.

picture = "\MediCri_BAF\BAF\Data\UI\icon_h_bandanna_mtp_ca.paa";

If that don't help see this post.

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  

×