/autocopy

Primary LanguagePythonMIT LicenseMIT

autocopy

This script will dump the BOSS databases for Pretendo using NAND dumps. For more information, see https://spotpassarchive.github.io/

Running

These instructions will differ depending on the OS you use

Windows

  1. Download autocopy.exe
  2. Run it, either by double-clicking it or through the Command Prompt Note: if you get a SmartScreen notice, click allow

macOS

  1. Download autocopy-macos
  2. Right-click (or control-click) the downloaded file, then click "Open" You MUST start it this way, or else it won't run

context menu showing Open

3. Click "Open" on the dialog that appears

dialog that says: Apple cannot check it for malicious software

4. From now on, you can skip steps 2 and 3

Linux

  1. Download autocopy-linux
  2. Open a terminal and enter the directory you downloaded it from
  3. Run chmod +x ./autocopy-linux && ./autocopy-linux

All

If these instructions don't work, you can download autocopy.py and double-click it.

Compiling

Make sure you install Python first.

  • Windows: double-click on build.bat
  • Linux: double-click on build.sh Once finished, the program will close. The output will be stored in the dest directory.

Thanks

In no particular order:

  • MisterSheeple: testing, introducing me to people in SpotPass Archival Project Discord, helping people use my script, many ideas
  • ihaveamac: writing the incredibly useful pyctr library, helping me with using it, building/signing the macOS and Windows versions
  • ZeroSkill: testing, telling me when my script was broken, help with making an executable
  • Zen: introducing me to ihaveamac, and many useful ideas
  • Probably others (sorry!)