Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Some 3rd party Switch controllers operate as XInput devices (Xbox) when plugged in to PC's. Some controllers have a mode switch function and you can choose what device type they operate as. Sometimes the mode switch is only available via BT, via USB the firmware auto-switches it to Xinput mode.
If the controller came with any documentation, check if it mentions anything regarding mode selection.
If it's only Xinput, here's how to change the device type Steam will consider it as:
1. Quit Steam.
2. Open with Notepad: [STEAM INSTALLATION] \ config \ config.vdf
3. Wired, the controllers generally (maybe always???) use Xbox 360 ID's so do a search for the GUID: 030000005e0400008e02000000007801
It'll take you within the mapping string area and you'll see: 030000005e0400008e02000000007801,XInput Controller
4. Insert dev:switch: before XInput Controller
so you'd have:
030000005e0400008e02000000007801,dev:switch:XInput Controller
5. Save and close the file.
If you don't see that GUID or something doesn't work, post the whole mapping string area.
If you run into an issue in the future where Steam doesn't detect the controller, first check if there is the Unhide Devices button at the bottom of the Controller Settings screen. If the button is not there, quit Steam, open config.vdf, remove dev:switch:, save and close the file, then check if Steam detects the controller.