Wii编程
我的女儿刚刚从她父母那里得到了一台 Wii 作为圣诞节礼物,而她的父亲除了寻找深入研究 Wii 编程的方法之外没有什么更好的事情可做。我已经读了很多关于“homebrew”和 wii 的内容。但我似乎无法找到最重要问题的答案:
- 我是否必须修改固件才能使自制软件正常工作?
- 如果有任何任天堂固件更新,wii 变砖的可能性有多大?
非常感谢!
my daughter just got a wii for christmas from her parents and her father has nothing better to do than looking for ways to dive into wii programming. i already read a lot about "homebrew" and wii. but i seem to be unable to find answers for the most important questions:
- do i have to modify the firmware to get the homebrew stuff to work?
- how likely is it, that the wii get's bricked, if for example there are any nintendo firmware updates?
thanks very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
据我所知,您需要满足一些要求才能获得 Wii 的 SDK。但如果这些要求对您来说没有问题,那么您可以轻松地为 Wii 制作游戏,而无需修改任何内容,并且固件升级也不会破坏任何内容。
然而,如果你用其他东西编码,很可能会出现一些问题!有关 Wii SDK 的更多信息可以在这里找到:
成为 Wii、WiiWare 和/或 Nintendo DS/DSi 的授权开发者
作为旁注,我知道您可以将传感器条连接到计算机并在 XNA 中开发游戏,然后在计算机上运行它们,如果您可以将计算机连接到电视上(只是为了更大的屏幕),则基本上具有相同的效果。这可能是最容易做的事情!
然而,要回答您的问题,您必须修改您的 Wii,并且有可能出现故障。此外,如果您改装 Wii,您将失去所有保修,这是您开始改装 Wii 时需要考虑的另一件事。但如果您不关心保修 WiiBrew 应该可以帮助您前进!
As far as I know you need to meet some requirements before you can get the SDK for Wii. But if those requirements are no problem for you then you can easily make games for the Wii without modifying anything and firmware upgrades won't break anything.
However if you code with something else chances are something will break! More information about the Wii SDK can be found here:
To become an Authorized Developer for Wii, WiiWare and/or Nintendo DS/DSi
As a side note I know you can hookup the sensor bar to a computer and develop games in XNA to then run them on your computer which basically has the same effect if you can hookup your computer on the TV (just for the bigger screen). Which might be the easiest thing to do!
To answer your questions however, you will have to modify your Wii and there is a chance something can break. Also if you modify your Wii you will lose all warranty which is another thing to think about when you start modifying your Wii. But if you don't care about the warranty WiiBrew should help you forward!
在 Wii 上运行未经授权的软件之前需要修改硬件。官方系统更新可能会检测到这些更改,如果应用,可能会导致您的控制台无法使用。
Hardware modification is required before unauthorized software can be run on a Wii. Official system updates may detect these alterations and will probably render your console unusable if applied.
您的另一个选择是您可以为 Wii 上的浏览器开发东西,因为它实际上是 Opera 的一个不错的版本。 ;)
我最近写了一个库,它包含了检查 Wiimote 事件的所有麻烦,它可能就是您和您女儿正在寻找的: Wii-js
One other option you have is that you can develop things for the browser on the Wii, as it's actually a not-that-bad-off version of Opera. ;)
I recently wrote a library that wraps all the nuisances of checking Wiimote events, it might be what you're looking for with your daughter: Wii-js