• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Controllers v
« Previous 1 ... 234 235 236 237 238 ... 321 Next »

[GlovePIE] Wiimote works but no attachment works!! Help!!
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[GlovePIE] Wiimote works but no attachment works!! Help!!
01-29-2013, 01:13 PM
#1
bcbllpstjkd
Unregistered
 
I am using GlovePIE to get advanced game control. However, only wiimote works but nothing else work. (ex.classic controller, nunchuk) Does any one know how to fix this error??
Wiimote input is read, but, Classic controller pro I'm using don't seem to work on PC at all.
Reply
01-29-2013, 02:29 PM
#2
admin89 Offline
Overclocker™ ✓ᵛᵉʳᶦᶠᶦᵉᵈ
*******
Posts: 6,889
Threads: 127
Joined: Nov 2009
Post your script please !
Nunchuk , classic controller work fine for me
Laptop: (Show Spoiler)
Clevo W230SS : 3200x1800 IPS | i7 4700MQ @ 3.6GHz (Intel XTU + Triple fan mod) | GTX 860M GDDR5 | 128GB Toshiba CFD SSD | 16GB DDR3L 1600MHz
Aspire 715 43G : 1080p 144Hz |  R5 5625U @ 4.3GHz | Nvidia RTX 3050 4GB | 500GB WD SSD  | 16GB DDR4 3200MHz 
Mini PC :: (Show Spoiler)
G3258 @ 4.6GHz | ELSA GTX 750 | Asrock Z87E ITX | 600W SFX 80+ Gold Silverstone + SG06-LITE | Corsair Vengeance 8GB 2000MHz | Scythe Kozuti + Ao Kaze | 45TB 2.5" Ex HDD (in total) , Zelda Gold Wiimote , LE Wii Classic Controller , Gold LE PS3 DualShock , BlackWidow Chroma ,
Now Playing : Xenoblade Definitive Edition on Yuzu - Switch Emu 

 
Find
Reply
01-29-2013, 06:17 PM
#3
MayImilae Offline
Chronically Distracted
**********
Administrators
Posts: 4,614
Threads: 120
Joined: Mar 2011
What game are you trying to play?
[Image: RPvlSEt.png]
AMD Threadripper Pro 5975WX PBO+200 | Asrock WRX80 Creator | NVIDIA GeForce RTX 4090 FE | 64GB DDR4-3600 Octo-Channel | Windows 11 22H2 | (details)
MacBook Pro 14in | M1 Max (32 GPU Cores) | 64GB LPDDR5 6400 | macOS 12
Find
Reply
01-30-2013, 06:09 AM
#4
bcbllpstjkd
Unregistered
 
Wiimote1.Led1 = true

mouse.x += (DeadZone(Classic1.RightStickX, 9%)/75)
mouse.y += (DeadZone(Classic1.RightStickY, 9%)/75)

mouse.LeftButton = (Classic1.ZR)
mouse.RightButton = (Classic1.ZL)

Key.W = Classic1.LeftStickY < -.5
Key.S = Classic1.LeftStickY > .5
Key.A = Classic1.LeftStickX < -.5
Key.D = Classic1.LeftStickX > .5

Key.Shift = Classic1.Plus
Key.4 = Classic1.Up
Key.1 = Classic1.Down
Key.3 = Classic1.Left
Key.2 = Classic1.Right
Key.G = Classic1.R
Key.Space = Classic1.b
Key.T = Classic1.L
Key.R = Classic1.y
Key.Ctrl = Classic1.a
Key.E = Classic1.x
Key.Escape = Classic1.Home
Key.Tab = Classic1.Minus

Key.F = Wiimote1.One
Key.F = Wiimote1.Two

