All Projects → Universal-Team → LeafEdit

Universal-Team / LeafEdit

Licence: GPL-3.0 License
Work in progress Animal Crossing: New Leaf save manager & editor for the Nintendo 3DS!

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to LeafEdit

bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-73.21%)
Mutual labels:  nintendo, nintendo-3ds
Citro2d
Library for drawing 2D graphics using the Nintendo 3DS's PICA200 GPU
Stars: ✭ 88 (+57.14%)
Mutual labels:  nintendo, nintendo-3ds
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (-30.36%)
Mutual labels:  nintendo, nintendo-3ds
Pimiibo
A tool to create your own amiibo!
Stars: ✭ 92 (+64.29%)
Mutual labels:  nintendo, nintendo-3ds
flipnote-studio-3d-docs
Documentation for Flipnote Studio 3D (3DS eShop)
Stars: ✭ 25 (-55.36%)
Mutual labels:  nintendo, nintendo-3ds
Universal-Manager
Multimedia tool for Nintendo DSi, Nintendo 3DS and Nintendo Switch.
Stars: ✭ 26 (-53.57%)
Mutual labels:  nintendo, nintendo-3ds
Picasso
Homebrew PICA200 shader assembler
Stars: ✭ 41 (-26.79%)
Mutual labels:  nintendo, nintendo-3ds
Citro3d
Homebrew PICA200 GPU wrapper library for Nintendo 3DS
Stars: ✭ 143 (+155.36%)
Mutual labels:  nintendo, nintendo-3ds
SARC-Tool
Tool for extracting and packing SARC files present in Nintendo EAD games.
Stars: ✭ 60 (+7.14%)
Mutual labels:  nintendo, nintendo-3ds
CDNTool
CDN Nintendo's servers 3DS title downloader (as CIA)
Stars: ✭ 15 (-73.21%)
Mutual labels:  nintendo, nintendo-3ds
SuperPhotoStudio
Take pictures of your favorite characters, in glorious Hori-HD (800px mode)!
Stars: ✭ 16 (-71.43%)
Mutual labels:  nintendo, nintendo-3ds
NostalgiaLite
Three game emulators: FC(Nes), GG, GBC for Android
Stars: ✭ 85 (+51.79%)
Mutual labels:  nintendo
eshop-api-wrapper
API Wrapper to get information from Nintendo Eshop.
Stars: ✭ 24 (-57.14%)
Mutual labels:  nintendo
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (-53.57%)
Mutual labels:  nintendo
arcade-pcb-case
Plans to build Arcade PCB cases
Stars: ✭ 29 (-48.21%)
Mutual labels:  nintendo
translation-sheet-data
ACNH Translation sheet converted directly to JSON by tab.
Stars: ✭ 28 (-50%)
Mutual labels:  animal-crossing
first nes
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
Stars: ✭ 94 (+67.86%)
Mutual labels:  nintendo
SavvyManager
An editor/save manager for the Girls Mode/Girls Style/Style Savvy/Style Boutique games, on Nintendo 3DS
Stars: ✭ 13 (-76.79%)
Mutual labels:  nintendo-3ds
Mirage
Reimplementation of the Nintendo Switch firmware
Stars: ✭ 40 (-28.57%)
Mutual labels:  nintendo
reboot to rcm
A small app to reboot 1.0 Switches into RCM mode
Stars: ✭ 32 (-42.86%)
Mutual labels:  nintendo

LeafEdit

License: GPLv3 Discord Server: #leafedit-wildedit Build status on GitHub Actions Translation status on Crowdin

Note

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.

Redirections

  • For a list of all editable features as of latest Nightly, look here.

Citra User

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.

Compilation

Setting up your enviromment

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.

Cloning the repo

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.

Compiling

Simply run make in the LeafEdit directory.

Screenshots about LeafEdit

Credits

Main Developers

Translators

English

French

German

Italian

Japanese

Lithuanian

Portuguese

Spanish

Others

  • 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].