Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Flumpster committed Dec 17, 2018
1 parent 3053a5f commit 4bc72d5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![A cute rocket in outerspace!](icon.png)
# Fusée Launcher Interfacée (Nintendo Homebrew Version)
A mod of [falquinhos](https://github.com/falquinho/fusee-interfacee-tk) Fusée Launcher for use with Nintendo Homebrew Switch Guide. It also adds the ability to mount SD while in RCM.

A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https://github.com/reswitched/fusee-launcher) onto your Nintendo Switch.


Expand All @@ -8,26 +10,26 @@ A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https:
* I'm assuming you understand how the exploit is done and the setup needed, this README is to help you run this specific app.
* Although Fusée is able to exploit any Tegra X1 device, this app is designed to work with Nintendo Switches only.
* The Fusée Launcher script included in this project is slightly modified to be used as a module.
* Binaries built and tested on Ubuntu 17.10 and Windows 10 in a 64 bit machine. If your platform is older you probably won't be able to run the executables.
* Binaries built and tested on Ubuntu 18.10 and OS X (or macOS) 10.9.5. If your platform is older you may not be able to run the executables.


## Running this app
You can run this app as a simple python script or by executing the binary file for your platform.

### Running as a script
* Have latest [python 3](https://www.python.org/downloads/) and [pyusb](https://github.com/pyusb/pyusb) installed.
* __On Windows__ have [libusbk](http://libusbk.sourceforge.net/UsbK3/index.html) as the device driver.
* __On Linux__ have libusb1 installed (you probably already have).
* Download/clone this repo and simply run `app.py` like you would any python script.


### Running the binary file
### Linux
* You need to have `libc ver. 2.61` or higher (if you use a modern distro you probably already have).
* Download the linux binary from the [releases page](https://github.com/falquinho/fusee-interfacee-tk/releases) and run it. It *should* simply work.
* Download the linux binary from the [releases page](https://github.com/nh-server/fusee-interfacee-tk/releases) and run it. It *should* simply work.

### Mac
* Download the mac binary from the [releases page](https://github.com/nh-server/fusee-interfacee-tk/releases) and run it. It *should* simply work.

### Windows
* Download the Windows binary from the [releases page](https://github.com/falquinho/fusee-interfacee-tk/releases) and run it. It *should* simply work.

## Using Fusée Launcher Interfacée
The app is very simple, it should be very intuitive to use:
Expand All @@ -45,5 +47,7 @@ If the binary executable won't run in your machine you can build it yourself. Th
If you want to freeze using `pyinstaller` on linux there's a bug on the pip version of it that prevents the `libusb` to
be bundled. You need to donwload [the develop branch of pyinstaller](https://github.com/pyinstaller/pyinstaller/tree/develop) and use it as a script.

## Special Thanks
### To the Team {Re}Switched and contributors. You are awesome. Thanks for your hard work.
## Credits
- [Kate Temkin](https://github.com/ktemkin) / [Fusée Launcher](https://github.com/Cease-and-DeSwitch/fusee-launcher)
- [Rajkosto](https://github.com/rajkosto) / [memloader](https://github.com/rajkosto/memloader), Mounting Tool
- [falquinho](https://github.com/rajkosto) / [Fusée Launcher Interfacée](https://github.com/falquinho/fusee-interfacee-tk), Original Author

0 comments on commit 4bc72d5

Please sign in to comment.