2 votes

Le successeur du 360Controller pour la prise en charge de la manette filaire de la Xbox One ?

Je sais, il y a un support natif dans Big Sur pour les manettes XBox One connectées en Bluetooth. Cependant, deux jeux publiés pour MacOS par Feral Interactive (Thief et Deus Ex : Mankind Devided) nécessitaient que la manette soit connectée à l'aide d'un câble. Cependant, le seul pilote que j'ai trouvé, nommé 360Controller, ne supporte pas Big Sur et le développeur ne continuera pas à travailler avec ce logiciel.

https://github.com/360Controller/360Controller/issues/1128#issuecomment-736584705

Existe-t-il un autre moyen de connecter ma manette (avec ou sans câble) pour jouer aux deux jeux ?

1voto

tjati Points 292

J'ai créé un .plist -pour les jeux, ce qui a fonctionné à merveille.

Le fichier doit être placé dans

Steam/steamapps/common/$Game/$Game.app/Contents/Resources/InputDevices/Digital/

Avec le contenu suivant.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CGPDeviceCategory</key>
    <string>GamePad</string>
    <key>CGPDeviceType</key>
    <string>Standard</string>
    <key>CGPDeviceImageType</key>
    <string>Xbox</string>
    <key>CGPDisplayNameOvr</key>
    <string>Xbox One Controller</string>
    <key>VendorID</key>
    <integer>1118</integer>
    <key>ProductID</key>
    <integer>765</integer>
    <key>LeftAxisX</key>
    <string>1:48</string>
    <key>LeftAxisX-Min</key>
    <string>0</string>
    <key>LeftAxisX-Max</key>
    <string>65535</string>
    <key>LeftAxisY</key>
    <string>1:49</string>
    <key>LeftAxisY-Min</key>
    <string>0</string>
    <key>LeftAxisY-Max</key>
    <string>65535</string>
    <key>LeftTrigger</key>
    <string>2:197</string>
    <key>LeftTrigger-Min</key>
    <string>0</string>
    <key>LeftTrigger-Max</key>
    <string>1023</string>
    <key>RightAxisX</key>
    <string>1:50</string>
    <key>RightAxisX-Min</key>
    <string>0</string>
    <key>RightAxisX-Max</key>
    <string>65535</string>
    <key>RightAxisY</key>
    <string>1:53</string>
    <key>RightAxisY-Min</key>
    <string>0</string>
    <key>RightAxisY-Max</key>
    <string>65535</string>
    <key>RightTrigger</key>
    <string>2:196</string>
    <key>RightTrigger-Min</key>
    <string>0</string>
    <key>RightTrigger-Max</key>
    <string>1023</string>
    <key>Hatswitch</key>
    <string>1:57</string>
    <key>HSValueRest</key>
    <integer>0</integer>
    <key>HSValueUp</key>
    <integer>1</integer>
    <key>HSValueUpRight</key>
    <integer>2</integer>
    <key>HSValueRight</key>
    <integer>3</integer>
    <key>HSValueDownRight</key>
    <integer>4</integer>
    <key>HSValueDown</key>
    <integer>5</integer>
    <key>HSValueDownLeft</key>
    <integer>6</integer>
    <key>HSValueLeft</key>
    <integer>7</integer>
    <key>HSValueUpLeft</key>
    <integer>8</integer>
    <key>ButtonDevice</key>
    <string>1:133</string>
    <key>ButtonA</key>
    <string>9:1</string>
    <key>ButtonB</key>
    <string>9:2</string>
    <key>ButtonX</key>
    <string>9:4</string>
    <key>ButtonY</key>
    <string>9:5</string>
    <key>LeftShoulder</key>
    <string>9:7</string>
    <key>RightShoulder</key>
    <string>9:8</string>
    <key>ButtonBack</key>
    <string>12:548</string>
    <key>ButtonStart</key>
    <string>9:12</string>
    <key>LeftThumb</key>
    <string>9:14</string>
    <key>RightThumb</key>
    <string>9:15</string>
</dict>
</plist>

LesApples.com

LesApples est une communauté de Apple où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres utilisateurs d'appareils Apple, poser vos propres questions ou résoudre celles des autres.

Powered by:

X