More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|author=kwsch | |author=kwsch | ||
|lastupdated=2022/11/15 | |lastupdated=2022/11/15 | ||
|type=Save and | |type=Save Editors and Converters | ||
|version=2022 | |version=2022 | ||
|license=GPL-3.0 | |license=GPL-3.0 |
Latest revision as of 04:04, 6 July 2023
NHSE - New Horizons Save Editor | |
---|---|
General | |
Author | kwsch |
Type | Save Editors and Converters |
Version | 2022 |
License | GPL-3.0 |
Last Updated | 2022/11/15 |
Links | |
Download | |
Website | |
Source | |
Save Editor for Animal Crossing: New Horizons written in C#.
Edits savedata dumped from the Nintendo Switch.
Note: The authors do not support or condone cheating at the expense of others. Please be responsible.
Features
- Item editor - Edit the Pocket, Storage, and other values.
- Terrain-field + item editor - Modify the map terrain without the restrictions imposed by the game terraforming rules, and place/move items as you wish.
- Edit villagers and the house of villager.
- RAM manipulation and item injection.
- Dump/import data (design patterns, villager, terrain, etc).
User guide
Loading save file:
- To load your save file, click the button and select the folder where your save data is located.
- Alternatively, drag & drop the save data folder into the window.
- To load from the most recently loaded path, shift click the button instead.
Players tab:
- You can toggle between all saved Player profiles.
- Ribbon at the top of the window provides export options for dumping & importing decrypted data (hex editing).
Villagers tab:
- Dump and Load villager files.
- Villagers foreign to the save file can be automatically updated to match the save file's data.
Inventory Editor:
- Dump and Load inventory files; share them with other users.
- Items store the item ID and various other values; sprites are generated with text displaying the stored values/flags.
- Hotkeys:
- Control - View item.
- Shift - Set item.
- Alt - Delete item.
Refer to the Wiki for more information.
Screenshots
Credits
MyHorizons by Cuyler36.
Some portions of code are liberally adapted from Cuyler36's project above.
External links
- Official website - https://berichan.github.io/GetNHSE/
- GitHub - https://github.com/kwsch/NHSE