Animal Crossing: New Horizons save editor
Go to file
Kurt 6c40e1c769
Initial v1.7.0 Support (#445)
* Pre-patch preparations

* Update magic values

* Check formatting characters directly rather than string compare

"Brown".StartsWith("\u000e")
>true
what

let's be paranoid here, because .NET Core behaves differently from .NET framework.

* Update FileHashRevision.cs

Postbox with the massive decrease in size; likely the same mutation caused the other massive decreases.

* Dump item names

* Update flag definitions

* Update item info

* Add feathers to bug list

Might remove later.

* Update RecipeList.cs

* Update ItemRemakeUtil.cs

* Update stack details

* Update offsets

* Update MainSaveOffsets17.cs

* Update GameLists.cs
2021-01-27 20:04:51 -08:00
.github Update README-jp.md (#392) 2020-08-28 09:41:11 -07:00
NHSE.Core Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
NHSE.Injection Absorb extension logic from SysBot.AnimalCrossing project 2021-01-17 09:29:46 -08:00
NHSE.Parsing Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
NHSE.Sprites Bump language version to c#9 2020-12-24 23:53:40 -08:00
NHSE.Tests Initial v1.7.0 Support (#445) 2021-01-27 20:04:51 -08:00
NHSE.WinForms Update FieldItemEditor.cs 2021-01-23 23:52:24 -08: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!