Tutorial Simulador Bici Con Cyberbike Wii y GTA V PC

Enlazamiento con el software BlueSoleil 10.0.497.0 con la opción Conectar dispositivo de interfaz bluetooth manteniendo los botones 1 y 2 de la bici.

Con esto ya es posible usar la bici con el emulador dolphin wii.

He creado un grupo de soporte en telegram buscando Cyberbikepc

Por último y mucho más ameno para las sesiones probé con GTA V, necesitamos el software GlovePIE. Con este código y asignar las teclas key* en el juego:


                                // Wiimote mouse script for Windows desktop
// Requires a sensor bar

http://var.ButtonFreezeTime = 250ms
http://var.PointerBump = KeepDown(Pressed(http://wiimote.A),var.ButtonFreezeTime) or KeepDown(Pressed(http://wiimote.B),var.ButtonFreezeTime)
http://Wiimote.Led1 = true

// Mouse movement
if http://wiimote.PointerVisible but not http://var.PointerBump then
  mouse.x = http://wiimote.PointerX
  mouse.y = http://wiimote.PointerY
end if

// Mouse Buttons
http://mouse.LeftButton = Wiimote.B and KeepDown(http://Wiimote.PointerVisible,0.5s)
http://mouse.RightButton = http://wiimote.nunchuk.c and KeepDown(http://Wiimote.PointerVisible,0.5s)
http://mouse.MiddleButton = http://Wiimote.Home and KeepDown(http://Wiimote.PointerVisible,0.5s)
http://key.NUMPAD1 = http://Wiimote.Minus
http://key.NUMPAD5 = http://Wiimote.Plus


 key.s =http://wiimote.Nunchuk.Down

key.A =http://wiimote.Left
http://var.Timing = 5
key.D =http://wiimote.right


// Mouse Wheel
if http://wiimote.Up then
  http://mouse.WheelUp = true
  wait 30ms
  http://mouse.WheelUp = false
  wait 30ms
end if
if http://wiimote.Down then
  http://mouse.WheelDown = true
  wait 30ms
  http://mouse.WheelDown = false
  wait 30ms
end if




Key.W = Wiimote1.A
Key.Q = Wiimote.B



Key.T = http://wiimote.nunchuk.c
Key.Z = http://wiimote.nunchuk.z


Key.R = wiimote.1


endif

Lo único no conseguí que al girar el manillar fuera estable después a la hora de centrar la bici ya que se repetía demasiado rápido AAAAAAAAAAAAAA y DDDDDDDDD que son las teclas asignadas para los giros, costaba horrores a la mínima que giraba, así que dejé los giros con los botones de dirección de la parte izquierda. Si algún shur conoce el código para retrasar el tiempo de respuesta en este trozo de código para el manillar se lo agradecería, pero igualmente desde los botones izquierda derecha cumple estupendamente, sería por aportar más realidad en conseguir el giro del manillar aceptable

Si alguien tiene por ahí una cyberbike y quiere aprovecharla para entrenar este «invento» hace un buen apaño, con el regulador de fuerza podemos ir al máximo de pulsaciones o al mínimo.

Únicos inconvenientes yo mido 1,72 y me está un poco pequeña la altura del sillín y de vez en cuando hace crujidos

Deja tu comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *