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

How to update assets #3

Closed
laqieer opened this issue Mar 19, 2023 · 2 comments
Closed

How to update assets #3

laqieer opened this issue Mar 19, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@laqieer
Copy link
Owner

laqieer commented Mar 19, 2023

  1. Extract assets/ folder from FEH and merge them into path set in local_configs.json
  2. Remove useless files in assets/ folder such as SnZ77WFq (optional)
  3. Save list of files in assets/ folder in asset/list/ using tree command
  4. Run ./update-assets.sh, check its warnings, resolve missing assets and rerun it
  5. Build game using make and check assets in game
@laqieer laqieer added the documentation Improvements or additions to documentation label Mar 19, 2023
@laqieer laqieer closed this as completed Mar 19, 2023
@laqieer laqieer self-assigned this Mar 19, 2023
@laqieer
Copy link
Owner Author

laqieer commented Jun 22, 2024

Install dependency

Install sox and add it to PATH.

@laqieer
Copy link
Owner Author

laqieer commented Jun 22, 2024

Update steps supported since fdfad35

  1. Download new .apk to asset\apk and update asset\apk\list.txt
  2. Extract assets folder in new .apk to asset\file\apk and update asset\file\apk\list.txt
  3. Download new collection package to asset\collection and update asset\collection\list.txt
  4. Extract new collection package to asset\file\collection and update asset\file\collection\list.txt
  5. Run ./update-assets.sh or .\update-assets.bat, check its warnings, resolve missing assets and rerun it
  6. Build game using make and check assets in game

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

No branches or pull requests

1 participant