Jump to content


414 archivos

  1. NX-USB

    Nx-USB allows you to transfer files between your Nintendo Switch and computer, no WiFi or rebooting required!
    Usage
    Nx-USB is composed of 2 parts: a "server" component that runs on the switch, called nxusb_server.nro, and a "client" component that runs each command on the computer.
    Setup
    Grab a copy of nxusb_server.nro. This can either be done by building it yourself, or just by downloading it from the Releases page.
    Make sure that you have gotten nxusb_server.nro on to your Switch somewhere where it can be ran from.
    Find a valid client, which at this point is only possible by downloading Rust and building it yourself via cargo build -p client. At the moment, the client executable is just called client, so that is what we will be using to refer to it here, but this may change in the future.
    Running
    Connect the Switch to the computer via USB.
    Run nxusb_server.nro on the Switch.
    Use the client to transfer files between the computer and the switch:
    To "push" a file TO the Switch FROM the computer, use ./client --push [NEW PATH ON SWITCH] [EXISTING FILE ON COMPUTER].
    To "pull" a file FROM the Switch TO the computer, use ./client --pull [EXISTING FILE ON SWITCH] [NEW PATH ON COMPUTER]`
    Development
    This project was built in Rust with libnx-rs. Docker is currently the prefered build evironment, but it is perfectly possible to build an nro without it as long as you have devkitpro, xargo, and nightly Rust installed. No matter which environment is being used, you can build an nro by calling ./makew; this builds the correct crate via xargo and then converts the nx_elfto an nro.
  2. NX-VVVVVV

    A Switch port of VVVVVV by NicholeMattera.
    Authors
    Created by Terry Cavanagh Room Names by Bennett Foddy Music by Magnus Pålsson Metal Soundtrack by FamilyJules 2.0 Update (C++ Port) by Simon Roth 2.2 Update (SDL2/PhysicsFS/Steamworks port) by Ethan Lee Beta Testing by Sam Kaplan and Pauli Kohberger Ending Picture by Pauli Kohberger
    Versions
    There are two versions of the VVVVVV source code available - the desktop version (based on the C++ port, and currently live on Steam), and the mobile version (based on a fork of the original flash source code, and currently live on iOS and Android).
  3. NXBoot

    NXBoot enables starting custom boot code on the Nintendo Switch through the Fusée Gelée hardware exploit. Booting Coreboot/Linux is supported.
    The command-line version of NXBoot works on iOS 9.0+ and macOS 10.10+. It is also available at /usr/bin/nxboot when the Cydia package is installed. Run ./nxboot -h for usage info.
    Install NXBoot on iOS by adding the following repository to Cydia: https://mologie.github.io/repo/
    What are the iOS hardware requirements?
    An OTG adapter on the Lightning end of the connection is required.
    Setup example: An iPhone 6 with NXBoot, connected to an Apple Lightning USB 2 Camera Adapter, where a standard USB 3 Type A to Type C cable connects the adapter with the Nintendo Switch:
    NXBoot Setup Photo
    Does it work without a Lightning OTG adapter?
    Nope.
    Can you make it work without an Lightning OTG adapter?
    Maybe, probably not. I'd be interested in technical details about the Lightning Camera adapter's internals and how iOS deals with USB host and device mode.
    Will cheap, non-Apple OTG adapters work?
    Maybe. I've received reports from some people who had success with cheap $5 Lightning OTG adapters, but others did not get their third-party adapter to work at all or had USB communication errors.
    Why use your app at all if it requires a $30 adapter?
    Because you've already got that adapter, or find it convenient, or found a cheap third-party adapter that works for you.
    iOS software requirements?
    NXBoot was tested and found compatible with all jailbreaks for iOS 10 and later, up to Coolstar's iOS 11.3.1/11.4b3 jailbreak. It may break if Apple changes some of its private APIs or sandbox details in future iOS versions.
    Nintendo Switch requirements?
    Any first generation Nintendo Switch with any firmware will work. There are reports about patched Nintendo Switch hardware on which the exploit no longer runs, but any switch purchased before 2018-07 should be safe.
    Is this app free?
    Yes and there are no ads. It was created as a fun experiment.
    Is it open-source / free software?
    No, not yet. I usually release source code a few months after the initial release to avoid user base fragmentation. (No obligation under the GPL to release this app's source code exists - it was developed from scratch with no dependencies.)
    This command-line tool vs. other launchers?
    The functionality is most likely equivalent, but nxboot has zero dependencies (it works directly with IOKit) and can launch both Fusée and ShofEL2 payloads out of the box.

  4. NXController

    Use keyboard to play Switch games.

    Via serial port: Switch-Fightstick Arduino UNO R3 or other boards USB to TTL/Serial module (FT232RL)
    Via wifi connection: sys-botbase Modified console only Read and write memory
    Customize your button settings
    Default button configuration is the same as yuzu:

    by wwwwwwzx.
  5. NXCord

    Unofficial Nintendo Switch Discord client.
    Installation and usage
    Download the latest build. Extract it to the root of your sdcard you use for your switch. You do need to reboot your system, otherwise the sysmodule won't start running. After rebooting you can open NXCord in homebrew menu and you will see a login screen, if you it's you first time using it.
    Using a bot
    Since selfbotting is not allowed, I'd recommend you to use a bot. If you don't know how to do it, just follow these simple steps. After copying the token and inviting the bot to your desired discord server, create a file named /config/nxcord/nxcord.ini and put your token there. For example your first line in the file should be token=<your token>. You need to restart your switch after modifying that file.
    Selfbotting
    Selbotting means that you are using a third pary client to access discord with an user account. It's against the TOS of discord, thus not recommended. I've been using an user account for testing for months already and haven't been banned yet. Might be safe, but I am not responsible for any bans!

    by Grarak.
  6. nXDownload

    Download any file directly inside sdmc:/ on your Nintendo Switch First impact.
    This homebrew was intended to download specially NSPs & XCI without problems. But it can download any file (really)! sort of tool downloader.
    This tool is pretty basic:
    Create a file .txt (from any device) Add few lines with links with formatted arguments i.e.<title-of-game/desciption> = <download/link/url_without_HTTPS> Files are downloaded by default to sdmc:/switch/nXDownload/ Remember that this tool requires Direct Download Links till i find someway to parse the download link from the webpage! File-sharing websites compatible with my tool are Mediafire, Uptobox, 1fichier, and any website that uses HTTP protocol! Power on your Switch, and select what file to download! Notes
    When dowloading BIG files, is better to put your Switch in Dock mode so you will not risk to: Burn your pixels! No need to be afraid if the battery is low. This project is based on libcurl. This project changes the heap size, to get the software Keyboard feature (can have memory issues). In future, this could change. It doesn't support HTTPS protocol (meaning that once mbedtls library is officially ported to libnx we then can use SSL encyption) This project is under GPL-3 License. use command line pacman -S switch-curl inside Msys2 to be able to compile this homebrew. I do not take any responsibility if it is used inappropriately or is damaging your console. by Dontwait00.





  7. nxdumptool (ex gcdumptool)

    nxdumptool es una aplicación para realizar dumpeos de juegos de Nintendo Switch desde la propia consola.
    Principales características de nxdumptool
    Genera volcados completos de imágenes de cartuchos (XCI) con eliminación opcional de certificados y recorte opcional.
    Genera paquetes de presentación de Nintendo (NSP) instalables a partir de aplicaciones base, actualizaciones y DLC almacenados en la tarjeta de juego insertada, la tarjeta SD y los dispositivos de almacenamiento eMMC.
    Compatible con carros multijuego.
    Cálculo de la suma de comprobación CRC32 para los volcados XCI/NSP.
    Verificación completa del volcado XCI mediante la base de datos XML de NSWDB.COM (NSWreleases.xml).
    Base de datos XML y actualización in-app a través de libcurl.
    Volcado preciso de la partición HFS0 en bruto, utilizando la cabecera HFS0 raíz de la tarjeta de juego.
    Volcado de datos de archivos de partición HFS0.
    Navegador de archivos de partición HFS0 con soporte de volcado manual de archivos.
    Programa de volcado de datos de archivos de sección NCA ExeFS.
    Programa NCA ExeFS section file browser con soporte de volcado manual de archivos.
    Programa NCA RomFS section file dumping.
    Programa NCA RomFS section file browser con soporte de volcado manual de archivos.
    Volcado manual del certificado de la tarjeta de juego.
    Comprobación del espacio libre en la tarjeta SD.
    Soporte de división de archivos para todas las operaciones.
    Recuperación de los metadatos de la tarjeta de juego utilizando los servicios NCM y NS.
    Cálculo de la velocidad de volcado, cálculo de ETA y barra de progreso.
    Las operaciones relacionadas con los títulos SD/eMMC instalados requieren un archivo de claves ubicado en "sdmc:/switch/prod.keys".Usa Lockpick_RCM para generarlas.
    nxdumptool es una aplicación creada por DarkMatterCore.
  8. NxFileViewer

    NxFileViewer es una aplicación que nos permite ver y explorar el contenido de los archivos de Nintendo Switch.



    Principales características de NxFileViewer
    Basado en LibHac Archivos compatibles: NSP, NSZ*, XCI, XCZ* Soporta Súper NSP/XCI Examinar la estructura del contenido de los archivos. Exportar archivos Guardar o copiar imágenes de títulos Especifique la ubicación de sus propias claves Busca claves en ubicaciones de uso común Descargar claves automáticamente desde una URL definida en la configuración Admite arrastrar y soltar Comprueba el tipo de archivos reales (XCI o NSP) Registro detallado Interfaz fácil de usar y responsiva Archivo ejecutable único No escriba nada fuera del directorio del programa. Verificar hash y firma Muestra claves faltantes Abre la URL del título Varios idiomas (en realidad, inglés y francés, envíame un mensaje privado para obtener más información;)) Cambio de nombre de archivos avanzado La aplicación ha sido creada por Myster-Tee.
  9. NXLink-GUI

    A Graphical User Interface for the application NXLink.
    Created by Flyken & Zexceil
    Installation
    Clone or Download as ZIP. Open The Directory Created. Drag and Drop nxlink.exe and zlib1.dll to Directory Root. Run NKLinkGUI.exe. OPTIONAL: You Can Create Shortcut To NKLinkGUI.exe. Usage
    Select The NRO Using The OpenFile Button. Type in IP of Your Switch. Click Add NRO. Select NRO From List. Load Into NetLoad in Homebrew Menu. Click Send.
  10. NXLoader

    NXLoader
    My first Android app: Launch Fusée Gelée payloads from stock Android
    Heavily based on Fusée Gelée and ShofEL2. fusee.bin is bundled as a default payload
    Note: Any proprietary payloads are neither tested nor supported by this software.
    Does it work on your device? Report here
    This app is currently in "Alpha" state, it's my first Android app and there is some rather disgusting code (Potentially blocking tasks on the UI thread ?). This will be improved soon™.
    HOWTO:
    Launch the app. (Optional) go to the Config tab, and select a custom payload file. Plug in your Switch. (On my Nexus 5, I use a micro USB OTG cable, and an A-to-C cable) Put it into RCM mode. (Note: your switch will power on by itself when plugged in, be sure to hold VOL+). Grant permission to the app to access the USB device. Enjoy! Note: The app does not need to be running in order to launch the payload. The phone can even be locked!
    FAQ:
    Why use this over a web-based launcher?: No internet required, and can auto-launch even if your phone is locked. Plug and play! Can it load Linux?: soon™ Will it brick my phone/switch?: Hopefully not, but I an certainly not responsible if it does! Does it need root?: Nope! TODO:
    Refactor the code so it's less hacky Improve UI/UX Implement loader for fail0verflow's Linux For anyone who wants to look at the exploit source, the magic happens here.
  11. NXMP

    NXMP es un reproductor de video para Nintendo Switch basado en MPV. NXMP soporta los formatos de vídeo más populares, así como streaming vía HTTP y FTP, y decodificadores Enigma2.
    Instalación
    Edit config.ini
    [Main] startpath=/switch/nxmp [Network] [Enigma2] La red tiene una sintásis (puedes añadir las fuentes que quieras)
    [Network] source=TESTFtp|ftp://user:pass@192.168.1.10:21/path/ source=TestHTTP|http://192.168.1.10/path/ Enigma2 tiene sintásis
    [Enigma2] e2address=http://192.168.1.10/ Copia la carpeta nxmp a la tarjeta sd de Switch (/switch/nxmp)


    Uso
    Mapeo de botones
    A seleccionar (reproducir / pausar durante la reproducción) B atrás (detener durante la reproducción) Y Menú principal X muestra OSD (durante la reproducción) R L ZR ZL (buscar +/- durante la reproducción) + Salir de NXMP Botón R Stick Toggle Masterlock (durante la reproducción, solo funcionará el botón A) Dpad Right (durante la reproducción muestra el menú derecho) Dpad Left (durante la reproducción, cierre el menú derecho) R Stick Up / Down Desplazamiento rápido en la lista de archivos FAQ
    Pregunta: ¿Mi archivo 4K no funciona? ¿Por qué?
    Respuesta Tenga en cuenta que actualmente las aplicaciones Homebrew no pueden acceder al decodificador HW, por lo que todo se hace con la CPU, el archivo 4K es demasiado pesado para ser decodificado
    P: ¿Qué es Enigma2?
    R: Enigma2 es una aplicación utilizada en receptores de transmisión de video digital (DVB-S, DVB-C, DVB-T) basados en Linux o decodificadores de TV y receptores de televisión de protocolo de Internet.
    NXMP ha sido creada por proconsule.
  12. nxmtp

    A (not very good) MTP responder for the Switch.
    Compatibility (maybe)
    Windows File Explorer Android File Transfer Android File Transfer For Linux - (aft-mtp-cli, aft-mtp-mount) by  liuervehc.
  13. nxmtp

    A (not very good) MTP responder for the Switch.
    Compatibility (maybe)
    Windows File Explorer Android File Transfer Android File Transfer For Linux - (aft-mtp-cli, aft-mtp-mount)
    Disclaimer
    This software is provided "as is" and any expressed or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the regents or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
    by liuervehc.
  14. NxNandManager

    NxNandManager es una utilidad de línea de comandos (y GUI) para Windows 7 y 10, cuyo objetivo principal es copiar contenido de Nintendo Switch (NAND completo o partición específica) desde/a un archivo o unidad física.
    ¿Qué puede hacer este programa?
    Realice una copia de seguridad o restaure la NAND (archivo o unidad) de cualquier Switch => sysNAND completa, emuNAND completa, particiones de arranque o particiones de usuario. Cifre o descifre la partición cifrada nativa (PRODINFO, PRODINFOF, SAFE, SYTEM & USER) usando claves BIS. Cambie el tamaño de su NAND (solo partición de USUARIO). Recupere y muestre información útil sobre archivos/unidades NAND (versión de firmware, ID de dispositivo, controlador exFat, S/N, etc.) usando claves BIS Los volcados divididos son totalmente compatibles (copia de seguridad y restauración). Sin embargo, el programa no puede dividir un volcado existente ni puede dividir el archivo de salida en ningún caso. Opción para borrar los identificadores y certificados únicos de la consola (también conocido como Incógnito) de PRODINFO Activar/desactivar RCM automático (BOOT0) Cree emuNAND (basado en archivos o particiones) a partir de cualquier imagen NAND (RAWNAND o FULL NAND)
    Formato de archivo compatible
    Cabe señalar que el programa no comprueba la extensión del archivo para detectar si un archivo es compatible o no. Buscará una firma específica dentro de los datos binarios (número mágico) cuando sea posible. Si el archivo está completamente encriptado, el programa detectará el tipo al inspeccionar el nombre del archivo (sin extensión) y el tamaño del archivo. Por lo tanto, un solo archivo de partición (encriptado) debe tener el nombre del nombre de la partición ("SAFE.bin", "SAFE.enc" o "SAFE.whatever" funcionarán, "SAFE_01.bin" no).
    Unidades compatibles
    NxNandManager puede detectar unidades físicas que contienen una NAND (o partición) válida, como unidades memloader (herramienta para montar la NAND de Nintendo Switch en una computadora) o una tarjeta SD que contiene una partición emuNAND (partición oculta de SX OS o partición emuMMC).
    Compatibility
    All dumps made with Hekate are supported by NxNandManager (and vice versa).
    NxNM also supports splitted dumps (such as SX OS's (emu)NAND dumps).
    Split filenames should be :
    basename[00->99].(bin|.*) or basename[0->9].(bin|.*) or basename.[0->∝]
    Set the first split file as input
    How to mount and open your Nintendo Switch's NAND ?
    Use memloader v3 to mount eMMC on your computer (TegraRcmGUI provides an easy means to do it). Open NxNandManager (CLI : add argument --list to list all available physical drives, GUI : File > Open drive). Select the mounted drive. You can now perform backup/restore operations. by Eliboa.
  15. NXPayload Converter

    NXPayload Converter es una aplicación que permite crear archivos boot.dat desde payloads de Nintendo Switch (.bin).
    ¿Cómo utilizar NXPayload Converter?
    Descargar la última versión de la aplicación para nuestro sistema operativo desde aquí mismo Colocar el ejecutable de la aplicación y los archivos .bin que queremos convertir en la misma carpeta Ejecuta el programa Los archivos serán generados en esa misma carpeta de forma automática. Puede poner enlaces directos de archivos .bin en un links.txt y también poner payloads como arriba para obtener el bin de la última versión de una carga útil o una versión específica (nombre @ versión) @latest o simplemente el nombre de la última versión . Los enlaces deben estar separados por comas.
    Payloads compatibles
    Lockpick RCM (lockpick_rcm) Atmosphère fusee-primary Hekate Biskeydump TegraExplorer Créditos
    Flat Icons - Autor del icono de la aplicación. CTCaer - Autor del script original escrito en Python. Pharuxtan - Autor de la conversión original del script a JavaScript. Aplicación creada por MurasakiNX y Zoria.
  16. NXRedirect

    A custom nsp!
    To load a nro please place the nro in "sdmc:/NXRedirect/app.nro"
    I'm not responsible for bans or corrupted ticketDB etc.
    by midstor.
  17. nxsh

    About
    I started this project as a convenient way to interact with the Switch over the network. Simply run the provided .nro file included in this post and connect to your device via port 5050 to access a Unix-esque shell. A full list of currently-supported commands can be provided by typing "help" at the prompt.
    Connecting 
    Linux/BSD/Mac OS
    First ensure that you have the "telnet" client installed on your local machine (it may or may not be bundled with your base distribution). For Mac users, I recommend installing the client via the Homebrew package manager. Then, connect in via:
    $ telnet [IP address] 5050
    Windows
    The built-in Windows telnet client does not play nicely with nxsh, so I recommend installing PuTTY. Note that connecting via a "raw" connection instead of a "telnet" one will avoid a pesky "command not found" message upon initialization of the shell. The telnet protocol sends some garbage text as it's negotiating the connection, so if you want a clean-looking shell, ditch that and go for a raw socket.
    In Progress/Future Plans
    Right now, there are a few big features under development. Firstly, I'm working on a set of fetch commands to retrieve files from remote HTTP/FTP servers. More ambitiously, I'm developing a shell interpreter so that basic scripts can be developed and run on the Switch, as they would under bash/zsh for example.
    I'm always open to feature requests, so don't hesitate to let me know if there's something you'd like to see included in the next release!
    by caesura.
  18. NXSSetup

    A simple command-line interface to download (and compile) Nintendo Switch homebrew / hacking tools.
    NXSSetup is still in heavy development, the TUI framework is mostly finished, and all this can download / compile is Atmosphère for now.
    This is a pre-release as this is nowhere near ready, so expect bugs. 
    by oojmed.
  19. NXThemes Installer

    NXThemes Installer es una aplicación homebrew para Nintendo Switch que nos permite gestionar nuestros temas personalizados directamente desde la consola. Es capaz de instalar tanto temas en formato nx como en szs.

    Principales características de NXThemes Installer:
    Instalar el nuevo formato nxtheme Instalar el viejo formato szs Automáticamente detecta el nombre y firmware correcto para los archivos szs Dumpeo directo del home menu nca, nunca más hacdiskmount Soporte para la mayoría de CFWs (Atmosphere, ReiNX o SX OS) ¿Cómo instalar temas con NXThemes Installer?
    No tiene mucha historia. simplemente crea una carpeta llamada "themes" en el directorio raiz de tu tarjeta sd y copia los temas dentro de ella. Luego desde NXThemes Installer los verás todos y podrás instalar los que quieras.
  20. NXToolkit++

    A massive all-in-one tool for the Nintendo Switch.
  21. nxTransmission

    A homebrew port of Transmission 2.94 for Nintendo Switch with a very basic console UI. Torrents can be added/managed by a web browser remotely, or with something like Transdroid.
    Install
    Extract the release zip to the /switch folder on your sdcard. Skip the settings.json if you don't want to revert to the release defaults.
    exFAT support
    This was tested only with the FAT32 file-system. Using exFAT could lead to DATA CORRUPTION, especially if nxTransmission crashes.
    FAT32 limit
    FAT32 has a file size limit of 4GB, files bigger than this limit are split automatically to a folder matching the original file name, and the file concatenation attribute is applied to the folder when the torrent fully completes. The file-system is detected based on the firmware version, and splitting is on by default if exFAT is not supported. The split setting can be forced from settings.json by adding entry
        "nx-split-files": true[or false] Notes
    Torrents are downloaded by default to the /Downloads folder on the sdcard. You can customize the settings by editing /switch/nxTransmission/settings.json, or in the browser with the web client. Be warned this can lead to speed and/or stability issues. Known issues
    enabling DHT could lead to crashes on exit. udp trackers are not handled correctly. files/folders with exotic characters may be not downloaded, or are downloaded, but cannot be opened on switch.
    by t-flo.
  22. OG_Tinfoil

    Tinfoil's fork with support to NSZ filesystem.
    Installation
    Install FS sig patches, there are two ways of doing this: Using the latest hekate with the option kip1patch=nosigchk in hekate_ipl.ini. Using ReiNX Place the tinfoil nro in the "switch" folder on your sd card, and run using the homebrew menu.
    Usage
    Place NSPs in /tinfoil/nsp or extracted NSPs in /tinfoil/extracted. Launch Tinfoil via the homebrew menu and install your NSPs. by Blawar.
  23. OmegaSphere

    OmegaSphere consists of grouping several software, HomeBrew and Convenient Emulators for the switch hack into a simplified interface.
    Just click on the button of the HomeBrew or the software of your choice, then the folder of the one if opens.

  24. OpenJazz NX

    Port of OpenJazz to the nintendo switch With SDL2 Support.
    To play the game you need to put jazz jackrabbit game files in same directory as OpenJazzNX.nro you can get the shareware Version Or Buy the full game :) (shareware) is cool.
    Bugs:
    Level Bonus crashing the game while quit it or finish it, i have disabled the Bonus while playing the game it self untill i fix it hmm who need that bonus doe ?! xD (game will go to next level without using the bonus) im not sure if its me or its comes from OpenJazz Engine ?! Sound on loading level is kracky When on pause sound is kracky aswell minor font/pallete bugs on choose level and ingame menu palletes by KranKRival.



  25. OpenRCT2 for Switch

    OpenRCT2 is an open-source re-implementation of RollerCoaster Tycoon 2 (RCT2). The gameplay revolves around building and maintaining an amusement park containing attractions, shops and facilities. The player must try to make a profit and maintain a good park reputation whilst keeping the guests happy. OpenRCT2 allows for both scenario and sandbox play. Scenarios require the player to complete a certain objective in a set time limit whilst sandbox allows the player to build a more flexible park with optionally no restrictions or finance.
    RollerCoaster Tycoon 2 was originally written by Chris Sawyer in x86 assembly and is the sequel to RollerCoaster Tycoon. The engine was based on Transport Tycoon, an older game which also has an equivalent open-source project, OpenTTD. OpenRCT2 attempts to provide everything from RCT2 as well as many improvements and additional features, some of these include support for modern platforms, an improved interface, improved guest and staff AI, more editing tools, increased limits, and cooperative multiplayer. It also re-introduces mechanics from RollerCoaster Tycoon that were not present in RollerCoaster Tycoon 2. Some of those include; mountain tool in-game, the "have fun" objective, launched coasters (not passing-through the station) and several buttons on the toolbar.
    by rsn8887.

×
×
  • Crear nuevo...