Difference between revisions of "Storage of Content"
Jump to navigation
Jump to search
(Created page with "Storage of content The .clData/Users/<username> folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in ther...") |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
The .clData/Users/<username> folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in there replicated from the AWS S3 cloud. | The .clData/Users/<username> folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in there replicated from the AWS S3 cloud. | ||
− | .clo files ("Constructive Labs Object") - contain JSON text data. If you put that into an online JSON pretty-printer you can read the content for the zone. | + | '''.clo''' files ("Constructive Labs Object") - contain JSON text data. If you put that into an online JSON pretty-printer you can read the content for the zone. |
Properties which do not deviate from the default are not included - just overridden things are included in the clo file. | Properties which do not deviate from the default are not included - just overridden things are included in the clo file. | ||
− | The .dae files contain 3D model geometry These are a COLLADA XML file. They reference textures, in other .jpg and .png files. Here’s a useful ool to inspect .dae files: https://github.com/dabinn/open3mod-kai/releases/download/1.2/open3mod_1_2_x64_standalone.rar | + | The '''.dae''' files contain 3D model geometry These are a COLLADA XML file. They reference textures, in other .jpg and .png files. Here’s a useful ool to inspect .dae files: https://github.com/dabinn/open3mod-kai/releases/download/1.2/open3mod_1_2_x64_standalone.rar |
Revision as of 10:12, 25 April 2021
The .clData/Users/<username> folder in your Windows home directory contains the data for each zone in a subfolder. You will find a whole filesystem in there replicated from the AWS S3 cloud.
.clo files ("Constructive Labs Object") - contain JSON text data. If you put that into an online JSON pretty-printer you can read the content for the zone. Properties which do not deviate from the default are not included - just overridden things are included in the clo file.
The .dae files contain 3D model geometry These are a COLLADA XML file. They reference textures, in other .jpg and .png files. Here’s a useful ool to inspect .dae files: https://github.com/dabinn/open3mod-kai/releases/download/1.2/open3mod_1_2_x64_standalone.rar