Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Fusee Launcher MacOs Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=Fusee Launcher MacOs |image=Switch-logo.png |description=MacOS launcher for Fusée Gelée. |author=SuperOkazaki |lastupdated=2019/11/13 |type=Payload senders (Software) |version=2019 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/fuseelaunchermacosswitch.7z |website=https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/ |source=https://github.com/SuperOkazaki/fusee-launcher |donation= }} {{#seo: |title=...")
 
No edit summary
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=Fusee Launcher MacOs
|title=Fusee Launcher MacOs
|image=Switch-logo.png
|image=fuseelaunchermacosnx.png
|description=MacOS launcher for Fusée Gelée.
|description=MacOS launcher for Fusée Gelée.
|author=SuperOkazaki
|author=SuperOkazaki
|lastupdated=2019/11/13
|lastupdated=2019/11/14
|type=Payload senders (Software)
|type=Payload senders (Software)
|version=2019
|version=2019
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/switchhomebrews/fuseelaunchermacosswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/fuseelaunchermacosnx.7z
|website=https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/
|website=https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/
|source=https://github.com/SuperOkazaki/fusee-launcher
|source=https://github.com/SuperOkazaki/fusee-launcher
|donation=
|donation=
}}
}}
{{#seo:
This is a simple fork of the original [https://github.com/reswitched/fusee-launcher fusee-launcher].
|title=Switch Payloads (Payload senders (Software)) - GameBrew
 
|title_mode=append
It contains no payloads. You must download and place the payloads in the "payloads" directory.
|image=Switch-logo.png
 
|image_alt=Fusee Launcher MacOs
'''Note:''' This project still works, and will likely continue to work, but it has been deprecated in favor of [[NXBoot Switch|NXBoot]] for macOS users.
}}
 
{{cleanup|article|Needs cleanup}}
==Installation==
MacOS launcher for Fusée Gelée.
Dependencies:
*Python 3.6+
*libusb
*pyusb
*tkinter
 
Instructions==
*Install [https://brew.sh/ Homebrew]
*Install Python 3: <code>brew install python</code>
*Install libusb: <code>brew install libusb</code>
*Install Python dependencies: <code>python3 -m pip install pyusb</code>


==Media==
==User guide==
<youtube></youtube>
How to use:
*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.
*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 <code>macOS launch.command</code>.
*Choose a payload from the list.
*Press Run.


If you receive this error <code>usb.core.NoBackendError: No backend available</code>, run <code>brew link --overwrite libusb</code>


==Screenshots==
==Credit==
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-01.png
*ReSwitched.
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-02.png
*Ktemkin.
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-03.png
*SciresM.
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-04.png
*[https://gbatemp.net/members/350058/ @gbazone] on GBATemp and his OS X tutorial.
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-05.png
*[https://gbatemp.net/members/373080/ @trainboy2019] on GitHub for making the tkinter GUI and submitting a pull request.
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-06.png
*@Ickerday on GitHub for code cleanup, general improvements, and submitting a pull request.
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-07.png
https://dlhb.gamebrew.org/switchhomebrews/Switch-logo-08.png


==Changelog==
Screenshot by [https://gamegaz.com/2018050522405/ mamosuke].
'''v.1.0'''
* First Release.


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/
* GitHub - https://github.com/SuperOkazaki/fusee-launcher
* Github - https://github.com/SuperOkazaki/fusee-launcher
* GBAtemp - https://gbatemp.net/threads/tool-fusee-gelee-launcher-for-macos.502075/
* Reddit -

Revision as of 03:23, 7 July 2023

Fusee Launcher MacOs
Fuseelaunchermacosnx.png
General
AuthorSuperOkazaki
TypePayload senders (Software)
Version2019
LicenseMIT License
Last Updated2019/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.

External links

Advertising: