Go to file
Maschell 6510dd5c21 WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
.github/workflows Fix push docker image workflow 2020-12-16 15:03:17 +01:00
include WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
libraries/libwups WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
plugins/example_plugin WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
share WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
.gitignore WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
Dockerfile WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
LICENSE Create LICENSE 2018-02-03 09:27:57 +01:00
Makefile WUPS 0.6, add support for config and storage 2021-09-24 19:58:40 +02:00
README.MD Update README.MD 2018-11-20 10:09:42 +01:00

README.MD

Nightly builds | Issue Tracker | Discussion. | Discord | Wiki

Plugin system for the Wii U. (WIP) Build Status

WARNING: THIS PROJECT HAS JUST STARTED AND IS FOR DEVS AND PEOPLE WHO WANT TO PLAY AROUND WITH NEW THINGS. IT MAY BE BUGGY, FEATURE COULD BREAK AT ANY TIME, INTERFACES CAN CHANGE, AND MANY BUGS CAN OCCUR. THIS APPLICATION COMES WITH NO WARRANTY-

What is the Wii U Plugin System?

The Wii U Plugin allows you to load multiple plugins on your Wii U which enhance your experience. For example you can mod your games, use USB controller, swap your gamepad and TV screen and much more.

How to build

A detailed instruction can be found in the Wiki:

Plugin loader

To load the plugins, you need the WiiUPluginLoader, you can find it here.

Plugins

Last but not least you need to build the plugins that should be loaded. Plugins depend on the "WUPS library" installed in build step one, other dependencies are optional.

This is a (maybe incomplete) list of currently available plugins:

Configuration of the plugins

Plugins can register to the configuration menu. This configuration menu can be opened while running any application (e.g. while gameplay).

Just press L, DPAD down and minus on the gamepad.

This does only work when the game is allowed to open the home menu.
Settings made using the configuration menu will be saved to the SD Card and reloaded the next time the plugin will be used.

Logging

For logging (for example of the loader) you need to start the UdpDebugReader on a computer in the same network. This has been created by @dimok789 and can be found in the tools folder.

Future and contribution

On the Discord you can more information about open tasks and how to contribute: https://discord.gg/bZ2rep2

Credits

Some files are based on brainslug by Chadderz:
https://github.com/Chadderz121/brainslug-wii
Much stuff also wouldn't be possible without dimok789. He made many great tools and homebrew this stuff in based on (Makefiles, Mocha, homebrew channel, udp logger, dynamic_libs etc.)
Also thanks to everyone who made actual exploits.
Thanks to dhewg for wiiload:
http://wiibrew.org/wiki/Wiiload