Skip to content

trainboy2019/fusee-launcher

 
 

Repository files navigation

Fusée Gelée Launcher for MacOS

This is a fork of OkazakiTheOtaku's fork of Fusée Gelée Launcher for MacOS, which is a simple fork of the ReSwitched team's fusee-launcher.

It contains no payloads. You must download and place the payloads in the "Payloads" directory.

Dependencies:

- Python 3
- libusb
- pyusb
- tkinter

1. Install brew via https://brew.sh
2. Install Python 3 and libusb: brew install python libusb
3. Install pyusb: python3 -mpip install pyusb
4. Install tkinter: python3 -mpip install tkinter

Usage

  1. Look at the top of this repository page
  2. Click the green button that says "Clone or download"
  3. Download ZIP
  4. Find where the ZIP downloaded and extract it
  5. In the folder that was extracted place your Fusée payloads in the Payload folder.
  6. Enter RCM mode on the Switch (this will not be covered here)
  7. While in RCM mode, connect the Switch to a USB port on the computer (using a hub will likely not work!)
  8. Run one of the .command files by double-clicking on them.
  9. If using macOS launch.command, the script will list the available payloads (make sure they're in the Payloads folder).
  10. Use the arrow buttons in the window that opens to find your payloads.
  11. Press Run.

Credit

  • The entire ReSwitched team, of course
  • SciresM in particular, whom I really look up to as a programmer and as a person
  • @gbazone on GBATemp and his OS X tutorial
  • @OkazakiTheOtaku for making the Fusée Gelée Launcher for MacOS
  • If I forgot anyone else I'm sorry - I love you too, don't worry! Let me know and I'll credit you here.

About

macOS launcher for Fusée Gelée

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.3%
  • Assembly 5.1%
  • Shell 3.2%
  • JavaScript 1.4%