This repository contains data to play 'Vampire: The Eternal Struggle' (VTES) on TCG Arena.
Add Game on TCG Arena.
The project:
- Fetches up-to-date card data using the KRCG API
- Applies relevant tags for VTES game modes (Standard & V5)
- Converts card data to format suitable for TCG Arena
This guide contains steps you need to get the data generator working locally on your system. If you are wanting to avoid fetching all card data, you can use the KRCG Static files instead.
- Python v3.14 or later
- Create a Virtual environment
python -m venv venv
- Activate the virtual environment
# Windows:
.venv\Scripts\activate
# Linux:
source venv/bin/activate
- Install vtes4tcgarena from project root
python -m pip install -e .
vtes4tcgarena
-
Rayk (Original creator)
-
Ollie (Maintainer)