From 958a6cec985d8ef362e601256e540e0766845a35 Mon Sep 17 00:00:00 2001 From: Lily Date: Wed, 1 Nov 2023 06:19:36 +0100 Subject: [PATCH] mset9: preliminary macos support still need to account for new macos-related troubleshooting --- _pages/en_US/installing-boot9strap-(mset9).txt | 6 ++++-- _pages/en_US/key-information.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_pages/en_US/installing-boot9strap-(mset9).txt b/_pages/en_US/installing-boot9strap-(mset9).txt index f74d659443..1fced74a99 100644 --- a/_pages/en_US/installing-boot9strap-(mset9).txt +++ b/_pages/en_US/installing-boot9strap-(mset9).txt @@ -14,14 +14,14 @@ title: "Installing boot9strap (MSET9)" ### Compatibility Notes -This method requires a computer running Windows or Linux. macOS is NOT supported, nor are phones or tablets. If you do not have access to Windows or Linux, you will need to use an [alternate exploit](alternate-exploits). +This method requires a computer running Windows, Linux, or macOS. Phones or tablets are NOT currently supported. If you do not have access to a computer, you will need to use an [alternate exploit](alternate-exploits). {: .notice--warning} ### What You Need * The latest release of [MSET9](https://github.com/zoogie/MSET9/releases/latest) (the Release `.zip` file) * Any 3.x version of [Python](https://www.python.org/downloads/) **installed on your computer** - + If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering `python3 -V`. If this returns a version number, it will work for this guide. + + If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering `python3 -V`. If this returns a version number, it will work for this guide. ### Instructions @@ -81,6 +81,7 @@ These instructions must be followed **EXACTLY**, so double-check EVERYTHING you 1. Insert your SD card into your computer 1. Run the MSET9 script: + **Windows**: Double-click `mset9.bat` + + **macOS**: Double-click `mset9.command` + **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter 1. Type the number corresponding to your console model and version, then press Enter 1. In the MSET9 window, type `2`, then press Enter to inject MSET9 @@ -106,6 +107,7 @@ Do NOT skip this section! If you skip it, applications may crash unexpectedly an 1. Insert your SD card into your computer 1. Run the MSET9 script: + **Windows**: Double-click `mset9.bat` + + **macOS**: Double-click `mset9.command` + **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter 1. Type the number corresponding to your console model and version, then press Enter 1. In the MSET9 window, type `3`, then press Enter to remove MSET9 diff --git a/_pages/en_US/key-information.txt b/_pages/en_US/key-information.txt index 1cdd39fff7..b04daf3e7b 100644 --- a/_pages/en_US/key-information.txt +++ b/_pages/en_US/key-information.txt @@ -34,7 +34,7 @@ This guide works with every retail console in the Nintendo 3DS family of console {: .notice--info} In most cases, you can follow this guide as long as you are able to download files from the Internet and copy them to your SD card. Depending on your computer/phone/electronic device, you may need to purchase a USB to SD card adapter to allow your computer to read your SD card. -Some methods (notably, Kartminer7 and MSET9) may require a traditional computer running Windows or Linux. If you are unable to get access to a computer using those operating systems, you will need to follow another method. +Some methods (notably, Kartminer7 and MSET9) may require a traditional computer running Windows, macOS, or Linux. If you are unable to get access to a computer using those operating systems, you will need to follow another method. {% endcapture %}
{{ compat | markdownify }}