Thanks to visit codestin.com
Credit goes to github.com

Skip to content

re_nsyshid is a Wii U Plugin to emulate USB peripheral devices

License

Notifications You must be signed in to change notification settings

deReeperJosh/re_nsyshid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re_nsyshid

re_nsyshid is a Wii U Plugin which allows end users to emulate Toys to Life USB peripheral devices such as the Skylander Portal of Power, the Disney Infinity Base and the LEGO Dimensions Toypad.

Requires the Aroma environment.

⚠️ This plugin is still a work in progress, and some issues are expected!

The re_nsyshid plugin allows you to toggle the "Emulation Status" on and off - meaning that you can choose to either use your physical USB devices when the Emulation Status is disabled, or when enabled it will send commands to the device you have selected in the plugin config menu.

Includes some code repurposed from the re_nfpii plugin, big thank you to GaryOderNichts for this!

⚠️ It is highly recommended to set your chosen Emulation Status and chosen Emulated Device prior to opening your game, as unexpected errors may occur when trying to toggle this in game.

Usage

  • Download the latest release or the artifacts of latest nightly build from here.
  • Copy the contents of the downloaded .zip file to your target environment.
  • Copy your NFC Figure dumps to SD:/wiiu/re_nsyshid. Subfolders are also supported and can be browsed from the configuration menu.
  • Open the plugin configuration menu with L + Down + SELECT.
  • Enable Emulation, and choose an Emulated Device.
  • Choose a Figure for your chosen device, for example enter Skylander Manager if you chose the Skylander Portal, and choose a Skylander to load in a specific slot.
  • Figures can be quickly removed from slots by hovering over the currently loaded slot and pressing the X button

Planned features

In future releases, more USB devices are planned to be supported - such as the Kamen Rider Ride Gate

Building

Building re_nsyshid using the Dockerfile is recommended:

# Build docker image (only needed once)
docker build . -t re_nsyshid_builder

# make 
docker run -it --rm -v ${PWD}:/project re_nsyshid_builder make

# make clean
docker run -it --rm -v ${PWD}:/project re_nsyshid_builder make clean

About

re_nsyshid is a Wii U Plugin to emulate USB peripheral devices

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published