Forum: Poser - OFFICIAL


Subject: Multiple characters: Is this a P4 bug? Is there a solution?

Tintifax opened this issue on Feb 04, 2004 ยท 19 posts


Tintifax posted Wed, 04 February 2004 at 9:04 AM

No, I do not make the names different. I have a lot of parts in the cr2 files that can be switched off separately. These parts are named (actor!) equally in several figures, so that I have one SET file that works with all cr2 files. Example Figure 1: { version { number 4.01 } figureResFile :Runtime:Geometries:TFX:ClawHall:ClawEdgeSmall.obj actor BODY:1 { } actor EdgeCore:1 { storageOffset 0 0 0 geomHandlerGeom 13 EdgeCore } actor CeilTile01:1 { storageOffset 0 0 0 geomHandlerGeom 13 CeilTile01 } actor ColBase:1 { storageOffset 0 0 0 geomHandlerGeom 13 ColBase } actor FloorTile01:1 { storageOffset 0 0 0 geomHandlerGeom 13 FloorTile01 } Figure2: { version { number 4.01 } figureResFile :Runtime:Geometries:TFX:ClawHall:ClawWallRail.obj actor BODY:1 { } actor RailCore:1 { storageOffset 0 0 0 geomHandlerGeom 13 RailCore } actor RailLeft:1 { storageOffset 0 0 0 geomHandlerGeom 13 RailLeft } actor RailRight:1 { storageOffset 0 0 0 geomHandlerGeom 13 RailRight } actor FloorTile02:1 { storageOffset 0 0 0 geomHandlerGeom 13 FloorTile02 } actor FloorTile01:1 { storageOffset 0 0 0 geomHandlerGeom 13 FloorTile01 } Thanks for the hint on Phyton, I knew I had to read the manual one day...