A tool to automate importing Yu-Gi-Oh decks to Tabletop Simulator
This is done by using YGOPRODeck (.ydk) files found at https://ygoprodeck.com and using the API at https://db.ygoprodeck.com.
Get the program at the release page.
Your directory should look like this:
general yu-gi-oh folder
|
├── sub folder
| └── your favorite deck.ydk
|
├── other sub folder
| └── meta deck.ydk
|
├── YGOtoTTS program
|
└── ...
Run the program. The deck is ready to spawn in-game in Tabletop Simulator.
If the image quality is too low, there is an images
folder in each subfolder which each contain the deck png files.
They can replace the default imgur link.
If you don't trust the executable, you can build it yourself from the source code.
I used PyInstaller to build an executable.
If you don't have Python, get it here.
See the PyInstaller quickstart.
I recommend using the flag -F
. For example,
python -m pyinstaller -F YGOtoTTS.py