Forum: Poser - OFFICIAL


Subject: Where can I find a tutorial on readscript ?

compiler opened this issue on Mar 07, 2004 ยท 4 posts


maclean posted Mon, 08 March 2004 at 2:38 PM

Here's a little thing I discovered about readscript. You can also include readscripts in a .pz3 file and they work. What you have to do is replace all geometry references, actors and figure blocks with the appropriate readscript pointing to a cr2, (and leave all the other pz3 information, like lights and cams, intact). In other words, one line for each character instead of the entire obj/cr2 references. I thought that this method might solve the problem I was having with readscripts calling multiple cr2s (where the BODY numbers don't write properly), but unfortunately, the problem's still there. Still, it's an interesting way to cut down pz3 size considerably if you only have one character. mac