Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Suicide machine/Research bunker/Steam Controller Support"

From PCGamingWiki, the wiki about fixing PC games
m
Line 8: Line 8:
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Arcania: Gothic 4 || true | true | true | true | }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Arcania: Gothic 4 || true | true | true | true | }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Call of Duty: Ghosts || true | true | false | false | And probably every other COD since Black Ops }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Call of Duty: Ghosts || true | true | false | false | And probably every other COD since Black Ops }}
 +
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Cry of Fear || true | true | true | true | }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Dark Souls || true | true | true| true | }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Dark Souls || true | true | true| true | }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Dark Souls II: Scholar of the First Sin || true | true | true | true | Doesn't work properly if virtual joystick is installed. }}
 
{{User:Suicide_machine/Sandbox/Steam_Controller/row| Dark Souls II: Scholar of the First Sin || true | true | true | true | Doesn't work properly if virtual joystick is installed. }}
Line 76: Line 77:
  
 
==Game specific notes==
 
==Game specific notes==
 +
===[[GoldSrc]]===
 +
{{Fixbox|1=
 +
{{Fixbox/fix|Setting Joystick axis|ref=<ref name="Sui">Me. Yes</ref>}}
 +
# <code>joystick 1</code> - enables Joystick input (usually available under options as well)
 +
# <code>joy_advanced 1</code> - enables Advanced Joystick axis configuration
 +
 +
'''Left joystick:'''
 +
# <code>joyadvaxisx 3</code> - sets X axis to move left/right
 +
# <code>joysidesensitivity 1</code> - originally it's -1, so it's wrong
 +
# <code>joyadvaxisy 1</code> - sets Y axis to move forward/backward
 +
# <code>joyforwardsensitivity -1</code> - this one is inverted.
 +
# <code>joyadvaxisx 0</code> - sets Z axis (triggers) to disabled
 +
 +
'''Right joystick''' (this one would be much better, if were to be set as a mouse, so this is more a note):
 +
# <code>joyadvaxisr 4</code> - sets R (right joystick X) axis to turn left/right
 +
# <code>joyyawsensitivity -1</code> - inverted (set higher for higher sensitivity)
 +
# <code>joyadvaxisu 2</code> - sets U (right joystick Y) axis to move forward/backward.. also it doesn't seem to work correctly
 +
# <code>joypitchsensitivity 1</code> - sets U (right joystick Y) axis to move forward/backward
 +
 +
'''Notes:'''
 +
{{ii}} Any changes must be followed by <code>joyadvancedupdate</code> to be accepted.
 +
}}
 +
 
===[[Quake II]]===
 
===[[Quake II]]===
 
{{Fixbox|1=
 
{{Fixbox|1=

Revision as of 05:20, 22 October 2017