Recent content by Insektaure

  1. Insektaure

    Homebrew Homebrew app Sphaira - hbmenu replacement

    If you are launching sphaira from a previously created forwarder, delete that one and recreate it. It should be working then.
  2. Insektaure

    Homebrew Homebrew app NX Plaza - Online StreetPass System for the Switch

    NX Plaza An Online StreetPass System for the Nintendo Switch. In the 3DS days, you could trade a few hundred bytes with every console you physically walked past. The Switch has no radio homebrew that can drive that way, so NX Plaza keeps everything else about the idea and moves the trade to...
  3. Insektaure

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    Maybe I'm wrong but after digging it seems tied to a fix in Atmosphere libs that came AFTER the 1.11.2 release of June 16, so that's why BTH fork is working and the official release don't (since it was compiled from master branch). So not related to sys-patch. Seems tied to the fix related to...
  4. Insektaure

    Hacking ROM Hack Pokemon Legends Z-A Cheat Database

    My pleasure ! I just saw your previous post for a list of code encounters, you can find them for version 2.0.2 here : https://github.com/entropiccode/legends_za_item_codes/blob/main/2.0.1%20%2B%202.0.2%20codes/pokemon_encounter_codes.txt
  5. Insektaure

    Hacking ROM Hack Pokemon Legends Z-A Cheat Database

    Hi there ! I made those shiny cheats that increase shiny odds instead of forcing it. (for 2.0.2 version) Beware : it overrides Shiny Charm / Mable Research / Donuts bonuses rather than stacking with them, since it replaces the count instead of multiplying it. Pick an xN comfortably above...
  6. Insektaure

    Homebrew SysDVR-UVC - USB Video Class Sysmodule

    Try with the switch-cam.bat script located here to see if it stills errors : https://github.com/Insektaure/SysDVR-UVC-Capture/blob/main/tools/ Launch your game, plug it in, then launch with the script. If it does still throw an error I will investigate ! 1781371691 Seems like depending on...
  7. Insektaure

    Homebrew SysDVR-UVC - USB Video Class Sysmodule

    You definitely could do that on a desktop computer with a "line in" port instead of using BT. Don't know about laptop since you have to use a TRS cable, if there is any audio jack (laptop tends to get rid of these to cut cost or to shrink the laptop thickness). Choice is yours. BT is widely...
  8. Insektaure

    Homebrew SysDVR-UVC - USB Video Class Sysmodule

    SysDVR-UVC - USB Video Class Sysmodule This sysmodule presents the Nintendo Switch as a standard USB Video Class (UVC) webcam, allowing video capture on a PC without any client software. Verified working end to end on Linux (ffplay, v4l2-ctl, OBS) and Windows (ffplay, OBS with caveats - see...
  9. Insektaure

    Gaming Pokémon Scarlet and Violet VS Sword and Shield

    IMO both had their ups & downs. SwSH for the traditional "species per routes" and the world construction & the raid system in the DLC (with increased shiny encounters + legendary hunt) SV for the open world aspect of it (minus the extreme lag in the switch 1 version) Kinda liked both on my...
  10. Insektaure

    Homebrew pkHouse - Local Bank System for Pokémon Switch games

    When you are on the box view, you must press the PLUS (+) button to open the menu, then select "Change Game". It will save whatever changes you made before switching to another one.
  11. Insektaure

    Hacking ROM Hack Pokemon Legends Z-A Cheat Database

    AFAIK the flags don't change between versions (it would be hard to keep track even for gamefreak). Only the index of the flags can change between versions but not the flag itself. See screenshot (last version of pkhex, save from 2.0.2)
  12. Insektaure

    Homebrew pkHouse - Local Bank System for Pokémon Switch games

    I haven't considered this before but it's a great suggestion. As we manipulate only the boxes content and we are not mimicking a natural exchange transfer like we have ingame, the pokedex is not being updated / triggered. I'll look into it and see what I can do (should be relatively easy to...
  13. Insektaure

    New Game Updates encrypted control.nacp?

    Try to look at the PR in the NxFileViewer repo, it contains all the offsets & logic for the new compressed block. You could use that as a reference ! Edit : there is discussion about this in the issues section in libnx repo too
  14. Insektaure

    Hacking Misc Others Pokemon Legends ZA Side Mission 104 bug

    Did you at any time : - downgraded your game version then loaded & played the game ? - messed up with event flags in pkhex ?
  15. Insektaure

    Hacking ROM Hack Pokemon Legends Z-A Cheat Database

    So it's an update without offset shifts ?