Animal Crossing: New Horizons save editor
Go to file
Kurt db54e5ae1c Fix identity swap when using span slices
Closes #684

Defensively allocate a copy so that the replacement does not overwrite the original sequence A=>B then continue doing B=>B swaps.
Wasn't a problem before since properties fetched byte[] (allocated separate slice); changing to span introduced this regression -- now fixed.
2026-01-17 16:14:09 -06:00
.github Update to .NET 10 (#683) 2026-01-13 16:02:58 -06:00
NHSE.Core Fix identity swap when using span slices 2026-01-17 16:14:09 -06:00
NHSE.Injection Update to .NET 10 (#683) 2026-01-13 16:02:58 -06:00
NHSE.Parsing Misc tweaks 2026-01-17 15:17:39 -06:00
NHSE.Sprites Initial add of 3.0.0 Amiibo Villagers 2026-01-16 00:51:56 +11:00
NHSE.Tests Misc tweaks 2026-01-17 15:17:39 -06:00
NHSE.Villagers Initial add of 3.0.0 Amiibo Villagers 2026-01-16 00:51:56 +11:00
NHSE.WinForms Fix identity swap when using span slices 2026-01-17 16:14:09 -06:00
.editorconfig Update to .NET 10 (#683) 2026-01-13 16:02:58 -06: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 Update to .NET 10 (#683) 2026-01-13 16:02:58 -06: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
Directory.Build.props Update to .NET 10 (#683) 2026-01-13 16:02:58 -06:00
LICENSE fix license to properly show up as GNU GPL v3 2020-04-02 22:23:08 +08:00
NHSE.slnx Update to .NET 10 (#683) 2026-01-13 16:02:58 -06:00
README.md Update to .NET 10 (#683) 2026-01-13 16:02:58 -06: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.

Other

Refer to the Wiki for more information.

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