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

Difference between revisions of "Missile Command"

From WiiBrew
Jump to navigation Jump to search
m (Robot: Cosmetic changes)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = Missile Command
 
| title      = Missile Command
 
'''Protect the homeland!'''
 
'''Protect the homeland!'''
| image      = [[Image:Missilecommand.png]]
+
| image      = [[File:Missilecommand.png]]
| desc       = Remake of the 80s arcade game
+
| type       = shooting game
| type        = Game
 
 
| author      = [[User:Ulti|ulti]]
 
| author      = [[User:Ulti|ulti]]
| display    =
 
 
| version    = 0.6a
 
| version    = 0.6a
| download    = [http://warpedflash.com/dropbox/wii/ulti/missilecommand_0.6a.zip version 0.6a] [http://pdroms.de/files/1925/ PDRoms]
+
| download    = http://pdroms.de/files/1925/
| source      = In the archive
+
| peripherals = {{Wiimote1}} {{SensorBar}} {{Nunchuk}} {{FrontSD}}
| peripherals = {{Wiimote1}} {{SensorBar}} {{Nunchuck}} {{FrontSD}}
+
| hbb        = yes
| hbc        = 1
 
| hbb        = 1
 
 
}}
 
}}
  
 
Hey, it's missile command time!  Destroy the missiles before they reach the earth and blow up your family!
 
Hey, it's missile command time!  Destroy the missiles before they reach the earth and blow up your family!
  
