Forum: Poser - OFFICIAL


Subject: Use of comment in Poser-files?

bagoas opened this issue on Oct 15, 2005 ยท 29 posts


maclean posted Sat, 15 October 2005 at 10:01 AM

Here's a sample of the most obvious commented poser file - default.figure from the figures folder. This is the one which loads up the default guy.

------------------------ starts here ---------------
{
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"

}
---------------------------- ends here -------------------

Note that the last readscript line (which is NOT commented), is the one which actually works. The other commented ones are all inactive alternatives. mac

Message edited on: 10/15/2005 10:03