queequeg opened this issue on Apr 24, 2003 ยท 7 posts
queequeg posted Thu, 24 April 2003 at 7:31 AM
I've been searching around and I can't seem to find a way to allow pose files to change the "Scale" of bodyparts. Something like the way Blackhearted made a MOR file for his "Ki" model. Is there a way to do this. Specifically, I'm looking for a way to allow Pose Injections to alter the Scale of Victoria 3. Thanks.
lesbentley posted Thu, 24 April 2003 at 11:17 AM
lesbentley posted Thu, 24 April 2003 at 11:26 AM
P.S. If you have a MAT pose that you want to add scaling to, try using the MAT in place of Blank No Chans.pz2 in the above example.
maclean posted Thu, 24 April 2003 at 2:54 PM
Yes, you can use 'MAT' files from the Pose folder. As les said, Pose files don't hold scale info, but you can add that info and use them from the Pose library. They're called SET files and I use them for all sorts of things, from positioning to changing joint parameters. Here's a simple 'SET' file for scale which works in both the Pose folder and Cameras. { version { number 4.01 } actor BODY:1 { channels { scaleY yScale { keys { k 0 1.1 } } } } actor hip:1 { channels { scale scale { keys { k 0 1.5 } } } } } --------------------- Copy the above and save it with the extension .pz2 (for Poses) or .cm2 (for Cameras). Apply it to any figure (with a hip) and it will scale the BODY to Yscale 110% and the hip to Scale 150% (main scale dial). This is just for illustration purposes. You can make your own like this. 1. Make the version section. { version { number 4.01 } 2. Add a BODY section (if required) actor BODY:1 { channels { scaleY yScale { keys { k 0 1.1 } } } } 3. Add the actors you need. actor hip:1 { channels { scale scale { keys { k 0 1.5 } } } } 4. Add the closing brace. } --------------------------------- Note that for each actor you add, it's name must correspond exactly with the actor in the figure. To make the other scale channels, these are the names you use scale scale (= main scale dial) scaleY yscale (= Yscale dial) scaleX xscale (= Xscale dial) scaleZ zscale (= Zscale dial) As les pointed out, a value of 1 = 100%. A value of 1.1 would be 110%, 2 = 200% and 1.25 = 125%. For 212% your Key line would read 'k 0 2.12' Any problems, just shout. mac
queequeg posted Thu, 24 April 2003 at 3:15 PM
That's beauty! Thanks for the help Les and Mac! Good tips on making the Blank Pose File and the SET Files. Will definitely use that in the future!
lesbentley posted Thu, 24 April 2003 at 5:47 PM
Corection, point#6, post #2, should read Save the pz2 in the RIGHT pannel with a new name.
Anthony Appleyard posted Fri, 25 April 2003 at 2:56 AM
I made my BIGHANDS hand files (same format as pose files) by text-editing to get the scale channels in.