Forum: Poser - OFFICIAL


Subject: Any harm in deleting unneeded V4 morphs?

imax24 opened this issue on Nov 08, 2011 · 9 posts


markschum posted Tue, 08 November 2011 at 10:42 AM

I missed a bit. If you open the inj pose in a text editor (I use wordpad that came with winxp) you may find that it uses a readscript command to refer to a file in the !DAZ folder.  If you look at the inj pose that loads all the morphs (or a large subset of them) you can make your oen pose file to inj only those values you use often.

 

hre is what the V4 inj all base morphs looks like

{
version
    {
        number 4.01
    }

    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.CTRLTongueSide-Side.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.DSTStrength.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.FBMMale.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.FBMMaleNS.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.FHMGeorge.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.FHMJohn.pz2"
    readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:Base:InjDeltas.FHMPaul.pz2"

 

well the forum has messed it up some but you get the idea , each readscript is its own line.