Difference between revisions of "Super Mario War Wii"
Jump to navigation
Jump to search
Blooper4912 (talk | contribs) |
|||
Line 2: | Line 2: | ||
| title = Super Mario War Wii | | title = Super Mario War Wii | ||
| image = [[Image:SMW-Wii.png]] | | image = [[Image:SMW-Wii.png]] | ||
− | |||
| version = 1.1 | | version = 1.1 | ||
| type = platform game | | type = platform game | ||
− | | portedby | + | | portedby = [[User:Tantric|Tantric]] |
| download = http://code.google.com/p/smw-wii/downloads | | download = http://code.google.com/p/smw-wii/downloads | ||
| source = http://code.google.com/p/smw-wii/source | | source = http://code.google.com/p/smw-wii/source | ||
| peripherals = {{Wiimote4}} {{ClassicController}} {{FrontSDHC}} | | peripherals = {{Wiimote4}} {{ClassicController}} {{FrontSDHC}} | ||
− | | hbb = | + | | hbb = yes |
}} | }} | ||
Revision as of 02:29, 26 May 2009
Super Mario War Wii | |
![]() | |
General | |
---|---|
Ported by | Tantric |
Type | Platform game |
Version | 1.1 |
Links | |
Download | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() ![]() |
Super Mario War Wii is a port of Super Mario War to the Wii, using SDL Wii. It should be fully functional. To make this port possible, I've had to rewrite significant portions of SDL Wii, particularly a complete re-write of the file, video, and sound systems. However, I'm hoping this work will encourage other developers to port more SDL-based games and applications to the Wii.
Installation
Copy the apps/ and smw/ folders to the root of your SD card.
Notes
I would not recommend trying to replace, remove, or add music files, as the list of music files is hard-coded.
Issues
Please report issues on Google Code.
Changelog
1.1 - May 1, 2009
- Fix crashing issue (caused by music)
- Hide controller configuration (not implemented)
1.0 - April 30, 2009
- Initial release