==Credit==
+
== Credit ==
  
 
This uses the excellent [[libwiisprite]] for graphics and [[Sndlib]] for sound.  The background music is [http://www.kahvi.org/artists2.php?offset=3&artist=Kenny%20Beltrey Kenny Beltrey - Hydrate], available for free from the [http://www.kahvi.org/ Kahvi Collective].  The sound effects were made by me spitting on my microphone.
 
This uses the excellent [[libwiisprite]] for graphics and [[Sndlib]] for sound.  The background music is [http://www.kahvi.org/artists2.php?offset=3&artist=Kenny%20Beltrey Kenny Beltrey - Hydrate], available for free from the [http://www.kahvi.org/ Kahvi Collective].  The sound effects were made by me spitting on my microphone.
Line 23: Line 19:
 
I'm also using [[User:DragonMinded|DragonMinded]]'s [http://www.dragonminded.com/files/FreeType%20With%20Libwiisprite.zip FreeType With Libwiisprite] for FreeType text display.  The font I'm using is [http://www.urbanfonts.com/fonts.php?fontauthor=3362 Ben Nathan's] [http://www.urbanfonts.com/fonts/Elements.htm Elements], which is available for free from [http://www.urbanfonts.com Urban Fonts].
 
I'm also using [[User:DragonMinded|DragonMinded]]'s [http://www.dragonminded.com/files/FreeType%20With%20Libwiisprite.zip FreeType With Libwiisprite] for FreeType text display.  The font I'm using is [http://www.urbanfonts.com/fonts.php?fontauthor=3362 Ben Nathan's] [http://www.urbanfonts.com/fonts/Elements.htm Elements], which is available for free from [http://www.urbanfonts.com Urban Fonts].
  
==Controls==
+
== Controls ==
 
{| class="wikitable" style="left;text-align:center;"
 
{| class="wikitable" style="left;text-align:center;"
 
|-
 
|-
! {{Wiimote}}+{{Nunchuck}}  !! Action
+
! {{Wiimote}}+{{Nunchuk}}  !! Action
 
|-
 
|-
 
| {{WiimoteAim}} || Aim crosshairs
 
| {{WiimoteAim}} || Aim crosshairs
Line 41: Line 37:
 
|}
 
|}
  
==Changelog==
+
== Changelog ==
===0.6a===
+
=== 0.6a ===
* Converted boot.elf to boot.dol for compatibility with Homebrew Channel beta9. No other changes.
+
* Converted boot.elf to boot.dol for compatibility with Homebrew Channel beta9. No other changes.
===0.5a===
+
=== 0.5a ===
 
* Fixed a crash bug related to split missiles not being cleaned up properly.
 
* Fixed a crash bug related to split missiles not being cleaned up properly.
 
* Added text
 
* Added text
 
* Changed background music to "Hydrate", another Kahvi track, because I was getting tired of listening to the old one over and over.
 
* Changed background music to "Hydrate", another Kahvi track, because I was getting tired of listening to the old one over and over.
 
* Sped up enemy missile speed by a factor of two.
 
* Sped up enemy missile speed by a factor of two.
* Added an interface for writing level scripts. This is what enables the title screen, game over screen, etc.
+
* Added an interface for writing level scripts. This is what enables the title screen, game over screen, etc.
* Moved the file hosting to WarpedFlash's dropbox. Thanks WarpedFlash!
+
* Moved the file hosting to WarpedFlash's dropbox. Thanks WarpedFlash!
===0.4a===
+
=== 0.4a ===
 
*Added background music and sound effects (contact me on IRC if you think you can do a better job with the sound effects)
 
*Added background music and sound effects (contact me on IRC if you think you can do a better job with the sound effects)
===0.3a===
+
=== 0.3a ===
 
*Added split missiles
 
*Added split missiles
 
*Missiles now have trajectory lines
 
*Missiles now have trajectory lines
===0.2a===
+
=== 0.2a ===
 
*Added silo health and ammo
 
*Added silo health and ammo
 
*Marginally better sprites
 
*Marginally better sprites
===0.1a===
+
=== 0.1a ===
 
*Initial release
 
*Initial release
  
[[category:Homebrew using libwiisprite]]
+
[[Category:Homebrew using libwiisprite]]
 
[[Category:Homebrew using Sndlib]]
 
[[Category:Homebrew using Sndlib]]

Latest revision as of 18:14, 10 August 2009

Missile Command Protect the homeland!
Missilecommand.png
General
Author(s)ulti
TypeShooting game
Version0.6a
Links
Download
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg SensorBar.svg Nunchuck alternative.svg Loads files from the Front SD slot

Hey, it's missile command time! Destroy the missiles before they reach the earth and blow up your family!

Credit

This uses the excellent libwiisprite for graphics and Sndlib for sound. The background music is Kenny Beltrey - Hydrate, available for free from the Kahvi Collective. The sound effects were made by me spitting on my microphone.

I'm also using DragonMinded's FreeType With Libwiisprite for FreeType text display. The font I'm using is Ben Nathan's Elements, which is available for free from Urban Fonts.

Controls

Wiimote.svg+Nunchuck alternative.svg Action
Wii Remote Aim Aim crosshairs
Wiimote B Button or Nunchuck Z Button Fire anti-missile missile
Hold Left/Up/RightWiimote D-Pad or Nunchuck Control Stick Fire from left/center/right silo
Wiimote + Button Restart game
Wiimote 2 Button+Wiimote + Button 100 missile mode
Wiimote HOME Button Exit to loader

Changelog

0.6a

  • Converted boot.elf to boot.dol for compatibility with Homebrew Channel beta9. No other changes.

0.5a

  • Fixed a crash bug related to split missiles not being cleaned up properly.
  • Added text
  • Changed background music to "Hydrate", another Kahvi track, because I was getting tired of listening to the old one over and over.
  • Sped up enemy missile speed by a factor of two.
  • Added an interface for writing level scripts. This is what enables the title screen, game over screen, etc.
  • Moved the file hosting to WarpedFlash's dropbox. Thanks WarpedFlash!

0.4a

  • Added background music and sound effects (contact me on IRC if you think you can do a better job with the sound effects)

0.3a

  • Added split missiles
  • Missiles now have trajectory lines

0.2a

  • Added silo health and ammo
  • Marginally better sprites

0.1a

  • Initial release