Gorodin opened this issue on May 07, 2003 ยท 9 posts
maclean posted Wed, 07 May 2003 at 3:14 PM
Do as Ajax suggested. Export your prop as an obj (with ALL options unchecked), put it in one of the Geometries folders, then open the pp2 file in notepad. You'll see something like this at the beginning of the file... ------------starts here ---------- { version { number 4.01 } prop myprop_1 { geomCustom { numbVerts 24 numbTVerts 24 etc, etc ----- lots more lines ---- ----ending with this ------ f 13/21 10/22 17/23 f 17/23 21/24 13/21 } } prop wall ------------ends here ---------- Yo0u need to cut out EVERYTHING between the lines 'geomCustom' and the last brace and replace it with the path to your obj file. It should look like this. ------------------------------------- prop myprop_1 { storageOffset 0 0 0 objFileGeom 0 0 :Runtime:Geometries:myfolder:myobjname.obj } prop myprop_1 -------------------------------------------- Change the 'myprop' names and folder path to match your own, save it under a NEW NAME (just in case) with the extension .pp2, then open it in poser and go. mac