Alright, I used GlovePIE to make a code to play MM8BDM with a wii remote,
however, I had a problem when I tried to program the mouse, it is still fun to play with, but the control sesitivity of the mouse is too high, also, when it is in use, the joy stick on the nunchuck has the same problem, you can download the code to use on GlovePIE
hereAlso, the code I used the following code, just add it in under "mouse controls in the code in GlovePIE
if wiimote.PointerVisible but not var.PointerBump then
mouse.x = wiimote.PointerX
mouse.y = wiimote.PointerY
end if
Here are the controls I use for the game (Spoilered for space)
Fire Z
S Fire -
Use/Open -
forward Up
Back Down
Strafe R -
Strafe L -
Turn R Right
Turn L Left
Jump Space
Look up F
Look Down V
Strafe Shift
Next Wep A
Prev Wep S
Use Item C
Next Item X
Mouse look is also always on
Please give input on what you think!