A simple set of playing cards made with Card Game Generator
Import into Tabletop Simulator
Without installing, you can save Techy Playing Cards.json
to %USERPROFILE%\Documents\My Games\Tabletop Simulator\Saves\Chest\
Then in Tabletop Simulator, go to Host > Chest > Saved Objects and find Techy Playing Cards.
- Clone the repo
- Install Node.js if you don't have a somewhat recent version
- Open a console in the project directory
- Run
npm install
npm run export
will render the cards and export to Tabletop Simulator's Chest.
You can set PARALLEL_EXPORT=ON
before running export
to speed it up significantly if it's on a powerful enough machine,
but if it's not powerful enough it might freeze up the entire computer.