https://github.com/nitwhiz/stardew-valley-json-exporter
Export everything about the game as JSON!
https://github.com/nitwhiz/stardew-valley-json-exporter
exporter json mod stardew-valley
Last synced: about 1 month ago
JSON representation
Export everything about the game as JSON!
- Host: GitHub
- URL: https://github.com/nitwhiz/stardew-valley-json-exporter
- Owner: nitwhiz
- Created: 2022-03-01T15:15:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T13:18:21.000Z (about 1 month ago)
- Last Synced: 2025-03-23T14:24:54.167Z (about 1 month ago)
- Topics: exporter, json, mod, stardew-valley
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stardew Valley JSON Exporter
Export everything about the game as JSON!
## Usage
Download the mod zip from the releases page and extract it into your mods folder.
Start the game and enter `export_data` or `export_textures` in the SMAPI console.
You can do that before the menu screen is fully loaded.## Commands
* `export_data` will export in-game data as JSON. The following data is supported:
* Categories
* Items
* Item Names in every language available but Chinese, Thai, Korean or Modded
* Npcs
* Npc Names in every language available but Chinese, Thai, Korean or Modded
* Gift Tastes
* Recipes
* `export_textures` will export in-game textures as png files. The following textures are supported:
* Items
* Npcs## Output
All exported data will be saved in a directory at `/Mods//export/`.
There will be a folder for the data and one for the textures.