Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new XNB format in Stardew Valley 1.4 #13

Open
Pathoschild opened this issue Apr 26, 2019 · 4 comments
Open

Support new XNB format in Stardew Valley 1.4 #13

Pathoschild opened this issue Apr 26, 2019 · 4 comments

Comments

@Pathoschild
Copy link

Pathoschild commented Apr 26, 2019

Stardew Valley 1.4 adds a new type of XNB which contains data models, in the form List<SomeModelClass> or Dictionary<string, SomeModelClass>. Currently xnbcli skips them when unpacking.

Affected assets:

  • Data\Concessions
  • Data\FishPondData
  • Data\Movies
  • Data\MoviesReactions
  • Data\TailoringRecipes

The game developers provided these representative files for the new format (including the original files, debug pack, and release pack). See this overview of the XNB feature they used (the "Custom Classes" section).

Let me know if you need anything else!

@Drehd
Copy link

Drehd commented Dec 25, 2021

@ellipszist
Copy link

xnbcli - unofficial version that solved this problem for me.

https://blog.naver.com/khs3400/221852415116

@LeonBlade
Copy link
Owner

This will work for the types supported, but needs to grow as SDV changes. I can try to adopt these changes as part of this tool, but I don't believe it solves the issue correctly. Thank you for the link!

@Pathoschild
Copy link
Author

(The next game update will add several new data asset types too.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants