- Messages
- 246
- Country
Hi all,
Working on a project, I am attempting to set an airliner's lift to AoA table. I do this manually via the flight_model.cfg file. If I use the following incorrect table:
The simulator will load just fine. However, if I use the following correct table:
The simulator crashes to desktop immediately upon loading into the main menu. I am pretty new to FS2020's method of aerodynamics and formatting so maybe I have an error somewhere here, but I cannot figure out what the problem is.
Working on a project, I am attempting to set an airliner's lift to AoA table. I do this manually via the flight_model.cfg file. If I use the following incorrect table:
Code:
lift_coef_aoa_table = -3.15:0, -0.8:-1.154, -0.4:-0.928, -0.2:-0.781, -0.1:-0.262, 0:0.230, 0.14:1.009, 0.16:1.130, 0.176:1.233, 0.19:0.35, 3.15:0
The simulator will load just fine. However, if I use the following correct table:
Code:
lift_coef_aoa_table = -3.15:0, −0.175:-0.584, 0:0.195, 0.175:0.974, 0.244:1.290, 0.305:1.511, 0.332:1.544, 0.349:1.562, 0.380:1.449, 0.403:1.423, 3.15:0
The simulator crashes to desktop immediately upon loading into the main menu. I am pretty new to FS2020's method of aerodynamics and formatting so maybe I have an error somewhere here, but I cannot figure out what the problem is.