This is an Aroma plugin to turn any Wii U controller into a turbo controller.
Turbiine is the turbocharged shortcut to gaming greatness.
Blast your way to victory with the ultimate gaming weapon!
It’s time to level up your game!
-
Press the toggle button combo (e.g.
TV + ZL
on the Gamepad). A notification will be shown. -
Press a button; it will toggle between normal and turbo mode. A notification will be shown.
Note: Turbo action is disabled every time you start a game, or return to the Wii U Menu.
To configure the plugin, open the Plugin Config Menu (L + ↓ + SELECT) and enter the Turbiine plugin, to access the options:
-
Enabled: Enables or disables the plugin.
-
Period: How many input samples it takes for the turbo button to toggle on or off. Default is
1
, higher values will slow down the button press rate. Increase this value if you want to slow down the turbo action. -
Toggle turbo 1, 2, 3, 4: Sets the button combo for turning turbo on or off.
-
Press
A
to focus the button combo you want to change. -
Hold the buttons you want for the button combo, until they are recorded.
-
Release all the buttons.
-
Press either:
-
A
to confirm the new button combo; -
B
to cancel; -
X
/1
to reset to the default button combo.
-
If you leave the button combo empty, because you didn't hold any button long enough in step 2, the combo will be considered disabled.
-
-
Reset all turbos...: Immediately disables all turbo action on all controllers.
This is a standard Automake package; a Docker build script is also provided.
If you got a release tarball (.tar.gz
) you can skip step 0.
-
./bootstrap
-
./configure --host=powerpc-eabi CXXFLAGS='-Os'
-
make
-
(optional) If your Wii U is named
wiiu
in your local network, and is running the ftpiiu plugin, you can also use these:-
make install
: install the plugin into the default Aroma path. Requirescurl
. -
make uninstall
: uninstall the plugin from the default Aroma path. Requirescurl
. -
make run
: load the plugin without installing it on the Wii U. Requireswiiload
from thewut-tools
package.
-
Run the ./docker-build.sh
script.