More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC utilities) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=Wii BootMe }} {{Infobox Wii Homebrews |title=Wii BootMe |image...") |
No edit summary |
||
Line 12: | Line 12: | ||
|lastupdated=2008/01/28 | |lastupdated=2008/01/28 | ||
|type=PC utilities | |type=PC utilities | ||
|version=1 | |version=1.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiibootmewii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiibootmewii.7z | ||
|website= | |website= | ||
|source= | |source=https://dlhb.gamebrew.org/wiihomebrews/wiibootmewii.7z | ||
}} | }} | ||
This tool lets you change the way wii images boot. | |||
As far as we know there are 2 methods to boot a game. | |||
== | |||
*Method 1 is R (manual boot) | |||
*Method 2 is 0 (autoboot) | |||
Autoboot patches the ISO so the game loads directly without having to go to the disc | |||
channel, thus booting faster. | |||
This tool basically patches the first byte in a game to your likings. | |||
For example, If you want to make Zelda.iso autobootable the syntax is: | |||
./BootMe zelda.iso a | |||
To make the ISO boot manually again: | |||
./BootMe zelda.iso m | |||
This can also be done manually with a hex editor, but I felt like writing a tool to automate the process. | |||
Full source is included, as well as a win32 binary. | |||
==External links== | |||
* Wiibrew - https://wiibrew.org/wiki/Wii_BootMe |
Revision as of 03:43, 6 November 2022
Wii BootMe | |
---|---|
General | |
Author | Cortex |
Type | PC utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2008/01/28 |
Links | |
Download | |
Source | |
This tool lets you change the way wii images boot.
As far as we know there are 2 methods to boot a game.
- Method 1 is R (manual boot)
- Method 2 is 0 (autoboot)
Autoboot patches the ISO so the game loads directly without having to go to the disc
channel, thus booting faster.
This tool basically patches the first byte in a game to your likings.
For example, If you want to make Zelda.iso autobootable the syntax is:
./BootMe zelda.iso a
To make the ISO boot manually again:
./BootMe zelda.iso m
This can also be done manually with a hex editor, but I felt like writing a tool to automate the process.
Full source is included, as well as a win32 binary.
External links
- Wiibrew - https://wiibrew.org/wiki/Wii_BootMe