Users browsing this thread: 1 Guest(s)
Relative Location help.
#1
I am having trouble figuring out how to make a file path relative, does anyone have a way to do it?
Reply
Thanked by:
#2
Depends on your file type.


For OBJ - Delete everything before the folder the texture is in.

map_Kd C:\\Users\\Owner\\Desktop\\Models\\Textures\\body.png

map_Kd Textures\\body.png



For DAE - Replace everything before the folder the texture is in with "." [period], If the texture is in the same folder as the model then delete everything other than the texture name.
<init_from>C:\Users\Owner\Desktop\Models\body.png</init_from>

<init_from>.\Models\body.png</init_from>


For FBX - Check your program's texture path settings before exporting.

[Image: attachment.php?aid=15281]


Attached Files Thumbnail(s)
   
Hey, I'm Jasper! I am an avid model ripper, I also like Splatoon and Vocaloid.

Currently ripping from: N/A
Reply
Thanked by:


Forum Jump: