1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00
(mirror) Card import tool for "Final Fantasy TCG Complete" for "Tabletop Simulator"
Find a file
2018-11-02 19:49:35 +01:00
.dockerignore Add README, add docker option 2018-11-02 19:49:35 +01:00
.gitignore Add README, add docker option 2018-11-02 19:49:35 +01:00
card.py Update for better performance (ffdecks API instead of parsing mognet) 2018-11-02 19:07:14 +01:00
Dockerfile Add README, add docker option 2018-11-02 19:49:35 +01:00
LICENSE Initial commit 2018-11-02 18:15:16 +01:00
main.py Add README, add docker option 2018-11-02 19:49:35 +01:00
opus.py Update for better performance (ffdecks API instead of parsing mognet) 2018-11-02 19:07:14 +01:00
README.md Add README, add docker option 2018-11-02 19:49:35 +01:00

fftcgtool

Card import tool for Final Fantasy TCG Complete mod for the Tabletop Simulator

Quick Start

If needed, customize main.py variables:

  • opusid: The Card opus you want to import
  • num_threads: Lower this for really weak systems
  • opus_size: 500 here means the script will correctly import anything containing up to 500 cards

using your system's python3

  1. Make sure PIL and requests python3 libraries (or equivalent) are installed.
  2. Run main.py in project root directory.

using a docker container

  1. Build the container using docker build -t ldericher/fftcgtool . in project root directory.
  2. Run docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtool in project root directory.

Future work

  • Add command line interface for main.py variables
  • Multiple opus import