From c27118164e185dc72db33d5246e9a2d21dd3a875 Mon Sep 17 00:00:00 2001 From: Genwald Date: Fri, 30 Apr 2021 22:31:07 -0500 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d55af..ddf28f7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,17 @@ A Nintendo Switch homebrew for importing and exporting Miis. Place Mii character files in `sd:/MiiPort/Miis/` with a file extension that corresponds to their format. currently supported import formats include: - jpeg images of Mii QR codes + - requires the mii QR key - charinfo + - can also use the `.bin` extension +- NFIF + - can also use the `.dat` extension - coredata - storedata -- NFIF + +## QR key +In order to import Miis from a qr code, you must supply the Mii QR key. This is needed to decrypt the Mii data stored in Mii QR codes. You can find this on the internet by searching for "Mii QR key". +This program looks for the key in hex in the file `/MiiPort/qrkey.txt`. +It will accept it in a variety of formats such as: +`[0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA]` +or `AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA` \ No newline at end of file