/stardewContentCompiler

A project for decompiling and recompiling content assets in Stardew Valley. The goal is to make it easy to see the information in the game as well as make it easy for modders

Primary LanguageC#MIT LicenseMIT

Stardew Content Compiler

A project for decompiling and recompiling content assets in Stardew Valley. The goal is to make it easy to see the information in the game as well as make it easy for modders

##How To Use

Build the application (binaries coming soon). It should in theory build and run on Windows, OS X or Linux, but only Windows is tested (and no project.json exists yet for OS X or Linux)

Run the program, telling it to decompile and optionally the root folder for your game content

ContentCompiler.exe --decompile -contentRoot "C:\some\alternate\folder"

This will go through and decompile all the assets it knows how to (at the moment this is just character's schedules).

##Soon To Come

  • Ability to decompile more assets
  • Ability to recompile assets

##Note

No Stardew Valley assets will ever be stored or shared via this repo. This repo is not meant to steal any intellectual property of Stardew Valley, merely to assist individuals to view their own legally obtained copy of the data and modify it in accordance with all local laws.