Skip to content

GUI mod menu to control patches on the Nintendo Switch at runtime

Notifications You must be signed in to change notification settings

Hana2736/SwitchRemotePatcherUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Switch Remote Patcher (made in Unity)

!! Requires sys-botbase, download it here.

!! This does not bypass any anti-cheats! Use it with caution!

A basic tool to control IPS-style patches on the Nintendo Switch remotely. You can toggle and change patches while the game is running, making testing super easy.

Basic Menu Screenshot

Works great with Splatoon 3 and patches from Coxxs at this link

Setup:

  • Install sys-botbase to the console (and reboot)
  • Edit the ipAddr.txt file to the IP address of your console

Usage:

  • Run the program, wait for it to connect, and open the game
  • Add patches by entering or pasting them into the editor on the right, then save them
  • Toggle patches on/off with the on/off toggle on the left. If you update the game, you need to delete the patches and add them again with the updated code, otherwise they will break.
  • "On by default" will turn the selected patch on as soon as the menu connects (or when the game boots)

Hana2736