A converter to convert BFAV (Better Farm Animal Variety) mods to Content Patcher for the upcoming Stardew Valley 1.6.
- Download and install Python (3.11 was used to develop this project.).
- Clone this repository by using the following TWO commands (You need git, of course):
git clone https://github.com/anotherpillow/BFAV2CP.git && cd BFAV2CP
git submodule update --init --recursive
- Depending on your platform and your Python install, install requirements using:
pip install -r requirements.txt
py -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt
python -m pip install -r requirements.txt
- Place your BFAV mod into the same directory as
main.py
and rename it toinput
, so themanifest.json
is<BFAV2CP Directory>/input/manifest.json
- Run
main.py
(preferably from a terminal) - Find your converted mod in
output/