Wii homebrew: Difference between revisions

Content deleted Content added
GlovePIE: forbids jews from using it
Rcat
 
(943 intermediate revisions by more than 100 users not shown)
Line 1:
*#REDIRECT [[Homebrew (video games)#Wii]]
'''Wii homebrew''' refers to the reuse of [[Nintendo]]'s [[Wii]] game console hardware, accessories and software for purposes outside of those intended by the manufacturer. Key objectives are to provide open source tools to expand or alter the capabilities provided "out of the box".
 
{{Rcat shell|
At present good progress has been made on using the [[Wii Remote]] as a pointing device on other operating systems. A long term goal is to run unsigned software on the console to allow homebrew games and applications to be used.
{{R to section}}
 
{{R from merge}}
The support for [[Adobe Flash Player]] in the supplied Opera browser is being used to allow the development of games and applications which can be hosted within the browser environment. This kind of software is very limited in its ability to interact directly with the Wii hardware. Currently, in order to use the Wiimote as a controller instead of a mouse, the solution is to use [[Javascript]] or even [[AJAX]].
}}
 
==Homebrew software==
One of the most important goals being worked on is the ability to run homebrew games and applications that are not licensed by Nintendo. Due to the similarity between the Wii and the [[Nintendo GameCube]] hardware, it is hoped that the bulk of the homebrew development tools used for the GameCube will be usable in the Wii with little modification. However, the Wii includes improved protection against the execution of unauthorised executable code, and at present there is no identified method to bypass this protection.
 
It is currently possible to run GameCube homebrew on the Wii by using an [[Action Replay]] disc and an [[SD]] memory card adaptor, but the Wii limits most of its hardware to the capabilities of the GameCube in this mode, making it impossible to use the Wii's advanced features. One of the methods for running true Wii homebrew would involve finding a way to deactivate these limitations, bringing the Wii out of GameCube mode.<br />
There is an SD Media Launcher by CodeJunkies (the same who make Action Replay) which includes everything to run homebrew on Wii/Gamecube.
Another (riskier) solution is to add a modchip, but this operation needs to open and modify the Wii (and lose the warranty).
 
 
The Wii optical drive is very similar to that of the GameCube, and is believed it may have similar flaws and backdoors. The intention of Nintendo to add support for standard DVDs indicates it should be possible to persuade the Wii software to read standard DVDs to load programs and data. On the GameCube, this was a popular method for running homebrew software.
 
A published exploit in the current trial [[Opera (Internet suite)|Opera]] browser for the Wii causes the system to crash. By crafting a carefully formatted page to take advantage of the exploit it might be possible to run executable code on the Wii. However, as the trial version of Opera will be updated in the next couple of months it is expected this exploit will be corrected by the vendor.
 
=== Linux on the Wii ===
As with many other platforms, there is an effort to port the [[Linux]] kernel and utilities to the Wii. As the Wii includes [[802.11b/g]] hardware, a pointing device (the [[Wii Remote]]), [[USB port]]s, [[Bluetooth]], an [[SD card]] slot, and internal [[Flash]] memory, it is more amenable to the porting of Linux than the older GameCube. It is thus expected that Linux on the Wii will be more popular and find many more uses than [[GameCube Linux]]. As the Wii is relatively cheap, it could provide a very good platform for small servers, media centers, and for general integration of traditionally desktop-computer based applications into a living room environment.
 
It is hoped that parts of GameCube Linux will be directly reusable on the Wii. Drivers will need to be developed for the extra features of the Wii, including the SD card slot and the wireless 802.11b/g and Bluetooth hardware. A driver for the Wii Remote is also required, and is already being developed for desktop Linux.
 
To run Linux, the capability to run native executable code is required. Thus, that issue must be addressed before development can proceed.
 
