Gamepad Support for Steam
Gamepad Support for Steam
I have made a wrapper for Steam using engine 1.7.36 and wrapper version 2.6.0. "wine control" shows my connected xbox 360 controller and responds to all buttons. However, when I load up BioShock, which has an option to use a gamepad, the game does not recognize that one is connected. Is there any way for games to recognize the gamepad?
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: Gamepad Support for Steam
Joystick support for Mac OSX was added in Wine 1.7.39.
Re: Gamepad Support for Steam
I am on 1.7.39 and I updated my engine to 1.7.39 as well. I booted up the game and it still does not recognize that the controller is plugged in.
Re: Gamepad Support for Steam
UPDATE: I have completely removed wine from my system and I did a fresh install from the git source. I followed the instructions for setting up wine and the Steam from the AppDB. I installed BioShock through Steam and the game does not recognize that a controller was plugged in. I wanted to know if anyone has had success with an XBox 360 controller using 1.7.39 on Steam.
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: Gamepad Support for Steam
xbox 360 controller is a XInput device.
Did you install xinput?this command will install Windows XInput component in the wineprefix of your choice (default is ~/.wine).
Did you install xinput?
Code: Select all
$ WINEPREFIX=path/to/prefix winetricks xinput
Re: Gamepad Support for Steam
I am getting `zsh: permission denied: winetricks` and `sudo: winetricks: command not found`
Re: Gamepad Support for Steam
I got the command to run, but it says that xinput is already installed.
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: Gamepad Support for Steam
You may find more things to try in this discussion on GOG forums.
Link: Recommendations for gamepad - Mac/Wine
Link: Recommendations for gamepad - Mac/Wine