Darkworld opened this issue on May 29, 2001 ยท 13 posts
ScottA posted Thu, 31 May 2001 at 7:04 PM
Yes...any time you make changes you should delete the .rsr in the Geometries folder for that figure. I'm not sure I know what you are trying to do. But if you are getting invisible body parts. That means there are lines in the .cr2 file that don't match the .obj file it's looking for. If all you want to do is put an .obj pointer to a P4head. Then I think all you need to do is put this in your list of actors under the first .obj pointer heading: actor head:1 { geomCustom { numbVerts 0 numbTVerts 0 numbTSets 0 numbElems 0 numbSets 0 } storageOffset 0 0 0 objFileGeom 0 0 :Runtime:Geometries:P4NudeWoman:P4NudeWom.obj } Just replace your current geomCustom info with those lines. ScottA