More actions
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|title=AutobootModule | |title=AutobootModule | ||
|image=autobootmodulewiiu.png | |image=autobootmodulewiiu.png | ||
|description= | |description=Boot into the Wii U Menu, Homebrew Channel, vWii System Menu or vWii Homebrew Channel. | ||
|author=GaryOderNichts, Maschell | |author=GaryOderNichts, Maschell | ||
|lastupdated=2024/ | |lastupdated=2024/07/16 | ||
|format=rpx | |format=rpx | ||
|type=System Tools | |type=System Tools | ||
|version=0. | |version=0.3.1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiiuhomebrews/autobootmodulewiiu.7z | |download=https://dlhb.gamebrew.org/wiiuhomebrews/autobootmodulewiiu.7z | ||
Line 16: | Line 16: | ||
<!--bin: github--> | <!--bin: github--> | ||
<!--date: github--> | <!--date: github--> | ||
This is a bootmenu targeted to be loaded with the [ | This is a bootmenu targeted to be loaded with the [[Environment Loader Wii U|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. | '''Note:''' This plugin is included with Aroma/Tiramisu and generally does not need to be installed separately. | ||
Line 27: | Line 27: | ||
== Installation == | == Installation == | ||
Place 99_autoboot.rpx in the <code>[ENVIRONMENT]/modules/setup</code> folder. | Place 99_autoboot.rpx 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/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 37: | ||
== Changelog == | == Changelog == | ||
'''v0.3.1 2024/07/16''' | |||
* Fix potential crashes when quick starting takes more than 30 seconds by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/60 #60] | |||
'''v0.3.0 2024/07/06''' | |||
* Fix HBC detection by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/54 #54]. | |||
* Make quick starting titles more consistent if selecting the titles takes longer than 5-10 seconds by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/53 #53] and [https://github.com/wiiu-env/AutobootModule/pull/55 #55]. | |||
* Attempt to avoid screen corruptions by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/AutobootModule/pull/56 #56]. | |||
'''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. | ||
Line 66: | Line 72: | ||
'''v0.1 2022/09/05''' | '''v0.1 2022/09/05''' | ||
* Add a update block warning screen. | * Add a update block warning screen. | ||
== Credits == | == Credits == | ||
* GaryOderNichts. | * GaryOderNichts. |
Latest revision as of 02:27, 21 July 2024
AutobootModule | |
---|---|
General | |
Author | GaryOderNichts, Maschell |
Type | System Tools |
Version | 0.3.1 |
License | GPL-3.0 |
Last Updated | 2024/07/16 |
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.
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.3.1 2024/07/16
v0.3.0 2024/07/06
- Fix HBC detection by @Maschell in #54.
- Make quick starting titles more consistent if selecting the titles takes longer than 5-10 seconds by @Maschell in #53 and #55.
- Attempt to avoid screen corruptions by @Maschell in #56.
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.