Debriefing > Bug Reports & Fixes
[BUG] cant look up or down when using a game pad
keefy:
Not Valves fault at all you guys seriously need to stop blaming Valve for everything. All it takes is a little time to figure out.
I use this for PS2/PS3 controllers.
Left stick = move & strafe
Right stick = Look/turn
--- Code: ---
//PS3 sixaaxis or Dualshock 3 controls
joystick "1"
+jlook
joy_advanced "1"
//axis
joy_advaxisx "3"
joy_advaxisy "1"
joy_advaxisr "4"
joy_advaxisz "2"
joy_name "Joy1"
joyadvancedupdate
//Sensitivity
joy_forwardsensitivity -1.0
joy_sidesensitivity 1.0
joy_pitchsensitivity 0.5 //negative number -0.5 gives inverted lookup/down
joy_yawsensitivity -1.8
joy_forwardthreshold 0.15
joy_sidethreshold 0.15
joy_yawthreshold 0.0
joy_pitchthreshold 0.0
//L4D controls
//joy_advaxisx 3 // x-axis controls GAME_AXIS_SIDE (strafing left and right)
//joy_advaxisy 1 // y-axis controls GAME_AXIS_FORWARD (move forward and back)
//joy_advaxisr 2 // r-axis controls GAME_AXIS_PITCH (look up and down)
//joy_advaxisz 4 // z-axis is treated like a button
//joy_advaxisu 0 // u-axis controls GAME_AXIS_YAW (look left and right)
//joy_advaxisv 0 // v-axis is unused
--- End code ---
Enzo.Matrix:
DAMN YOU VALVE!!
kraid:
@keefy: you entered this manually into the .cfg, right?
killermonkey:
lol, if it wasn't Valve's fault he wouldn't be asking these questions. Clearly they dropped the ball on joystick support
keefy:
--- Quote from: kraid on February 02, 2010, 01:01:03 am ---@keefy: you entered this manually into the .cfg, right?
--- End quote ---
In a way yes, I have it in a seperate config call joy.cfg so all I do is open console then typer "exec joy" and bing my joystick works
Its a good idea to make a backup of yur existing config first then name it something easy to rememember.
--- Quote from: killermonkey on February 02, 2010, 04:14:35 am ---lol, if it wasn't Valve's fault he wouldn't be asking these questions. Clearly they dropped the ball on joystick support
--- End quote ---
Using that logic should also mean dedicated servers arnot supported either. Plus there is a page in the support secion of steampowerd.com showing us how to do enable joysticks in Source games
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version