Bruce Conway 2 Posted April 13, 2017 Hi, I've been trying to publish my weapon addon to steam but I've recently come into trouble with the textures (rvmat works fine). specifically the error message is "Cannot Load Texture P:\Lewis\data\Lewis_MG_BaseColour_co.paa". I have my textures set in the .p3d file but it seem to be constantly referring to the texture file in my project file and not in the pbo. I know this because when I rename my project folder the texture doesn't work. I'm using pboProject to create my pbo. Share this post Link to post Share on other sites
Whitefame 16 Posted April 14, 2017 Try to remove the P: to the texture path. so it instead says "Lewis\data\Lewis_MG_BaseColour_co.paa"!! Share this post Link to post Share on other sites
Bruce Conway 2 Posted April 18, 2017 I fixed the issue, I had to set the texture path in object builder (File>Options>Path for textures) Share this post Link to post Share on other sites