Skip to main content

Profile Storage Location

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:

  1. You need to create a zp8.profilemanager.json file in your Documents (if it doesn't already exist)
  2. 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.