Animal Crossing: New Horizons save editor
Go to file
Kurt 8ca3877bfa Differentiate villager types
v1.5 increased the size of GSaveLightMemory by 0xC each; with 160 entries, everything stored after this field (at 0x2F84) increased its offset by 0x780.

  GSaveItemName                     ClothesPTops;                           // @0x14c size 0x8, align 4
  s16                               _58b5e808;                              // @0x154 size 0x2, align 2
  s8                                ClothesPTarget;                         // @0x156 size 0x1, align 1

Should be possible to convert the first revision of villager data to the current format and vice versa. Someone would need to document how they pre-fill these new fields (listed above).
2020-09-29 22:20:53 -07:00
.github Update README-jp.md (#392) 2020-08-28 09:41:11 -07:00
NHSE.Core Differentiate villager types 2020-09-29 22:20:53 -07:00
NHSE.Injection Minor clean 2020-07-29 18:35:59 -07:00
NHSE.Parsing Add feature to populate max item stack (#396) 2020-09-29 19:55:06 -07:00
NHSE.Sprites Minor clean 2020-09-05 20:15:17 -07:00
NHSE.Tests xmldoc 2020-05-23 13:08:14 -07:00
NHSE.WinForms Differentiate villager types 2020-09-29 22:20:53 -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 Update azure-pipelines.yml for Azure Pipelines 2020-04-20 14:43:00 -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 fix license to properly show up as GNU GPL v3 2020-04-02 22:23:08 +08:00
NHSE.sln ItemRemakeInfo: Ensure body values are compiled correctly. (#384) 2020-08-22 16:27:08 -07:00
README.md add readmes for other languages (#142) 2020-04-29 23:08:00 -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!