Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 23 7:38 pm)
the pz2 files are just plain text, any text editor will open them. If the file is using other files there will be a readscript line with a file name and path. A mat pose file should NOT be loading deltas or channel visibility because those are morph injections.
It looks like those poses are loading morphs and textures, which is OK . It may be that your preferences are set to a shallow search path which will limit finding the referenced files.
You can use any text editor to look inside PZ2 file (you can't with PZZ because they are compressed)
For example, below is injecting base morphs to V4
{
version
{
number 4.01
}
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.V4BaseAll.pz2"
}
But that points to another file, so we look in that and see what it wants (part below)
{
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"
....and more stuff**
so make sure the files are in the folder it is asking for.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
MacBook Pro OSX El Capitan Ver 10.11.6