This is yet another rewrite of XNB2CP-js and XNB2CP-py as a web app. It is a tool to convert Stardew Valley XNB mods to Content Patcher.
- Select the XNB mod you want to convert with the files icon.
- Navigate and upload to the
Content
folder of the XNB mod. (It must be ordered as if it would go in Content) - If your browser prompts you to upload the folder, choose "Upload".
- Fill in the manifest fields. (Make sure to credit the original author!)
- Click "Done" and wait for the conversion to finish.
- Once it finishes, click "Download" to download the converted mod.
- XNB-js by lybell-art
- Custom Menu Background by herbivoor
- Polish translation by @amonochromatic on Discord.
- Russian translation by @bezdelnikx
- German translation by @hellevator. on Discord.
- Fork this repository
- Clone
i18n/en.json
, and rename it to[language code].json
- The "language code" is the first half of
window.navigator
(check by just running this in your browser console)
- The "language code" is the first half of
- Replace the English text with it of your language.
- Create a pull request.