More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox WiiU Homebrews | {{Infobox WiiU Homebrews | ||
|title=AutobootModule | |title=AutobootModule | ||
|image=autobootmodulewiiu.png | |image=autobootmodulewiiu.png | ||
|description=It allows you to boot into the Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel. | |description=It allows you to boot into the Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel. | ||
|author=GaryOderNichts, Maschell | |author=GaryOderNichts, Maschell | ||
Line 29: | Line 29: | ||
* Requires the [https://github.com/wiiu-env/HBLInstallerWrapper HBLInstallerWrapper] in the <code>[ENVIRONMENT]/modules/setup</code> folder. | * Requires the [https://github.com/wiiu-env/HBLInstallerWrapper HBLInstallerWrapper] in the <code>[ENVIRONMENT]/modules/setup</code> folder. | ||
* Requires the [https://github.com/dimok789/homebrew_launcher Homebrew Launcher] in <code>sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf</code>. | * Requires the [https://github.com/dimok789/homebrew_launcher Homebrew Launcher] in <code>sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf</code>. | ||
== Controls == | == Controls == | ||
Hold Start (+) on the Gamepad while launching this Environment to force open the Autoboot menu. | Hold Start (+) on the Gamepad while launching this Environment to force open the Autoboot menu. | ||
Line 37: | Line 38: | ||
== Changelog == | == Changelog == | ||
'''v0.2.1 2024/05/07''' | '''v0.2.1 2024/05/07''' | ||
* Initial support for quick starting into homebrew titles, fix quick starting into settings | * Initial support for quick starting into homebrew titles, fix quick starting into settings. | ||
* Try to mount WFS drives once even if now USBStorageDevice is connected | * Try to mount WFS drives once even if now USBStorageDevice is connected. | ||
* Fix loading the Transfer App | * Fix loading the Transfer App. | ||
* Abort the quick start menu after ~120 seconds | * Abort the quick start menu after ~120 seconds. | ||
* Remove the Tiramisu Icon from the boot selector menu | * Remove the Tiramisu Icon from the boot selector menu. | ||
* Add option to (un)block updates from within the boot selector and update block warning | * Add option to (un)block updates from within the boot selector and update block warning. | ||
'''v0.2.0 2023/07/21''' | '''v0.2.0 2023/07/21''' |
Revision as of 02:50, 16 Mayıs 2024
AutobootModule | |
---|---|
General | |
Author | GaryOderNichts, Maschell |
Type | System Tools |
Version | 0.2.1 |
License | GPL-3.0 |
Last Updated | 2024/05/07 |
Links | |
Download | |
Website | |
Source | |
This is a bootmenu targeted to be loaded with the EnvironmentLoader. It allows you to boot into the Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel.
Note: This plugin is included with Aroma/Tiramisu and generally does not need to be installed separately.
Features
- Boot into Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel.
- Full support of Quick Boot Menu of the Gamepad when coldbooting.
- Set a autoboot title.
Installation
Place 99_autoboot.rpx in the [ENVIRONMENT]/modules/setup
folder.
- Requires the HBLInstallerWrapper in the
[ENVIRONMENT]/modules/setup
folder. - Requires the Homebrew Launcher in
sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf
.
Controls
Hold Start (+) on the Gamepad while launching this Environment to force open the Autoboot menu.
Press Y on the autoboot menu to set autobooting to this titles. To revert it, force open the menu by holding Start (+) while launching the environment.
Changelog
v0.2.1 2024/05/07
- Initial support for quick starting into homebrew titles, fix quick starting into settings.
- Try to mount WFS drives once even if now USBStorageDevice is connected.
- Fix loading the Transfer App.
- Abort the quick start menu after ~120 seconds.
- Remove the Tiramisu Icon from the boot selector menu.
- Add option to (un)block updates from within the boot selector and update block warning.
v0.2.0 2023/07/21
- Menus support all controllers by @Maschell/@Andrew1Hawes in #34.
- Implement support for pairing a controller or GamePad by @Maschell in #35.
- Full Changelog: v0.1.3...v0.2.0.
v0.1.3 2023/04/03
- Fix loading the correct account when selecting the Wii U Menu or an applet in quick start menu by @Maschell in #27.
- Improve disc launching in quick start menu by @Maschell in #28.
- Full Changelog: v0.1.2...v0.1.3.
v0.1.2 2023/01/14
- Fix crash when selecting "Don't show this again" on the update warning by @Maschell in #19.
- Full Changelog: v0.1.1...v0.1.2.
v0.1.1 2023/01/11
- Use libschrift instead of freetype by @Maschell in #16.
- Only show update warning if "/vol/storage_mlc01/sys/update" exists and is actually a directory by @Maschell in #17.
- Fix entering the menu when autoboot is enabled and updates are not blocked, show module version in menu and stop sound by @Maschell in #18.
- Full Changelog: v0.1...v0.1.1.
v0.1 2022/09/05
- Add a update block warning screen.
Credits
- GaryOderNichts.
- Maschell.