nobodyn0se / msfs_tbm930_project

Improvement project for the MSFS default TBM930.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSFS TBM 930 Project 0.4.9

This is the improvement project for the MSFS default TBM 930.

I suggest using the msfs-navsystems-performance mod for G3000 extra funcionalities and performance.

(Working-Title guys are also working on a G3000 mod)

And for liveries, see this thread on forum.

Current features of this modification are:

  • Removed the 30% gap between 0 and 30% throttle:

tp_high_idle_throttle_pos = 0; (default = 30)

...so then I needed to ajust:

n1_to_shaft_torque_table = ... 68:0.12, 87:0.88 ...

  • Ajusted autopilot maximum pitch:

max_pitch = 15 (default = 10)

  • Corrected some numbers:

pitch_takeoff_ga = 10 (default = 8)

min_n1_for_starter_cutoff = 52 (default = 50)

min_n2_for_starter_cutoff = 80 (default = 200)

rated_shaft_hp = 850 (default = 0)

CG_aft_limit = 0.355 (default = 0.36)

rotation_speed_min = 80 (default = 90)

cruise_alt = 31000 (default = 30000)

best_glide = 120 (default = 0)

  • Ajusted torque vs air density table:

density_on_torque_table = 0.0005:0.01, 0.0006:0.4, 0.0007:0.75, 0.000895:0.794, 0.001144:0.841, 0.001459:0.891, 0.001862:0.944, 0.002378:1.000

(Calculated using 5,6% decrease on torque every 21.63% decrease on density.)

(default = 0.0005:0.01, 0.0006:0.4, 0.0007:0.6, 0.0008:0.75, 0.0009:0.9,0.000975:1.0, 0.002378:1.000000)

drag_coef_gear = 0.04700 (default = 0.01000)

  • Decreased inertial separator effect in torque to 7/8 (now 22%, instead of 25%):

(L:XMLVAR_InertSep#ID#_Deployment) 14336 * (>K:ANTI_ICE_GRADUAL_SET_ENG#ID#) (default = 16384)

Known Issues:

  • ITT is a big problem. If I increase it, it overheats on the ground, and if a decrease it, it stays too low on cruise level. Asobo's cfg is very limited.

  • Inertial Separator is working but not indicating as "ON" in the panel;

  • Still testing fuel consumption. If you enconter any problems, let me know.

For any other suggestions or bug reports, feel free to contact me:

My Discord: Guilherme Farias#9971

My forum profile: GuiFarias31

How to Install:

1: Click on the green button in the top right corner that says 'Code' and click "Download as ZIP"

2: Unzip and put the folder "aircraft-tbm930-improvement" in your MSFS Community folder

How to Uninstall:

To uninstall just delete the folder "aircraft-tbm930-improvement" from your MSFS Community folder.

Donation

If you want to support me, here my PayPal donation link:

paypal

About

Improvement project for the MSFS default TBM930.


Languages

Language:HLSL 100.0%