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"
| .dockerignore | ||
| .gitignore | ||
| card.py | ||
| Dockerfile | ||
| LICENSE | ||
| main.py | ||
| opus.py | ||
| README.md | ||
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 importnum_threads: Lower this for really weak systemsopus_size: 500 here means the script will correctly import anything containing up to 500 cards
using your system's python3
- Make sure
PILandrequestspython3 libraries (or equivalent) are installed. - Run
main.pyin project root directory.
using a docker container
- Build the container using
docker build -t ldericher/fftcgtool .in project root directory. - Run
docker run --rm -it -v "$(pwd)/out:/app/out" ldericher/fftcgtoolin project root directory.
Future work
- Add command line interface for
main.pyvariables - Multiple opus import