emoglobinsky 149 Posted December 1, 2015 Hi, i'm facing an unknown issue : Here is my folder : \EMOGLOBINSKY\Test_building\Data\ \EMOGLOBINSKY = main user folder \Test_building = folder of the object with .p3D, config.cpp and Rvmat \Data = folder wit textures If i write texture="p\EMOGLOBINSKY\Test_building\Data\bricks_red_horizontal_b_co.paa"; It's an absolute path and my texture can be seen in Object builder. If i write texture="\EMOGLOBINSKY\Test_building\Data\bricks_red_horizontal_b_co.paa"; i don't shows up. I tried everyway to write this path and nothing worked so far... What am I doing wrong ? Share this post Link to post Share on other sites
giorgygr 61 Posted December 1, 2015 If i write texture="p:\EMOGLOBINSKY\Test_building\Data\bricks_red_horizontal_b_co.paa"; It's an absolute path and my texture can be seen in Object builder. actually you are missing the : from above to work properly..but yes..this is how it works for me too.. In the .cpp i didn't had any issues as model="\EMOGLOBINSKY\Test_building\Data\XxmodelxX.p3d"; Share this post Link to post Share on other sites
emoglobinsky 149 Posted December 1, 2015 I figured out, my files weren't under p/ drive. It worked, for somes reasons my rvmat weren't updating. Thanks for the help ! It worked now with : "EMOGLOBINSKY\Test_building\Data\bricks_red_horizontal_b_co.paa" P:\EMOGLOBINSKY\ is my working folder. Share this post Link to post Share on other sites