lifelike / countersheetsextension

Inkscape extension for the layout of sheets of cards, tiles, or counters for boardgames.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot open any csv from examples

bloggobot opened this issue · comments

Hi there!
I followed your instructions on how to install countersheetsextension. After opening it in Inkscape and selecting the csv (doesn't matter if I try counters.csv or cards.csv), I get following error message:
Unable to find rectangle with id 'unit' that was specified in the CSV data file.

I am running: Inkscape 1.1 (c68e22c387, 2021-05-23)

Any ideas? Thanks a lot!

Looks like you do not have the matching SVG file open in Inkscape when you run the extension. The ids in the CSV must match the ids of templates in the drawing.

commented

Hey,
Thanks for making this extension, I do not understand what you mean by that. I am able to open the templates (open file) but when I run the extension it gives me the same error.

@bloggobot & @Vanderscycle : From the wiki (I had the same issue)

Begin by opening the counters.svg file in the examples folder. It’s whereever the downloaded zip was unzipped.

Now run the extension in the Extensions menu in the Boardgames submenu. The extension is called Create Countersheet in the menu. A dialog window with some options should appear.

The most important thing to do is to enter the name of the Data File (CSV). The data in that file is used by the extension to know what counters (or cards etc) to generate. The SVG file contains the templates describing what the counters look like, but text and attributes (colors etc) can also be modified from data in the CSV file.