Code Monkey home page Code Monkey logo

luna's Introduction

Luna

An Animal Crossing New Horizons tool to dump Dream Islands.

Supporting

If you like my work, please consider supporting me on Patreon, thanks!

Patreon donate button

SD file structure

SDMC
├── ...
├── /config/luna/                                   # config folder for Luna.
│   ├── /dump/                                      # folder for dumps.
│   │   ├── /[DREAM_ADDRESS] TownName/              # dump folder format. Example: "/[DA-XXXX-XXXX-XXXX] MyTown
│   │   │   ├──/Date @ Time (in dream)/             #                               /12.12.2020 @ 4.20/"
│   │   │   │   ├── /VillagerX/                     # variable amount of players,  0 <= X < 8
│   │   │   │   │   ├── /personal.dat
│   │   │   │   │   ├── /photo_studio_island.dat
│   │   │   │   │   ├── /postbox.dat
│   │   │   │   │   └── /profile.dat
│   │   │   │   ├── /landname.dat
│   │   │   │   └── /main.dat
│   │   │   └── ...   
│   │   └── ...   
│   └── /template/                                  # folder for user provided template.
│       ├── /VillagerX/                             # variable amount of players,  0 <= X < 8; 
│       │   ├── /personal.dat                       # only Villager0 will be used to copy
│       │   ├── /photo_studio_island.dat
│       │   ├── /postbox.dat
│       │   └── /profile.dat
│       ├── /landname.dat
│       └── /main.dat
├── /switch/.overlays/                              # Tesla-Menu Overlay folder.
│   └── /Luna-ovl.ovl                               # Luna Overlay.
└── ...

How-To

  1. do the thing (Building) or grab a release.
  2. put everything on the SD card and provide 1.7.0 DECRYPTED save as template.
  3. run overlay when you're on a dream island.
  4. grab the dump from your SD card.
  5. ENCRYPT dump and fix file hashes.
  6. ???
  7. Profit.

Building

  1. Requires devkitPro and libnx
  2. Requires switch-freetype, zlib

Known Issues

  • Non-ASCII island names can't be saved (e.g. Japanese/Chinese/Korean/Russian, basically every language that doesnt use the roman alphabet.) this is due to Nintendo Switch handling file paths in Shift JIS (basically utf8), which doesn't include non-ASCII characters. I wont be able to fix this. Currently Luna just doesn't include the island name in the path, if its invalid, you can still dump foreign islands, duh.

  • If you want to go online with dumped dream towns and avoid error 2219-3003 ("Network temporarily unavailable"), use your own Island as a template (it should provide proper Netplay information).

Credits

  • WerWolv for libtesla and coding help.
  • J-D-K for JKSV, which was used for testing and also part of its code was used for file handling.
  • WalteeWartooth for testing Luna and allowing me to dump their island for research!
  • rabbit_ruby for testing Luna and also breaking my (weak) Revision checker!

luna's People

Contributors

ixaruz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.