Recent content by tootallnate

  1. tootallnate

    [release] sys-autopilot — Remote-control your Switch over HTTP + MCP (drive it with an AI agent)

    I've been building sys-autopilot, an Atmosphère sysmodule that runs a persistent HTTP server on the console at boot. It exposes a REST API and a native MCP (Model Context Protocol) endpoint for taking screenshots, injecting controller input, and reading/writing files on the SD card. Basically...
  2. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    v0.0.7 Released New release is up: https://github.com/TooTallNate/switch-nsp-forwarder/releases/tag/0.0.7 Highlights: Switch 21.x support — Updated runtime and recompiled forwarder binary against libnx 4.12.0-1 Deterministic title IDs — Title IDs are now generated from a hash of the NRO path...
  3. tootallnate

    "NSP Forwarder Generator" - An online tool to create NRO/RetroArch forwarders

    I have updated the site to use the same forwarder ROM as nton, and also use the force_debug_prod flag for pre-19.0.0 firmware compatibility. I have tested the forwarders generated on fw v18.1.0 and 10.2.0 and they work as expected for me. Let me know if it's fixed now for you as well or if...
  4. tootallnate

    "NSP Forwarder Generator" - An online tool to create NRO/RetroArch forwarders

    It's possible that those emulators don't support specifying a ROM file path as a command line argument, in which case a forwarder directly to the game wouldn't work. You would have to ask for that to be added as a feature request on the respective emulator's issue tracker.
  5. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    @TotalJustice's explanation is 100% accurate, and I am indeed working on generating the NCA files directly and not using hacbrewback, which will eliminate this category of error. The patched fs is a valid workaround for now though. The app has been slightly on the backburner at the moment...
  6. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    New release: switch-nsp-forwarder v0.0.5 Forwarders can now be installed directly from within the app - no more need to install with a separate title installer 🎉 Update nx.js to v0.0.62 (fixes an issue where Unicode characters were incorrectly printed) You can now press - on the success page to...
  7. tootallnate

    "NSP Forwarder Generator" - An online tool to create NRO/RetroArch forwarders

    The current version of the website is intended to generate forwarders that work for all versions by default. I am using FW 18.1.0 and AMS v1.7.1 and generated forwarders still work for me.
  8. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    New release: switch-nsp-forwarder v0.0.3 Use jimp to resize icon to 256x256 and remove EXIF data (this should prevent ? from being shown for some apps, i.e. chiaki) Fix potential error at boot-up if any nro files' metadata fails to parse (i.e. "mame-nx" which was reported here) Fix crash when...
  9. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    New release: switch-nsp-forwarder v0.0.2 Traverse subdirectories of the /switch directory to find ".nro" files Include the root hbmenu.nro in the selection screen as well Show five apps per row on the selection screen (previously was four) Skip .nro entries that begin with a . character (MacOS...
  10. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    Ok, so it's something specific to the forwarder generator app then. It might be easier and less noisy in this thread if you could join the nx.js Discord server and we could try to pin down the issue there.
  11. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    Interesting. How about if you try launching via a game title while holding R, instead of through the HB Menu forwarder? Also, I see you have the ASCII Star Wars installed, does that one work? I'm trying to understand if a different nx.js app works or not for you.
  12. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    Huh, interesting. The Switch I'm using is also on 18.1.0, btw, so I don't think it's specific to that. Can you show how exactly you are launching? Maybe record a video with your phone?
  13. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    What kind of crash? Do you see an error on the screen or does the Switch fully crash and have to reboot? Pic? Also there may be a debug file that was created “nxjs-debug.log” I think it’s called on your SD card. If that has anything in it that would be helpful to share
  14. tootallnate

    Homebrew "switch-nsp-forwarder" - Generate forwarders directly on your Switch

    I've noticed this with a few NROs as well. Seems like the album menu is more lenient about which icons it will used compared to the home screen menu. I'll need to add some post-processing of the logo to normalize / remove EXIF data. Tracking issue here. Yep, noted. As a workaround, you can use...