mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
954 B
954 B
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
PIL
andrequests
python3 libraries (or equivalent) are installed. - Run
main.py
in 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/fftcgtool
in project root directory.
Future work
- Add command line interface for
main.py
variables - Multiple opus import