A Python script to convert XNB files to Content Patcher Content Packs for Stardew Valley.
- Currently windows only, this will change soon.
- When the instructions say
py
, this may bepython
orpython3
depending on your system and specific installation.
- Install Python 3.8 or higher.
- Download the contents of this repository.
- Run
py -m pip install requirements.txt
in the directory you downloaded the repository to. - Put your XNB mod in
input
, as if it was the content folder of the game. (e.g.input/Characters/Maru.xnb
) - Run
py main.py
in the directory you downloaded the repository to. - Modify the
manifest.json
file inoutput
to your liking. - Move the contents of
output
to a folder inMods
in your Stardew Valley directory.