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

Difference between revisions of "Super Mario War Wii"

From WiiBrew
Jump to navigation Jump to search
m (Robot: Cosmetic changes)
Line 2: Line 2:
 
| title      = Super Mario War Wii
 
| title      = Super Mario War Wii
 
| image      = [[File:SMW-Wii.png]]
 
| image      = [[File:SMW-Wii.png]]
| version    = 1.2
+
| version    = 1.3
 
| type        = platform game
 
| type        = platform game
 
| licence    = GPL
 
| licence    = GPL
Line 12: Line 12:
 
}}
 
}}
  
'''Super Mario War Wii''' is a port of [http://smw.72dpiarmy.com/ 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.
+
'''Super Mario War Wii''' is a port of [http://72dpiarmy.supersanctuary.net/ 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 ==
 
== Installation ==
Line 27: Line 27:
  
 
== Changelog ==
 
== Changelog ==
 +
 +
=== 1.3 - January 7, 2010 ===
 +
 +
* Fresh port of Super Mario War 1.8 beta 2. This requires you to replace ALL old files. Enjoy!
  
 
=== 1.2 - June 4, 2009 ===
 
=== 1.2 - June 4, 2009 ===

Revision as of 00:38, 8 January 2010

Super Mario War Wii
SMW-Wii.png
General
Ported byTantric
TypePlatform game
Version1.3
LicenceGPL
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote4.svg ClassicController.svg Loads files from SDHC cards in the Front SD slot

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.3 - January 7, 2010

  • Fresh port of Super Mario War 1.8 beta 2. This requires you to replace ALL old files. Enjoy!

1.2 - June 4, 2009

  • Recompiled with latest libogc / libfat / SDL

1.1 - May 1, 2009

  • Fix crashing issue (caused by music)
  • Hide controller configuration (not implemented)

1.0 - April 30, 2009

  • Initial release