Forum: Poser - OFFICIAL


Subject: need help from a kind soul....

skee opened this issue on Oct 27, 2004 ยท 9 posts


Roy G posted Wed, 27 October 2004 at 2:44 PM

One BIG problem is there are two obj. files of the same name. And for some reason the zip file structure would put them in the Geometries folder (where they should be.) But the cr2 looks for them in the characters folder.

The obj file for the cape is included but, isn't called for in the cr2. Instead the cape is imbedded in the cr2 file. Which is why that's the only thing that loads.

Here is how I fixed it.
Use the smaller of the two obj. files and put it in a folder, Runtime/Geometries/BattyGuy/
You don't need to copy over any of the other obj files.
Edit the cr2 file and change the lines
figureResFile :Runtime:libraries:character:4th Party:BattyGuy.obj
to
figureResFile :Runtime:Geometries:BattyGuy:BattyGuy.obj

I would also edit the cr2 to point to wherever you put the texture file.

Have fun