More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|author=SuperOkazaki | |author=SuperOkazaki | ||
|lastupdated=2019/11/14 | |lastupdated=2019/11/14 | ||
|type=Payload | |type=Payload Senders (Software) | ||
|version=2019 | |version=2019 | ||
|license=MIT | |license=MIT | ||
Line 26: | Line 26: | ||
*tkinter | *tkinter | ||
Instructions | Instructions: | ||
*Install [https://brew.sh/ Homebrew] | *Install [https://brew.sh/ Homebrew] | ||
*Install Python 3: <code>brew install python</code> | *Install Python 3: <code>brew install python</code> | ||
Line 34: | Line 34: | ||
==User guide== | ==User guide== | ||
How to use: | How to use: | ||
*Install everything in the above <code>Dependencies</code> area | *Install everything in the above <code>Dependencies</code> area. | ||
*Extract the release ZIP, in the folder that was extracted, place your Fusée payloads in the payloads folder. | *Extract the release ZIP, in the folder that was extracted, place your Fusée payloads in the payloads folder. | ||
*Enter RCM mode on the Switch (this will not be covered here). | *Enter RCM mode on the Switch (this will not be covered here). |
Latest revision as of 04:22, 9 July 2023
Fusee Launcher MacOs | |
---|---|
General | |
Author | SuperOkazaki |
Type | Payload Senders (Software) |
Version | 2019 |
License | MIT License |
Last Updated | 2019/11/14 |
Links | |
Download | |
Website | |
Source | |
This is a simple fork of the original fusee-launcher.
It contains no payloads. You must download and place the payloads in the "payloads" directory.
Note: This project still works, and will likely continue to work, but it has been deprecated in favor of NXBoot for macOS users.
Installation
Dependencies:
- Python 3.6+
- libusb
- pyusb
- tkinter
Instructions:
- Install Homebrew
- Install Python 3:
brew install python
- Install libusb:
brew install libusb
- Install Python dependencies:
python3 -m pip install pyusb
User guide
How to use:
- Install everything in the above
Dependencies
area. - Extract the release ZIP, in the folder that was extracted, place your Fusée payloads in the payloads folder.
- Enter RCM mode on the Switch (this will not be covered here).
- While in RCM mode, connect the Switch to a USB port on the computer (using a hub will likely not work).
- Double-click on
macOS launch.command
. - Choose a payload from the list.
- Press Run.
If you receive this error usb.core.NoBackendError: No backend available
, run brew link --overwrite libusb
Credit
- ReSwitched.
- Ktemkin.
- SciresM.
- @gbazone on GBATemp and his OS X tutorial.
- @trainboy2019 on GitHub for making the tkinter GUI and submitting a pull request.
- @Ickerday on GitHub for code cleanup, general improvements, and submitting a pull request.
Screenshot by mamosuke.