An Animal Crossing New Horizons tool to dump Dream Islands.
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
│ │ ├── /photo_studio_island.dat
│ │ ├── /postbox.dat
│ │ └── /profile.dat
│ ├── /landname.dat
│ └── /main.dat
├── /switch/.overlays/ # Tesla-Menu Overlay folder.
│ └── /Luna-ovl.ovl # Luna Overlay.
└── ...
- do the thing (Building) or grab a release.
- put everything on the SD card and provide 1.10.0 DECRYPTED save as template.
- run overlay when you're on a dream island.
- grab the dump from your SD card.
- ENCRYPT dump and fix file hashes.
- ???
- Profit.
- Requires devkitPro
- Requires switch-dev, switch-freetype, switch-zlib
-
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 save file as a template.
Discord: Poyo#0828
If you like my work, please consider supporting me on Patreon, thanks!
- 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!