Skip to content

Commit 3bd1864

Browse files
committed
tell the user how to make the Nintendo 3DS folder
1 parent a4e3c77 commit 3bd1864

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

MSET9_installer_script/mset9.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,18 @@ def getInput(options):
617617

618618
# Section: insureRoot
619619
if not fs.exists("Nintendo 3DS/"):
620-
prbad("Error 01: Couldn't find Nintendo 3DS folder! Ensure that you are running this script from the root of the SD card.")
621-
prbad("If that doesn't work, eject the SD card, and put it back in your console. Turn it on and off again, then rerun this script.")
620+
prbad("Error 01: Nintendo 3DS folder not found!")
622621
fs.print_root()
622+
print()
623+
624+
prinfo("How to generate the Nintendo 3DS folder:")
625+
prinfo("1. Safely eject your SD card from your PC.")
626+
prinfo("2. Insert your SD card into your 3DS.")
627+
prinfo("3. Power on your 3DS, and wait for it to reach the HOME menu.")
628+
prinfo("4. Press the POWER button to turn off your 3DS.")
629+
prinfo("5. Re-insert your SD card into your PC.")
630+
prinfo("The Nintendo 3DS folder should appear on the SD card.")
631+
623632
exitOnEnter()
624633

625634
# Section: sdWritable

0 commit comments

Comments
 (0)