Skip to content

mixMugz/msfs_tbm930_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

MSFS TBM 930 Project (Project temporary on HOLD)

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

I highly recommend using Working-Title G3000.

Change ATC call sign to "TBM"

In the real world the TBM 930's ATC call sign is not "Daher" but "TBM". To change this:

  1. Open in <MSFS2020 Install Dir>\Official\OneStore\fs-base\en-US.locPak in a text editor
  2. Search for "ATCCOM.ATC_NAME_DAHER.0.tts":
  3. Change Daher to TBM
      "ATCCOM.ATC_NAME_DAHER.0.text": "TBM",
      "ATCCOM.ATC_NAME_DAHER.0.tts": "TBM",

Note: This will reset after every update of MSFS.

Remove registration from livery

  1. Open in <Your Livery Dir>\SimObjects\Airplanes\Asobo_TBM930-<LIVERY>\panel.<LIVERY>\panel.cfg in a text editor
  2. Change font_color to 0x00000000 or none
// Panel Configuration File
// Asobo Daher TBM930

[VARIATION]
override_base_container = 0

[VPainting01]
size_mm				= 2048,512
texture				= $RegistrationNumber
location 			= exterior
painting00=Registration/Registration.html?font_color=0x00000000, 0, 0, 2048, 512
  1. Edit your livery aircraft.cfg and add to [FLTSIM.x] section:
panel = "<LIVERY>" ; panel folder

Known Issues:

  • (SU5 Issue) Aircraft can CTD your SIM sometimes if G3000 Mod + Navigraph/Shift+Z Toolbar Panel is installed.
  • (SU5 Issue) Taxi/Landing Light hardware switch wrong definition. Use mouse cockpit interaction.
  • (SU5 Issue) Throttle lever left<->right position. Hold left mouse button, then click right mouse button.
  • (Vanilla issue) Fuel consumption is increasing during climb, which is the opposite that should happen. It's lower than it should be at lower altitudes and higher than it should be at higher altitudes. That's not happening only on the TBM, and it's a vanilla MSFS issue. The fuel flow will match closely on cruise altitudes, and will be way lower on lower altitudes.

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

How to Install:

1: Click on the green button in the top right corner that says 'Code' and click "Download as ZIP" or download from Release page.

2: Unzip and put the folder "aircraft-tbm930-improvement" inside 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's my donation link: Buy Me a Coffee or Buy Me a Beer :)

Donation?

About

Improvement project for the MSFS default TBM930.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HLSL 100.0%