===Using the Wii Remote with Flash===
Another way of running homebrew software is to get Flash to recognize the inputs of the Wii Remote. The most popular solution is to use [[JavaScript]] or [[AJAX]], but [[latency]] issues may be encountered. Examples include [http://www.dustypixels.com/blog/2007/01/29 Adam Robertson experiment], [http://www.quasimondo.com/archives/000638.php Mario Klingemann]'s effort, and the [[Wiicade]] API<ref>http://www.wiicade.com/api.aspx</ref>. (The latter of which extended Klingemann's research.)
 
Adam Robertson's experiment provided the most complete control over the Wii Remote, but it required that the controller be used with a [[bluetooth]]-enabled desktop computer. As a result, Mario Klingemann's effort was the first one to provide Wii Remote functionality on the Nintendo Wii itself. His efforts, however, were hampered by the default actions that the Opera Web Browser maps to the Wii Remote buttons. The WiiCade API fixed many of the known issues with Klingemann's work, but the details of its implementation are currently not available to the public.
 
=== Other Streaming Media on Wii ===
The [[Adobe Flash]] support in the Opera browser has been used to enable the Wii to stream arbitrary content such as media files. An example is a [[Java_%28programming_language%29|java]] daemon called Wiisic<ref>[http://wiisic.max-maurer.de Wiisic]</ref> which makes MP3 files on your PC available on your Wii via a local [[url]]. A more extensive solution has been developed called WiiCR<ref>[http://wiicr.org/wiki/index.php/WiiCR WiiCR]</ref>. It acts as a streaming media server and is capable of transcoding nearly any video file for use with a flash player embedded in a local web page. It allows browsing of the remote filesystem to view video, images, text files, and play [[MP3]]s.
 
Another streaming media software which does flash video conversion using ffMPEG and streaming audio from your PC (and soon MacOS X and Linux) is called WiiAUDIO[http://www.WiiAUDIO.com].
 
<p>PC Software titled ORB from www.orb.com when installed on a capable PC can be used with the Opera browser to stream many types of media as well as recorded tv from a PC to the Wii. This even works over an internet connection.</p>
 
=== Wii Remote ===
A number of features of the [[Wii Remote]] have been reverse engineered allowing the development of drivers for Microsoft Windows, Linux and Mac OSX. The [[Bluetooth]] HID driver is used to interface with the computer using a custom report format.<ref name=wiili-wiimote>[http://www.wiili.org/Wiimote Wiili Wiki - Wiimote]</ref>
 
=== Official Avenues ===
On 26th January 2007, Nintendo told 'Computer and Video Games' magazine that they had 'developed a programming system that will allow small independent developers to make games for Wii download service.' They declined to state the details of how this service would function. <ref name='CVG 2007-01-26'> {{cite web|url=http://www.computerandvideogames.com/article.php?id=156286 |title=Nintendo to offer original game downloads for Wii |accessdate=2007-02-04 |last=Jackson |first=Mike |date=2007-01-26 |work=Computer and Video Games Magazine |publisher=Future Publishing }}</ref>
 
== Sites and projects ==
Information on Wii internals is still largely incomplete, particularly the method the Wii uses to validate and execute code. As a result most of the effort to date has been the reuse of the Wii remote with other operating systems rather than modifications to the console itself.
 
To date, most of the various web sites serve to accumulate known information and link to third party accomplishments.
 
===GlovePIE===
Glove Programmable Input Emulator (GlovePIE<ref>{{cite web |url=http://carl.kenner.googlepages.com/glovepie |title= Carl.Kenner - GlovePIE |accessdate=2007-01-22}}</ref>) created by Carl Kenner provides support for novel input devices in Microsoft Windows and has been extended to support the Wii remote.
 
Wii PC Scripts<ref>{{cite web |url=http://www.wiipcscripts.fr.nf/|title= Wii PC Scripts |accessdate=2007-01-22}}</ref> provides scripts using GlovePIE that allow the Wii remote to be used with a range of Microsoft Windows games and applications.
 
GlovePIE is notable for having a license that forbids Jews from using the software. <ref>{{cite web |url=http://carl.kenner.googlepages.com/glovepie_download|title= GLovePIE forbids Jewish people from using it.|accessdate=2007-07-14}}</ref>
 
=== Wii Linux Project ===
This project had some initial publicity when it posted a rumour pondering whether the Wii used a modified Linux kernel was reposted on [[Slashdot]]<ref name=slashdot>{{cite web |url=http://games.slashdot.org/games/06/10/08/1754219.shtml |title=Wii Will Have an Updatable Linux OS |accessdate=2006-10-11}}</ref> and [[Arstechnica]]<ref name=arstechnica>{{cite web |url=http://arstechnica.com/news.ars/post/20061009-7939.html |title=Does the Wii run Linux? |accessdate=2006-10-11}}</ref>. The author of the rumour later admitted it was a hoax<ref>{{cite web |url=http://saruwatari-wii.blogspot.com/2006/10/my-name-is-sebastian.html |title= Kiyoshi Saruwatari's Wii Blog |accessdate=2007-01-22}}</ref>. The web site has not been updated since November 2006 and is currently considered defunct.
 
=== WiiAction Input Library ===
The WiiAction input library is a C++ library for getting Nintendo Wii control support in PC applications. Although a demonstration video is available, no source or binaries have been made available due to legal concerns of the author.<ref>{{cite web |url=http://www.dpwright.com/portfolio/wiiaction-input-library/ |title= WiiAction Input Library |accessdate=2007-01-27}}</ref>
 
=== Wiibrew ===
This aggregation web site was created as a result of downtime on the WiiLi web site during late 2006 and is presently an infrequently updated aggregation web site. It is also a permanent presence for the #wiidev [[IRC]] channel on EFNET.
 
=== WiiLi ===
Despite its claimed intention to port Linux to the Wii and some initial fund raising to support development effort, at present WiiLi only provides up to date aggregation of efforts by individual developers to reuse the Wii remote.
 
=== WiiMux ===
[http://www.wiimux.org WiiMux] is a distribution of driver,libraries, and applications to implement interoperability between a linux PC and the Wii Remote. WiiMux is producing an actual Ubuntu-based distribution known as Wiibuntu.
 
===WiinRemote===
This project is developing a Microsoft Windows driver for the Wii remote.<ref>{{cite web |url=http://onakasuita.org/wii/index-e.html |title= WiinRemote |accessdate=2007-01-22}}</ref>
 
=== Wiire ===
Provides detailed hardware information including images of Wii hardware internals.
 
==See also==
*[[Homebrew (video games)]]
 
==References==
<references/>
 
==External links==
* [http://www.wiimux.org wiimux.org] WiiMux, Wii Software for Linux
* [http://www.wiili.org wiili.org] WiiLi, Linux for the Wii
* [http://www.wiibrew.org wiibrew.org] Wiibrew, Wii Homebrew Wiki
* [http://www.wiire.org www.wiire.org] Wiire, Wii Reverse Engineering
* [http://www.wiiaudio.com wiiaudio.com] WiiAUDIO, Streaming Audio and Video player.
 
[[Category:Technology websites]]
[[Category:Wii|Homebrew]]
[[Category:Homebrew]]
 
[[sv:Wii Linux Project]]