https://github.com/kwsch/ACNH_Dumper
Decompresses and does some unpacking of files of the romfs for Animal Crossing New Horizons
https://github.com/kwsch/ACNH_Dumper
Last synced: 3 months ago
JSON representation
Decompresses and does some unpacking of files of the romfs for Animal Crossing New Horizons
- Host: GitHub
- URL: https://github.com/kwsch/ACNH_Dumper
- Owner: kwsch
- License: gpl-3.0
- Created: 2020-03-18T00:03:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T05:36:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T01:02:30.807Z (3 months ago)
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACNH_Dumper
Decompresses and does some unpacking of files of the romfs for Animal Crossing New Horizons## Building
* Open the `.sln` in Visual Studio
* Edit the path so that it points to where your dumped & extracted romfs files are.
* When you build & run the program, it will create new folders with the dumped content.## Dependencies
* zs files are decompressed with [ZstdNet](https://github.com/skbkontur/ZstdNet)
* SARC files are unpacked using logic that I've taken from my prior projects (pk3DS).## Extra Steps
* Open bfres files (models/textures) in [Switch-Toolbox](https://github.com/KillzXGaming/Switch-Toolbox), which also allows for dumping in bulk.
* msbt files (text) in MSBT-Editor-Reloaded or Kuriimu -- pick your poison.