Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Auto Rudder for Joysticks with only 2 axes

Featured Replies

Hi everyone,

 

I really enjoy playing Microsoft Flight with my old Sidewinder Joystick which only has X and Y axis. The problem with this, as some of you may know, is that you must press the A and D keys for rudder control that makes taxing in airports annoying. Now this really bothers me because I can't taxi using only my joystick as I did with FSX (auto rudder) and I don't want to spend money buying another one with the fancy twist function.

 

So I found a way to go around this issue. The goal is to make Flight think that your Joystick is the mouse (because there is auto rudder when you fly with the mouse). Doing this will require changes in the standard.xml file. I'll explain the procedure:

 

1. Backup standard.xml

 

1.1. Go to C:\Users\youruser\AppData\Local\Microsoft\Flight\Players\SomeLettersAndNumbers\Career\Controls

 

1.2. Copy and paste this file in a safe location as to conserve it in its original form. If you want to reverse

the changes just copy the backup in the folder described in 1.1.

 

2. Make changes in standard.xml file. Its very simple, just a copy and paste.

 

2.1. Right-click xml file and select "Open With" and choose Notepad.

 

2.2. Look for the code below and delete only what is in bold:

 

...

 

<MapName>

NameOfYourJoystick{846A2670-2423-11E1-8001-444553540000}.{45AAD43A-A9BC-40E0-96BA-A3E3577BBE53}

</MapName>

<MapVersion>8</MapVersion>

 

<Axis>

<AxName>XAxis</AxName>

<Index>0</Index>

<EventName>FlightControls.AileronSetAxis</EventName>

<AxScale>1.000000</AxScale>

<AxNull>0.100000</AxNull>

<NonLinear>True</NonLinear>

</Axis>

<Axis>

<AxName>YAxis</AxName>

<Index>1</Index>

<EventName>FlightControls.ElevatorSetAxis</EventName>

<AxScale>1.000000</AxScale>

<AxNull>0.100000</AxNull>

<NonLinear>True</NonLinear>

</Axis>

<Axis>

<AxName>RzAxis</AxName>

<Index>5</Index>

<EventName>FlightControls.RudderSetAxis</EventName>

<AxScale>1.000000</AxScale>

<AxNull>0.100000</AxNull>

<NonLinear>True</NonLinear>

</Axis>

 

<Axis>

<AxName>Slider</AxName>

<Index>6</Index>

<EventName>Engine.ThrottleSetAxis</EventName>

<AxScale>1.000000</AxScale>

</Axis>

...

 

2.3. Replace deleted code for this:

 

<Axis>

<AxName>XAxis</AxName>

<Index>0</Index>

<EventName>FlightControls.MouseSetXAxis</EventName>

<AxScale>1.000000</AxScale>

<AxNull>0.031000</AxNull>

</Axis>

<Axis>

<AxName>YAxis</AxName>

<Index>1</Index>

<EventName>FlightControls.MouseSetYAxis</EventName>

<AxScale>-1.000000</AxScale>

<AxNull>0.031000</AxNull>

</Axis>

 

3. Save and start MS Flight. Now your joystick will work as if it were the mouse controller.

 

That's all it takes. Now you have auto rudder and you can taxi through the runway with your joystick and fly!

 

I hope this helps icon_smile.gif

Way to much trouble man, just buy a $20.00 twist grip joy stick and have fun.

Reminds me of a show I used to watch when I lived over in England. Sort of a talent show for inventions. One guy made a "page-turner", to use when you read books. When it's time to turn the page you put the long bicycle pump hose under the next page, then run ten feet to the pump, give it a couple pushes and the page flips over, then you run back and read the next page. It was cool!

Way to much trouble man, just buy a $20.00 twist grip joy stick and have fun.

 

Reminds me of a show I used to watch when I lived over in England. Sort of a talent show for inventions. One guy made a "page-turner", to use when you read books. When it's time to turn the page you put the long bicycle pump hose under the next page, then run ten feet to the pump, give it a couple pushes and the page flips over, then you run back and read the next page. It was cool!

 

Hm, guys, that's not a nice welcome to a new member...

 

I appreciate your tip, Omar! Thanks for posting. I am sure a lot of people will be very happy with this because we do frequently get questions about the lack of auto rudder when using something else then a mouse!

Hi Omar. Welcome to the forum. Great tip to save money. Thanks.

That is a good option. The cheap joysticks all seem to develop a dead zone after a few dozen hrs of use. Save your cash for a good one.

Thanks so much for the tip! Testing now :)

Reminds me of a show I used to watch when I lived over in England. Sort of a talent show for inventions. One guy made a "page-turner", to use when you read books. When it's time to turn the page you put the long bicycle pump hose under the next page, then run ten feet to the pump, give it a couple pushes and the page flips over, then you run back and read the next page. It was cool!

 

Just in case anyone wanted to know, these types of devices have a name! They are Rube Goldberg machines (see http://en.wikipedia.org/wiki/Rube_Goldberg_machine for more info!)

This is a great tip. Somebody else was here just a couple of weeks or so ago, asking if anyone knew how to do this and nobody had the answer.

 

You may want to submit this to the Flight Tutorials section.

  • Author

Hm, guys, that's not a nice welcome to a new member...

 

I appreciate your tip, Omar! Thanks for posting. I am sure a lot of people will be very happy with this because we do frequently get questions about the lack of auto rudder when using something else then a mouse!

 

This is a great tip. Somebody else was here just a couple of weeks or so ago, asking if anyone knew how to do this and nobody had the answer.

 

You may want to submit this to the Flight Tutorials section.

 

Thanks! I really hope this can help those in need, it's an issue that has bothered me from the beginning but the fix does the trick. The solution is not as hard as some may think because only involves a copy and paste and then you don't have to mess with it again. No "pump pushing" needed lol.

 

Thanks so much for the tip! Testing now :)

 

 

Nice, let me know if it works!

Hey Omar, I did not want to sound condescending when I responded to your first post. It is clear that you put a lot of throught into this solution and it works. That is never a bad thing, There is always a great feeling of gratification when a problem is solved. Keep up the good work.

  • Author

Hey Omar, I did not want to sound condescending when I responded to your first post. It is clear that you put a lot of throught into this solution and it works. That is never a bad thing, There is always a great feeling of gratification when a problem is solved. Keep up the good work.

 

Thanks Air1, I'm glad to know you think this is a good idea and that it worked for you too. :smile:

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.