General concepts

The main workflow in the app consist of to load a project, then iterate your designs and data as many times you want/need and export your game items.

flowchart LR
Load[Load Project]
subgraph Creative iteration
B(Create/Edit Blueprints)
C(Item Sets management)
end
P((Export))

Load-->B
B-->C
C-->B
C-->P

Step by step

  1. Open Tabletop Creator.

  2. Click on the New button. Create and select an empty folder for your new TC project.

    NewProject2.gif

  3. Create a new blueprint (your items will borrow the blueprint’s design to render). Make the changes you want to your new blueprint. Note: A new blueprint will be created automatically on new project, you can use it as well

    NewBlueprint2.gif

  4. Go to the Components screen. Create a new set (a set is a collection of items). Note: A new will be created automatically on new project, you can use it as well

    NewSet2.gif

  5. Create new items within your new set (a item is an element of your game). Make the changes you want to your new items.

    NewItems2.gif

  6. Iterate the steps 3-5 as many times you want.

  7. Go to the Export screen. Set your export preferences and export your game! ✨

    NewExport2.gif

Next steps