❓ How to change the project save location
❓ How to copy/move a blueprint between projects
❓ How to copy/move a set between projects
<aside> ℹ️ A Tabletop Creator project consist in several files and folders, not just the .tcp file
</aside>
📄 **<ProjectName>**.tcp
This file contains no data. This is not the project. It’s purpose is to serve as an “anchor” to open the project from the app or to open the project by double clicking the file like another file types (images, music, etc). Can be renamed as long as is in the root of the project folder and keep the .tcp extension.
📁 assets
📁 fonts
Copy the .ttf or .otf fonts you want to use in the project here (you can use the installed fonts in the system too, but this way the project will be more portable).
📁 icons
Copy the .png images you want to use as an icons for icon panels here.
📁 images
Copy the images (any file format) you want to use in the project here. You can use subfolders too if you want to organize your files.
📁 backups
Here you will find all the automatic backups the app has made for your project. You can read how to restore a backup here:
📁 data
This folder contains all the project data. These are the files that are saved on a backup. You can read more about them below.
blueprints
sets
export.json
project.json
variables.json
workspace.json
📁 output
Here you will find all the exports you have done in Tabletop Creator. Each subfolder is named with the export UTC date and time. You can delete all the files here to save space in your hard drive.
📁 temp
📁 logs
Here you will find all the log files for the project. If you are reporting an issue, make sure you close the project (or the app) first.
<aside>
ℹ️ The output
, backups
and temp
folders can be safely deleted, the app will recreate them when needed.
You can delete the assets
folder too, but you may not want to lose your assets...
</aside>