LeafEdit is now discontinued due to the lost of interest. Forks however can still be created, in case someone else is interested into continuing the work instead. No Updates are planned for LeafEdit anymore.
LeafEdit is a work in progress discontinued save editor and save manager for the following games:
- Animal Crossing: Wild World
- Animal Crossing: New Leaf
- Animal Crossing: New Leaf Welcome amiibo
- Animal Crossing: Happy Home Designer
This Project has been made with Universal-Core and LeafEdit-Core.
- For a list of all editable features as of latest Nightly, look here.
To use LeafEdit completely you need to get the assets from here. Put the files to sdmc:/3ds/LeafEdit/assets/
and you should be fine.
To build LeafEdit from source, you will need to setup a system with devkitARM, libctru, citro2d, citro3d, 3ds-curl and 3ds-libjpeg-turbo. Follow devkitPro's Getting Started page to install pacman, then run (sudo dkp-)pacman -S devkitARM libctru citro2d citro3d 3ds-curl 3ds-libjpeg-turbo
. You will also need bannertool and makerom set to your PATH.
To download the source you will need to clone it with submodules, this can be done by running
git clone --recursive https://github.com/Universal-Team/LeafEdit.git
or if you've already cloned it running
git submodule update --init --recursive
to update all the submodules.
Simply run make
in the LeafEdit directory.
- SuperSaiyajinStackZ: App idea and main developer of LeafEdit.
English
French
German
Italian
Japanese
Lithuanian
Portuguese
Spanish
- Cuyler36, Slattz, NLTK, ACSE: For the acres, face, hair, items and villagers sprites which are available here.
- devkitPro: For devkitARM, Citro2D, Citro3D and Libctru.
- FlagBrew / piepie62: For helping out by problems and PKSM-Core's Save Structure inspiration. LeafEdit's Core Structure is very similar to the one from PKSM-Core.
- Flame: The name idea of LeafEdit.
- Kodtiz3D: For the icon and the banner.
- LeafEdit-Core: The save editing code comes from here. Credits to all the contributors from LeafEdit-Core.
- Pk11: For being a big help.
- RedShyGuy: For some useful AC:NL offsets for the core.
- TotallyNotGuy: For the amazing graphic work!
- Universal-Updater: Download code being ported from this app.