joystick

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slaze

    #1

    joystick

    i no this is a dumb qeustion but i where do i add my joystick configuations on BF2 i cant see it in options and my joystick is properly connected into my pc but i cant change any controls with the aircraft to work with the joystick.......it word on BF1942.....thanks in advance
  • DeathFromAbove

    #2
    Re: joystick

    Originally posted by slaze
    i no this is a dumb qeustion but i where do i add my joystick configuations on BF2 i cant see it in options and my joystick is properly connected into my pc but i cant change any controls with the aircraft to work with the joystick.......it word on BF1942.....thanks in advance

    I don't get it, If you can't spell it's hard for people to understand. All I know is that you are having problems with your joystick and BF2, right? What joystick do you have

    Comment

    • DaSniper

      #3
      Re: joystick

      Very easily. To get your joystick to work in BF2. Hook up your joystick.
      Go into BF2.
      Go into Options.
      Go into controls.
      Go into AirCraft.
      Where it says Pitch FWD Double click. Then Push forward on your joystick all the way to the top. It will pop something into the Pitch forward and pitch BACK spots that says usually axis 1.
      Then double click on Roll Left. then tilt your joystick rod to the left. A thing should pop in there that says axis 0.
      Then for all the other stuff just double click and press the buttons that you want them to be.
      It is that simple.

      If you would like to go into the actual file and change it there. You can go to
      C:\Documents and Settings\username\My Documents\Battlefield 2\Profiles\0001 (or whatever profile you use)
      In there is a file called

      Controls.con - Open with Notepad.

      Go down to where you find the line
      Code:
      ControlMap.create AirPlayerInputControlMap
      Everything under that line until
      Code:
      ControlMap.create HelicopterPlayerInputControlMap
      Is for the air craft.

      If you want to change it for your joystick you can easily change what it needs to be.
      for example
      For the throttle find the line that says
      Code:
      ControlMap.addAxisToAxisMapping c_PIThrottle IDFGameController_0 IDKey_w 1 0
      or something very simpler to that.
      Change it to
      Code:
      ControlMap.addAxisToAxisMapping c_PIThrottle IDFGameController_0 IDAxis_2 1 0
      And it will be set to the throttle on your joystick if you joystick throttle is Axis 2.

      Comment

      • slaze

        #4
        Re: joystick

        wow thanks for all that help....i dint relise i had to double click the box i jus thoought it was 1 click lol thanks anyway

        Comment

        Working...