Jump to content
Sign in to follow this  
emoglobinsky

Textures path in Rvmat files ?

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×