Hi,
I could not wait until the next PMDG update so I went ahead and added the variables manually. Luckily, FBW have already created a pull request with the new variables and values they found realistic. All I did was copy those parameters to the bottom of the flight_model.cfg of the PMDG under [Flight Tuning]. If you want to find out more about new variables, check the sdk documentation. In short, the variables allow you to set how much the stickiness of the wheels decreases with speed and to prevent cross wind from being cancelled out. Without the crosswind variables set to the respective values crosswind is cancelled out at first and added gradually as you speed up which is not realistic at all. Overall, I found the ground handling during take off and landing to be much improved and I very much hope PMDG will add these natively very soon. Until then you can do what I did and paste these lines in the flight_model.cfg at the very bottom:
ground_crosswind_effect_zero_speed=-1000
ground_crosswind_effect_max_speed=-1000
ground_high_speed_steeringwheel_static_friction_sc alar=1
ground_high_speed_otherwheel_static_friction_scala r=1
Again, the values are from FlyByWire since I couldn't be bothered to do my own testing but everybody is welcome to play around with friction variables. The crosswind ones are already set such that crosswind is never cancelled out. I hope this is useful and have fun,
I could not wait until the next PMDG update so I went ahead and added the variables manually. Luckily, FBW have already created a pull request with the new variables and values they found realistic. All I did was copy those parameters to the bottom of the flight_model.cfg of the PMDG under [Flight Tuning]. If you want to find out more about new variables, check the sdk documentation. In short, the variables allow you to set how much the stickiness of the wheels decreases with speed and to prevent cross wind from being cancelled out. Without the crosswind variables set to the respective values crosswind is cancelled out at first and added gradually as you speed up which is not realistic at all. Overall, I found the ground handling during take off and landing to be much improved and I very much hope PMDG will add these natively very soon. Until then you can do what I did and paste these lines in the flight_model.cfg at the very bottom:
ground_crosswind_effect_zero_speed=-1000
ground_crosswind_effect_max_speed=-1000
ground_high_speed_steeringwheel_static_friction_sc alar=1
ground_high_speed_otherwheel_static_friction_scala r=1
Again, the values are from FlyByWire since I couldn't be bothered to do my own testing but everybody is welcome to play around with friction variables. The crosswind ones are already set such that crosswind is never cancelled out. I hope this is useful and have fun,
Comment