Dolphin, the GameCube and Wii emulator - Forums
Launch specific controller setting - Game ini - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Controllers (https://forums.dolphin-emu.org/Forum-controllers)
+--- Thread: Launch specific controller setting - Game ini (/Thread-launch-specific-controller-setting-game-ini)



Launch specific controller setting - Game ini - Torres87 - 01-03-2016

Hello,

there are games you can play with the classic/standard controller (GameCube) or with the Wiimote. Because Dolphin does not know which Controller i want to use, I have to deactivate a controller in the Settings or use the Game Ini, right?

I would like to play Mario Kart Wii with my two Xbox 360 Controllers as Classic/Standard GameCube Controller. My Controller Settings for Dolphin are in the attachment. I have two Controller-Profiles: "Xbox_Controller1" and "Xbox_Controller2"

My Game Ini for Mario Kart Wii is:

Code:
[Controls]
PadType0 = 6
PadType1 = 6
PadProfile1 = Xbox_Controller1
PadProfile2 = Xbox_Controller2
When I start the game, it always picks the Wiimote-Controller Settings instead of the classic/standard-controller (GameCube) Settings. But I want to play the game with the GameCube - Controller Settings right from the start.

Hope you can help me. Thanks


RE: Launch specific controller setting - Game ini - ExtremeDude2 - 01-04-2016

(01-03-2016, 07:19 PM)Torres87 Wrote: classic/standard controller (GameCube)

These aren't he same thing so I'm not sure what you mean.


RE: Launch specific controller setting - Game ini - Link_to_the_past - 01-04-2016

Set
[Controls]
WiimoteSource0 = 0
WiimoteSource1 = 0

in your ini file. Seeing your file you are just telling the program to use the gamecube controller which already does in the general settings anyway, instead you should tell it not to use the wiimote at the same time.