Skip to content

Latest commit

History

History
35 lines (21 loc) 路 1.3 KB

README.md

File metadata and controls

35 lines (21 loc) 路 1.3 KB

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.

Installation

  • 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

Update cards

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.