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

Difference between revisions of "Wolfenstein 3D Wii"

From WiiBrew
Jump to navigation Jump to search
(Not really a stub anymore)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 +
| title      = Wolfenstein 3D Wii
 
| image      = [[File:Wolfenstein-3-D-icon.png]]
 
| image      = [[File:Wolfenstein-3-D-icon.png]]
| title      = Wolfenstein 3D Wii
+
| type        = shooting game
| desc        = Port of Wolfenstein 3D to the Wii
+
| author      =
| type        = Games
+
| maintainer  =  
| author      = [[User:MrPeanut|MrPeanut]]
+
| contributor =  
| download    = [http://drop.io/Wolf3DWii drop.io]
+
| portedby    = [[User:MrPeanut|MrPeanut]]
| source      = [http://drop.io/Wolf3DWii drop.io]
+
| download    = http://www.sourceforge.net/projects/wolfenstein3dwi
| version    = 1.1a
+
| source      = http://www.sourceforge.net/projects/wolfenstein3dwi
| peripherals = {{Wiimote1}}
+
| version    = 1.3
| hbc        = 1
+
| peripherals = {{Wiimote1}} {{nunchuck}} {{GCNController}}
| hbb        = 0
+
| hbb        =
 
}}
 
}}
 
{{Stub}}
 
  
 
[http://en.wikipedia.org/wiki/Wolfenstein_3D Wolfenstein 3D] for the Wii.
 
[http://en.wikipedia.org/wiki/Wolfenstein_3D Wolfenstein 3D] for the Wii.
  
It's in test phase because there are some kinks I need to work out (adlib sound doesn't work, but "digitized" sound does work, etc)
+
Wolfenstein 3D and Spear of Destiny are now up to version 1.3
  
'''About the release (version 1.1a)'''
+
'''About the release'''
  
* icon.png (and on the game summary box to your right) and updated meta.xml kindly contributed by Kezza826, thanks again man!
+
* Adlib (synthesized) sound and music now work 100%. I want to thank Tantric for his work on the SDL port for the wii. The SDL_Sound code is awesome!
* Based on Wolf4SDL v.1.6
+
* I've done a little tweaking with the IR turning. I've added a "DeadZone" variable to the engine which discards input from the controller if it is a certain amount of pixels from the center of the screen (this number is customizable in the misc options menu). The idea behind this is that turning your character using the wiimote doesn't appear so sensitive and jerky. Thanks [[User:Arikado|Arikado]] for this idea.
* Everything works w/ the exception of music and adlib (synthesized sound), your regular sound (gun shots, opening doors) work.
+
* Fixed the typo in the cheat menu, Thanks Roobix.
* Saving and loading games now work.
 
* I don't know what else needs to be fixed so I'm letting everyone test, pm or talk to me on irc if you have any suggestions...
 
* Spear of Destiny support (you need the game files)
 
* Full version (all six episodes) of Wolfenstein 3D are now supported, not just the shareware version (you need the game files)
 
* Glitch where going back to the game from the Control Panel causes black boxes to appear on the status bar is resolved.
 
  
 +
== Important note on multiple game versions ==
 +
Each version of the game needs the engine compiled for that specific version. If you download Wolfenstein 3D using the Homebrew Browser you will be getting the shareware version of the game. If you own the full game, please go to this project's [http://www.sourceforge.net/projects/wolfenstein3dwi sourceforge page] and download the version compiled for the full version game. Copy your game files that end in WL6 to the folder that your boot.dol is in. Also, if you own Spear of Destiny you need to download the Spear of Destiny game engine from the [http://www.sourceforge.net/projects/wolfenstein3dwi sourceforge page] and copy your game files to that folder. I'm trying to merge all three engines into one but it will take quite a bit of rewrite so I've been putting it off.
  
==Controls==
+
== Controls ==
I tried to keep things as simple as possible, because it's a pretty simple game...
+
Wolfenstein 3D and Spear of Destiny support wiimote in a sideways configuration, wiimote + nunchuk, and gamecube controller style controls. These interfaces are selectable in game with classic controller being an option for a later date (if I ever buy one :) )
{| class="wikitable"
 
! {{WiimoteHorizontal}}
 
! Action
 
|-
 
|style="text-align: center;"| {{WiimoteDPad}}
 
| Moves you forward, back, left, right. No strafing yet, but it's not that big of an issue to me yet.
 
|-
 
|style="text-align: center;"| {{WiimoteAButton}}
 
| Changes your weapon, I might change that to the +/- buttons. (I'm really just gonna make everything self configurable in the game later on)
 
|-
 
|style="text-align: center;"| {{WiimoteBButton}}
 
| Hold to strafe
 
|-
 
|style="text-align: center;"| {{WiimotePlusButton}}
 
| Acts as the escape button, it backtracks menus and pauses the game, etc
 
|-
 
|style="text-align: center;"| {{Wiimote1Button}}
 
| Opens doors
 
|-
 
|style="text-align: center;"| {{Wiimote2Button}}
 
| Shoots your weapon
 
|}
 
  
I know it's far from complete, I just wanted to release something so you guys have another "3D" game to play, and to receive input (positive or negative) on the progress so far since it IS playable. Please send comments/suggestions my way.
+
== Video By _Contra_ ==
 +
http://www.youtube.com/watch?v=4uxY68u_F1U

Latest revision as of 22:33, 19 October 2009

Wolfenstein 3D Wii
Wolfenstein-3-D-icon.png
General
Ported byMrPeanut
TypeShooting game
Version1.3
Links
Download
Source
Peripherals
Wiimote1.svg Nunchuck alternative.svg GameCube Controller

Wolfenstein 3D for the Wii.

Wolfenstein 3D and Spear of Destiny are now up to version 1.3

About the release

  • Adlib (synthesized) sound and music now work 100%. I want to thank Tantric for his work on the SDL port for the wii. The SDL_Sound code is awesome!
  • I've done a little tweaking with the IR turning. I've added a "DeadZone" variable to the engine which discards input from the controller if it is a certain amount of pixels from the center of the screen (this number is customizable in the misc options menu). The idea behind this is that turning your character using the wiimote doesn't appear so sensitive and jerky. Thanks Arikado for this idea.
  • Fixed the typo in the cheat menu, Thanks Roobix.

Important note on multiple game versions

Each version of the game needs the engine compiled for that specific version. If you download Wolfenstein 3D using the Homebrew Browser you will be getting the shareware version of the game. If you own the full game, please go to this project's sourceforge page and download the version compiled for the full version game. Copy your game files that end in WL6 to the folder that your boot.dol is in. Also, if you own Spear of Destiny you need to download the Spear of Destiny game engine from the sourceforge page and copy your game files to that folder. I'm trying to merge all three engines into one but it will take quite a bit of rewrite so I've been putting it off.

Controls

Wolfenstein 3D and Spear of Destiny support wiimote in a sideways configuration, wiimote + nunchuk, and gamecube controller style controls. These interfaces are selectable in game with classic controller being an option for a later date (if I ever buy one :) )

Video By _Contra_

http://www.youtube.com/watch?v=4uxY68u_F1U