Animal Crossing: New Horizons save editor
Go to file
Kurt da4b292588 Add villager item editing
Furniture array is inside the villager's item list; there's another list of a different format in the offsets below

probably just a struct within another struct, like

struct villagerItem {
item; (0x08 bytes)
metadata; (0x24 bytes)
}
2020-03-29 17:12:41 -07:00
.github Initial commit 2020-03-27 17:54:17 -07:00
NHSE.Core Add villager item editing 2020-03-29 17:12:41 -07:00
NHSE.Parsing Add some xmldoc 2020-03-27 21:01:24 -07:00
NHSE.Sprites Add enhanced inventory editor 2020-03-28 12:46:25 -07:00
NHSE.WinForms Add villager item editing 2020-03-29 17:12:41 -07:00
.gitattributes Initial commit 2020-03-27 17:54:17 -07:00
.gitignore Initial commit 2020-03-27 17:54:17 -07:00
azure-pipelines.yml Set up CI with Azure Pipelines 2020-03-27 18:09:04 -07:00
CODE_OF_CONDUCT.md Initial commit 2020-03-27 17:54:17 -07:00
CONTRIBUTING.md Initial commit 2020-03-27 17:54:17 -07:00
LICENSE.md Initial commit 2020-03-27 17:54:17 -07:00
NHSE.sln Initial commit 2020-03-27 17:54:17 -07:00
README.md Update README.md 2020-03-29 14:40:22 -07:00

NHSE

License

Save Editor for Animal Crossing: New Horizons

Edits savedata dumped from the Nintendo Switch.

  • Bring your own save file data; this program does not dump it from your console.

See Also

MyHorizons by Cuyler36

  • Some portions of code are liberally adapted from Cuyler36's project above.

Other

Refer to the Wiki for more information.

We do not support or condone cheating at the expense of others. Please be responsible!