Forum: Poser - OFFICIAL


Subject: CR2 Autoloader questions

wolfie opened this issue on Feb 20, 2011 · 6 posts


wolfie posted Sun, 20 February 2011 at 5:55 PM

Ok, I have made a CR2 autoloader script for V4 that loads her and then injects all the morphs I have for her (or the ones I commonly will use that is).

One of the sets, NBM has a starter size inj file that has its morphs set to 1 to start with.  Whats the syntax to set the two dials (one on body, one on chest) to 0 after loading the injections.

Also, is there a way, in a CR2 to pre-select the body as the active selection by default rather than the hip?

 

[quote]

{
    version
    {
        number 4.01
    }
    readScript ":Runtime:libraries:Character:DAZ People:Victoria 4.2.cr2"

    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.V4BaseAll.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.V4Morphs++All.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.Stephanie 4All.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.Aiko4All.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.EliteAll.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.NBM for V4All.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.NPM_SP4All.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.Reby SkyAll.pz2"
}

[/quote]