Skip to content

1j01/techy-playing-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.