Skip to content

luka97/msfs_tbm930_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSFS TBM 930 Project

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

This is a fork of the MixMugz TBM Improvement mod, that you can find here.

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

How to Install:

Download the latest release from here

How to Uninstall:

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

About

Improvement project for the MSFS default TBM930.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HLSL 94.4%
  • PowerShell 5.6%