AveryTheKitty 2626 Posted March 10, 2014 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
zeotrope 24 Posted March 11, 2014 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
AveryTheKitty 2626 Posted March 11, 2014 Resolution: Yes Color Depth: ??? Share this post Link to post Share on other sites
surpher 1 Posted March 11, 2014 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
AveryTheKitty 2626 Posted March 11, 2014 picture = "MediCri_BAF\BAF\Data\UI\icon_h_bandanna_mtp_ca.paa"; Share this post Link to post Share on other sites
surpher 1 Posted March 11, 2014 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