//Wiimote Script for Project Shrine Maiden // (Two-handed Version) by MCO //Setup var.Vibration = 1 var.BorderSpell = 50 //Classic Controller Settings // Shot = b, x // Bomb = a, y // Slow = L/R Trigger // Pause = + // Skip = - Keyboard.Up = Wiimote1.Classic.Up Keyboard.Down = Wiimote1.Classic.Down Keyboard.Left = Wiimote1.Classic.Left Keyboard.Right = Wiimote1.Classic.Right Keyboard.X = Wiimote1.Classic.y Keyboard.X = Wiimote1.Classic.a Keyboard.Z = Wiimote1.Classic.x Keyboard.Z = Wiimote1.Classic.b Keyboard.Shift = Wiimote1.Classic.RFull Keyboard.Shift = Wiimote1.Classic.LFull Keyboard.Escape = Wiimote1.Classic.Plus Keyboard.Ctrl = Wiimote1.Classic.Minus //Wiimote Settings // Shot = 2 // Bomb = 1 // Slow = B // Pause = A, + // Skip = - Keyboard.Up = Wiimote1.Right Keyboard.Down = Wiimote1.Left Keyboard.Left = Wiimote1.Up Keyboard.Right = Wiimote1.Down Keyboard.Z = Wiimote1.2 Keyboard.X = Wiimote1.1 Keyboard.Shift = Wiimote1.B Keyboard.Escape = Wiimote1.A Keyboard.Escape = Wiimote1.Plus Keyboard.Ctrl = Wiimote1.Minus if Wiimote1.RawForceY > var.BorderSpell then if var.Vibration = 1 then Keyboard.X = true Wiimote1.Rumble = true wait 60 ms Keyboard.X = false wait 1440 ms Wiimote1.Rumble = false else Keyboard.X = true wait 60 ms Keyboard.X = false endif endif //System Wiimote1.Led1 = true if Wiimote1.1 + (var.Vibration = 1) then Wiimote1.Rumble = true wait 1560 ms Wiimote1.Rumble = false endif