Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.66 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.66 KB

XNB2CP Web

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.

Usage

  1. Select the XNB mod you want to convert with the files icon.
  2. Navigate and upload to the Content folder of the XNB mod. (It must be ordered as if it would go in Content)
  3. If your browser prompts you to upload the folder, choose "Upload".
  4. Fill in the manifest fields. (Make sure to credit the original author!)
  5. Click "Done" and wait for the conversion to finish.
  6. Once it finishes, click "Download" to download the converted mod.

Credits

Translations

How to translate

  1. Fork this repository
  2. 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)
  3. Replace the English text with it of your language.
  4. Add a corresponding flag in translations.js.
  5. Add yourself to the README Credits.
  6. Create a pull request.