Forum: Poser - OFFICIAL


Subject: Would like to rid poser of the defaut figure

mangina opened this issue on Jan 25, 2002 ยท 7 posts


Impudicus Rex posted Fri, 25 January 2002 at 1:27 AM

Or edit the default.figure file in your Runtime|Figures directory. It can be opened and edited with any text editor and it's very short and well commented. In fact... Here it is in it's entirety: { version { number 3.0 } //-------------------------------------------------------- // These are commented out lines. You can switch these and/or modify // the name to change the default figure //-------------------------------------------------------- // readScript GetStringRes(1032,24) // readScript ":Runtime:libraries:character:People:Casual Man.cr2" // readScript ":Runtime:libraries:character:Poser 4 Lo:Casual Man P4 Lo.cr2" //readScript ":Runtime:libraries:character:Poser 2 Lo:Casual Man P2 Lo.cr2" readScript ":Runtime:libraries:character:Poser 2 Lo:Default Guy.cr2" }