I'm not the first one to say this, but my hat is off to Bonzonie (Kotaro Akikawa) for his marvelous B-52H design for FS2002. Behind this work of art is a huge amount of technical data and, not surprisingly, a few problem areas. Needless to say, beta testing doesn't always catch all of the problems.
During the past year, I've read about (and experienced) the "Bouncing BUFF" problem in FS2002. For me, it occurs on the ground at partial fuel loads of about 60% or less. During the landing roll or the start of takeoff, the tail of the B-52 will bounce high in the air, over and over, with the aircraft often ending crosswise with the runway with its nose on the ground and the fuselage in the air. Not a pretty sight.
The problem is in the contact_points section of the Aircraft.cfg file. The contact point for the Rear main gear is missing. This missing point is not visually obvious because the aircraft looks normal on the ground. However, the aircraft is actually only supported by the Front main gear and the two outriggers. At lighter fuel weights, the center-of-gravity apparently shifts enough to cause this "tripod" arrangement to become unstable. That, I believe, is what has happened and why it was not easy to discover.
Because of concerns over ownership, I contacted Kotaro by email on June 10 with my description of the problem and the proposed solution. In his response he stated that he would not be able to verify my findings due to some PC issues. He also said he would be pleased if I would post the fix and share it with the community. I appreciate his confidence.
The fix shown below is rather easy, but if you're unfamiliar with file editing be sure to back up the original file before trying to do any revisions. Any text editor should work. I use Notepad.
Open the Aircraft.cfg file with your text editor.
Locate the [contact_points] section near the end of the file.
Copy all of the data for point.0 and paste it just after the data for point.6.
Edit this new line so "point.0=1.000000,16.000000, . . . . . . . ."
now reads "point.7=1.000000,-34.000000, . . . . . . . ."
Save the file. The new contact point should read as follows:
point.7=1.000000,-34.000000,0.000000,-12.083333,3750.081701,0.000000,3.941352,41.520000,0.861471,2.500000,0.916691,10.000000,10.000000,0.000000,0.000000,0.000000
That's it. This fixed it for me and made the BUFF usable again. It now rolls normally regardless of the fuel load. I hope this fix works as well for anyone else who tries it.
Cheers,
JerryH
This message will also be posted on other FS2002 forums.