Profile Storage Location
Please read the Material Usage Rules on this site.
By default, profiles are stored in the following directory:
C:\Users\{USER}\AppData\Local\ZennoLab\Profiles
Currently, setting the profile storage path works like this:
- You need to create a
zp8.profilemanager.jsonfile in your Documents (if it doesn't already exist) - Add a Paths section to the file
Example:
To save to the TWST folder
{ "Paths":
{ "ProfilesRootPath": "C:/Users/Administrator/Desktop/TWST" }
}
Or if you want to save profiles to the D drive in the Name folder, add the following:
{ "Paths":
{ "ProfilesRootPath": "D:/Name" }
}
Please note
The path in Explorer is written as D:\Name, but for JSON you need to use D:/Name.