Page 1 of 1

My .obj mmodel skin won't load!

Posted: June 21st, 2012, 3:17 pm
by lzrstrm
The skin or the texture's for my three .obj mmodels won't load or aern't working.
on the left is a pile of logs, on the right is a rock/stone, and in the middle is a warrior im going to use as an enemy.
My first mmodel I imported to PAS was an old man that I used as a Grandpa, it worked fine with the following code in the obj.cfg file I made for it

Code: Select all

objload tris.obj
objskin skin.jpg
mdlscale 100
But when I use the same code in the obj.cfg file for the other models, the .obj loads but the texture won't
Does anyone know a solution?
Do I have to call the skin.jpg something different for each file?

Re: My .obj mmodel skin won't load!

Posted: June 21st, 2012, 3:21 pm
by lzrstrm
Hereare the pics for them

Re: My .obj mmodel skin won't load!

Posted: June 21st, 2012, 8:27 pm
by Mike
skin.jpg = whatever you named the skin when you actually made the model. So it could be a variety of names. Take care.
-mike

Re: My .obj mmodel skin won't load!

Posted: June 21st, 2012, 9:35 pm
by Hirato
also the first argument for *skin is the name of the mesh you're skinning.
If the file names are tris.obj and skin.jpg/png/tga/whatever - you can just ignore the objload and the objskin stuff in the cfg, that'll be applied implicitly