Calendar Awards Members List FAQ
Advertisement

Reply
$ LinkBack Thread Tools
 
  #1 (permalink)   [ ]
Old 02-23-2012, 06:29 PM
1984 1984 is a male United States 1984 is offline
Daccus Illuminatus Misericors
Join Date: Jul 2010
Location: 'merica
View Posts: 6,436
Wii Classic Controller Pro for Skyrim using Glovepie?

I'd like to use the Wii Classic Controller Pro to play Skyrim, I've already used it for emulators, but I'd like a Glovepie script specifically to play Skyrim with it. Does anybody have one?
__________________
Reply With Quote
  #2 (permalink)   [ ]
Old 02-24-2012, 03:54 PM
1984 1984 is a male United States 1984 is offline
Daccus Illuminatus Misericors
Join Date: Jul 2010
Location: 'merica
View Posts: 6,436
Re: Wii Classic Controller Pro for Skyrim using Glovepie?

Never mind, guys! I ended up making one myself!

Just copy the script into Glovepie, connect your Wiimote+Classic Controller, run, and play!

I tried my best to emulate the controls of the Xbox 360 controller as much as possible, except that Wait is now select, sneak is start and the quest menu is home!

Code:
// Button Controls
Key.Enter = Pressed(Classic.A)
Key.Slash = Classic.Up
Key.P = Classic.Left
Key.M = Classic.Down
Key.I = Classic.Right
Key.Z = HeldDown(Classic.LFull, 0.01)
Key.X = Pressed(Classic.RFull)
Key.LeftAlt = HeldDown(Classic.ZL, 0.01)
Key.E = Pressed(Classic.a)
Key.Tab = Classic.b
Key.Escape = Classic.Home
Key.G = Classic.ZR
Key.Space = Classic.x
Key.R = Classic.y
Key.F = Classic.Select
Key.CapsLock = Classic.Start
// Camera Controls
mouse.DirectInputX = mouse.DirectInputX + 100*deadzone(Classic.RightStickX)
mouse.DirectInputY = mouse.DirectInputY + 100*deadzone(Classic.RightStickY)
mouse.DirectInputX = mouse.DirectInputX
mouse.DirectInputY = mouse.DirectInputY
// Movement Controls
Key.W = Classic.LeftStickY <= -.15 and >= -1.75 + 100*deadzone(Classic.LeftStickY)
Key.S = Classic.LeftStickY >= .15 and <= 1.75 + 100*deadzone(Classic.LeftStickY)
Key.A = Classic.LeftStickX <= -.15 and >= -1.75 + 100*deadzone(Classic.LeftStickX)
Key.D = Classic.LeftStickX >= .15 and <= 1.75 + 100*deadzone(Classic.LeftStickX)
Key.LeftShift = Classic.B
__________________
Reply With Quote
1 person liked this post: Luka
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Advertisement

All times are GMT -5. The time now is 05:47 PM.

Copyright © 2013 Zelda Universe - Privacy Statement -