Reskinable objects problem. - by neux
neux on 13/10/2016 at 16:58
I'm having a problem with reskinbale ladder from thief repository.
I create an object, add model shape, bounding box and then i set Shape/TxtRepl r0 - r3 with .gif image from obj/txt folder but results are not visible.
What am i missing here?
Cardia on 13/10/2016 at 17:10
try to rename the name of the texture
Tannar on 13/10/2016 at 17:19
You have to include the entire file path from the root folder. For example, let's say the texture files you choose are in obj/txt16 and are called wood1.gif, wood2.gif and wood3.gif. In the TxtRepl fields you would need to enter:
TxtRepl0: obj/txt16/wood1
TxtRepl1: obj/txt16/wood2
TxtRepl2: obj/txt16/wood3
neux on 14/10/2016 at 00:16
A bit ashamed that I didn't try that. I was convinced that the root would be at least obj folder as were dealing with objects. For example root for model shape is obj folder. I did try txt/name.gif.
Anyway, thanks guys!