In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

WiiBrew:FAQ/es

From WiiBrew
< WiiBrew:FAQ
Jump to navigation Jump to search


These are some currently popular questions in the #wiibrew channel. Remember to read the Channel FAQ before you jump in.

General

Are we using the SDK? Is there an SDK from Nintendo for Wii development? Is it leaked?

No, we are using the open-source, freely available devkitPro and libogc.

Are there any homebrew applications available for the Wii?

Many applications are available at the Homebrew apps page.

Will a Wii System Update brick my hacked Wii?

Probably not, however, you must be careful what hacked programs you run on your Wii as the programs themselves are capable of bricking your Wii.

How do I turn off my Wii if the application does not support the power button/hangs?

Hold the power button for 5 seconds until the Wii powers down.

What if the next Wii update patches the Twilight Hack?

The System Menu 3.3 Update has patched this bug by deleting the corrupt savegames on startup, but the latest release of the Twilight Hack works around it.

The only way to patch Twilight Hack would be to press new discs or have the system patch the game upon loading it. The likelihood of the former depends on whether or not they intend to keep fixing bugs anyway -- this hack is probably not enough reason for them to restart production of the discs. (That having been said, there are already two different NTSC/US versions of that game, so a third could be released.)

Patching the game while loading is unlikely for a number of boring reasons. It's a lot of work with very little benefit -- until homebrew activities threaten Nintendo's revenue, don't expect them to expend serious effort to stop it.

What if the next Wii update patches the trucha bug?

The System Menu 3.3 Update has already patched this bug.

The only way to stop it would be to make sure the Wii menu doesn't update itself. This would require a custom firmware update. A custom firmware update is risky at best to develop, as one mistake could brick your Wii.

Wii Hacking

What's happening now?

A lot of people are working on fancy Wii homebrew. Lots of work remains to be done.

For example:

  • Building a working toolchain environment
  • Making a working low-level library to access hardware (CPU/GPU/controllers/USB/Framebuffers and debugging)
  • Documenting memory maps
  • Discovering usage of registers for (Audio Interface, Serial Interface, Memory Interface, Video Interface)
  • Triggering and setting up interrupt handling
  • Working on a stable Initial Program Loader
  • Reverse engineering IOS and other binary files

The Fish Disc looks really promising

The Fish Disc is able to transfer the bare essentials (savegames, preferences) of one Wii to another. It also allows all personal data to be erased, much like the "Format System Memory" option.

How can I boot homebrew on my Wii?

See the Twilight Hack.

What new features are you planning for the next release?

Hopefully, source code.

How did this happen?

The "tweezer" attack was originally used to access the restricted parts of the RAM. This allowed them to access/discover an exploit (as used in the original video)

This Signing bug exploit can be patched "easily" by Nintendo and has as of IOS37. More information on the signing exploit can be found in this blog post by tmbinc.

There are a lot of keys, encryption methods, protection and systems in place. Most of these are not public.

Can I use the Wii Remote in the homebrew applications?

A large number of homebrew support the Wii Remote. See Wiiuse for more information. You need to use a GameCube controller for some homebrew.

When will I be able to use the Wii's built-in front loading SD slot?

As of alpha3a of the Twilight Hack you can use a FAT16 formatted SD card in the front SD slot. Experimental FAT32 support is added in alpha3b.

This, however, does not mean all applications support it. Most emulators however, allow you to access the Wii's front SD slot.

Can I use GameCube homebrew on the Wii with a loader?

No, you can't.

Twilight Hack

How does the Twilight Hack work?

An exploit has been found in the Wii game "The Legend of Zelda: Twilight Princess". Once used it launches custom code. It is similar to the GTA PSP Exploit.

How do I use the Twilight Hack?

The Twilight Hack page has everything you need to know on how to use the exploit.

Is the Twilight Hack affected by the latest update?

Although the hack itself may not be, the June 16th update will check for and, if found, delete the Twilight Hack save game and refuse to recopy it onto the Wii. A newer version of the Twilight Hack was made to defeat this check.

Homebrew channel

Where can I get the homebrew channel?

Right here.

Does the homebrew channel do "X"?

Check on the page.

Can I request a feature for the homebrew channel?

Sure, but the devs may not like your idea. Requests can be made on the Homebrew Channel/Ideas page. Besides, they might already have decided if and when to implement "X".