by ND6849C » Sat Jan 05, 2008 6:15 am
I know this is an "old" problem, but I just found the answer last night. I got an email from the designer of an FSX Citation 525, whose plane I recently downloaded. Here were his instructions for the Citation, which had the same problem as the Embraer:
First, when you open the aircraft.cfg file, scan down to the brakes section. You should see this:
[brakes]
parking_brake = 1 //Parking brake available
toe_brakes_scale = 1.2 //Brake scalar
Now put 2 forward slashes in front of all 3 lines like this:
//[brakes]
//parking_brake = 1 //Parking brake available
//toe_brakes_scale = 1.2 //Brake scalar
Finally, copy and paste the following under the above 3 lines (This is a new brakes statement and should do the trick):
[brakes]
Parking_brake = 1 //Parking brake available
Toe_brakes_scale = 1.2 //Brake scalar
Auto_brakes = 0
Hydraulic_system_scalar = 1 //On brakes dependant on the hydraulic system, ratio hid system to max brake hid pressure
Save the file and try it.
It worked, so I wanted anyone reading to know that John B. Loney of lfssd.net knew what to do for this.
---ND6849C using FSX Standard on an Insignia D400a Pentium 4-2.8mhz-2 gig RAM-256MB under Windows XP (SP3) using an ATI Radeon 9250 graphics card.