Control Stick rotates the player's POV and controls the mouse pointer in menus
D-Pad controls the player's forward/backward motion as well as strafing
A Button is the attack button: swinging the Wii Remote horizontally or vertically also does the same action, which is preferable if you're armed with a sword
B Button is the block button
- Button is the crouch/sneak button
+ Button is the button for switching between first-person and third-person views
Home Button brings up the main menu
1 Button is the casting button
2 Button is for accessing inventory menus, maps and quests
C Button is to open doors, activate things, or initiate conversations
Z Button is the jump button
// Elder Scrolls IV: Oblivion Script for Wii Remote and Nunchuk Mouse.DirectInputX = Mouse.DirectInputX + 10*deadzone(Wiimote.Nunchuk.JoyX) Mouse.DirectInputY = Mouse.DirectInputY + 10*deadzone(Wiimote.Nunchuk.JoyY) W = Wiimote.Up D = Wiimote.Right S = Wiimote.Down A = Wiimote.Left R = Wiimote.Plus Control = Wiimote.Minus Escape = Wiimote.Home Mouse.LeftButton = Wiimote.A or Wiimote.SwingHorizontal or Wiimote.SwingVertical Mouse.RightButton = Wiimote.B E = Wiimote.Nunchuk.Z Space = Wiimote.Nunchuk.C C = Wiimote.One Tab = Wiimote.Two













