mirror of
https://github.com/ldericher/fftcgtool
synced 2025-12-06 16:43:00 +00:00
(mirror) Card import tool for "Final Fantasy TCG Complete" for "Tabletop Simulator"
| .idea | ||
| fftcg | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| main.py | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
fftcgtool
Card import tool for Final Fantasy TCG Complete mod for the Tabletop Simulator
Usage
usage: main.py [-h] [-n COUNT] [OpusID]
Imports FFTCG cards for TT-Sim.
positional arguments:
OpusID the Opus to import
optional arguments:
-h, --help show this help message and exit
-n COUNT, --num_threads COUNT
maximum number of concurrent requests
Run using your system's python3
- Make sure
PILandrequestspython3 libraries (or equivalent) are installed. - Run
./main.pyfrom project root directory.
Run using a docker container
- Make sure you have a working installation of
dockersoftware. - Update your local image
docker pull ldericher/fftcgtool. - Run
docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtoolin any directory.
Output files will go to subdirectory ./out. CLI arguments are supported as docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtool -n 2 5 (imports Opus 5 using 2 threads)
Future work
- Multiple opus import