that's my script and i'm trying to play call of duty on pc (PC version)
No key's except f key works which proves the code is fine but controller don't work for some reason.
I'm using bluesoleil's bluetooth dongle and my classic controller works fine on wii and it is nintendo provided one.
I tried to put classic as well instead of classic1 that did not work either.
Reply
01-30-2013, 12:15 PM
#5
admin89 Offline
Overclocker™ ✓ᵛᵉʳᶦᶠᶦᵉᵈ
*******
Posts: 6,889
Threads: 127
Joined: Nov 2009
Your script is incorrect
For Example :
Key F = Wiimote1.classic.Plus
Key.Space = Wiimote1.Nunchuk.CButton

Because you plug classic controller & nunchuk to Wiimote , you will have to type Wiimote1 as well
Laptop: (Show Spoiler)
Clevo W230SS : 3200x1800 IPS | i7 4700MQ @ 3.6GHz (Intel XTU + Triple fan mod) | GTX 860M GDDR5 | 128GB Toshiba CFD SSD | 16GB DDR3L 1600MHz
Aspire 715 43G : 1080p 144Hz |  R5 5625U @ 4.3GHz | Nvidia RTX 3050 4GB | 500GB WD SSD  | 16GB DDR4 3200MHz 
Mini PC :: (Show Spoiler)
G3258 @ 4.6GHz | ELSA GTX 750 | Asrock Z87E ITX | 600W SFX 80+ Gold Silverstone + SG06-LITE | Corsair Vengeance 8GB 2000MHz | Scythe Kozuti + Ao Kaze | 45TB 2.5" Ex HDD (in total) , Zelda Gold Wiimote , LE Wii Classic Controller , Gold LE PS3 DualShock , BlackWidow Chroma ,
Now Playing : Xenoblade Definitive Edition on Yuzu - Switch Emu 

 
Find
Reply
01-30-2013, 03:03 PM
#6
MayImilae Offline
Chronically Distracted
**********
Administrators
Posts: 4,614
Threads: 120
Joined: Mar 2011
Doesn't Call of Duty 2 have built in configuration for gamepads? I don't have the game but, surely it does. Then you could set it up with glovepie+ppjoy and have real analog.
[Image: RPvlSEt.png]
AMD Threadripper Pro 5975WX PBO+200 | Asrock WRX80 Creator | NVIDIA GeForce RTX 4090 FE | 64GB DDR4-3600 Octo-Channel | Windows 11 22H2 | (details)
MacBook Pro 14in | M1 Max (32 GPU Cores) | 64GB LPDDR5 6400 | macOS 12
Find
Reply
02-01-2013, 12:14 AM
#7
bcbllpstjkd
Unregistered
 
I tried wiimote1.classic. key. But it still didn't recognize my input.


mouse.x += (DeadZone(Wiimote1.Classic.RightStickX, 9%)/75)
mouse.y += (DeadZone(Wiimote1.Classic.RightStickY, 9%)/75)

mouse.LeftButton = (Wiimote1.Classic.ZR)
mouse.RightButton = (Wiimote1.Classic.ZL)

Key.W = Wiimote1.Classic.LeftStickY < -.5
Key.S = Wiimote1.Classic.LeftStickY > .5
Key.A = Wiimote1.Classic.LeftStickX < -.5
Key.D = Wiimote1.Classic.LeftStickX > .5

Key.Shift = Wiimote1.Classic.Plus
Key.4 = Wiimote1.Classic.Up
Key.1 = Wiimote1.Classic.Down
Key.3 = Wiimote1.Classic.Left
Key.2 = Wiimote1.Classic.Right
Key.G = Wiimote1.Classic.R
Key.Space = Wiimote1.Classic.b
Key.T = Wiimote1.Classic.L
Key.R = Wiimote1.Classic.y
Key.Ctrl = Wiimote1.Classic.a
Key.E = Wiimote1.Classic.x
Key.Escape = Wiimote1.Classic.Home
Key.Tab = Wiimote1.Classic.Minus

Key.F = Wiimote1.One
Key.F = Wiimote1.Two

I tried using controller in setting of game before but it only recognizes wiimote not nuchuck or classic controller.
Is there difference in between Classic and classic pro?
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode