Dismiss Notice
Wynncraft, the Minecraft MMORPG. Play it now on your Minecraft client at (IP): play.wynncraft.com. No mods required! Click here for more info...

Wiimote Minecraft

Discussion in 'Minecraft' started by i_am_me, Dec 22, 2017.

Thread Status:
Not open for further replies.
  1. i_am_me

    i_am_me yes its me VIP

    Messages:
    197
    Likes Received:
    64
    Trophy Points:
    55
    Minecraft:
    Credit to Tom Jones for DPad code.

    (Use Wiimote and Nunchuk!)

    Get GlovePIE Emulator

    Connect Wiimote to computer through bluetooth...
    Control Panel/Hardware and Sound/Devices and Printers/Add a device/What ever the wiimote is...
    Then to make sure. Settings/Devices/Bluetooth/find wiimote and make sure it's connected.

    Open GlovePIE and paste this code.

    mouse.DirectInput = mouse.DirectInput + wiimote.Dpad *6

    if wiimote.b = true
    if wiimote.up = true then
    mouse.wheelup = true
    endif

    if wiimote.down = true then
    mouse.wheeldown = true
    endif

    if wiimote.left = true then
    mouse.wheelleft = true
    endif

    if wiimote.right = true then
    mouse.WheelRight = true
    endif
    endif

    Space = Wiimote.A
    WASD = Nunchuk.Joy
    E = Wiimote.Plus
    Escape = Wiimote.Home
    Shift = Nunchuk.C
    Mouse.RightButton = Wiimote.B
    Mouse.LeftButton = Nunchuk.Z
    Mouse.MiddleButton = Wiimote.One
    Enter = Wiimote.Two






    Turn on Wiimote
    Open Minecraft
    Now run and see if it works.
     
Thread Status:
Not open for further replies.