Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guifarias31 committed Oct 11, 2020
1 parent c604ce2 commit fbcc0bd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MSFS TBM 930 Project 0.4.16
# MSFS TBM 930 Project 0.5.0
This is the improvement project for the MSFS default TBM 930.

I recommend using [GTC 580 Touchscreens-Restyled](https://github.com/StuTozer/G3000-Touchscreens-Restyled/) by [StuTozer](https://forums.flightsimulator.com/u/electrikkar/summary).
Expand Down Expand Up @@ -63,11 +63,11 @@ fuel_flow_scalar = 0.72 *(default = 1.0)*

* **Added [Audible Alert Fixes by Positive Zero](https://forums.flightsimulator.com/t/tbm-930-audible-alert-fixes-updated/278815)**

## Known Issues:
## Known Issues (both vanilla issues):

- ITT is a big problem. Increasing it makes the engine overheat on the ground, and decreasing it makes it stays too low on cruise level. Asobo's cfg is very limited, so I decided not to make any chances on that for now;

- As default, 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 altuitudes. 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.
- 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 altuitudes. 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:

Expand All @@ -79,7 +79,7 @@ Forum: [GuiFarias31](https://forums.flightsimulator.com/u/guifarias31/summary) a

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
2: Unzip and put the folder "aircraft-tbm930-improvement" inside your MSFS Community folder

## How to Uninstall:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SimOnGround=True

[Avionics.0]
Comm1Active=121.900
Comm1Standby=120.100
Comm1Standby=118.100
Comm2Active=122.800
Comm2Standby=132.350
Comm3Active=122.800
Expand All @@ -22,7 +22,7 @@ Nav2Standby=114.70
OBS2=360

TransponderState=1
ADFActive=315
ADFActive=345
ADF2Active=330
DMESelected=1
ComTransmit=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SimOnGround=True

[Avionics.0]
Comm1Active=121.900
Comm1Standby=120.100
Comm1Standby=118.100
Comm2Active=122.800
Comm2Standby=132.350
Comm3Active=122.800
Expand All @@ -22,7 +22,7 @@ Nav2Standby=114.70
OBS2=360

TransponderState=4
ADFActive=315
ADFActive=345
ADF2Active=330
DMESelected=1
ComTransmit=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ lightdef.34 = Type:10#Index:0#LocalPosition:-14.5,0,1.5#LocalRotation:0,0,0#Effe
lightdef.35 = Type:9#Index:0#LocalPosition:-15.4,-19.8,1.15#LocalRotation:0,0,0#EffectFile:LIGHT_TBM_TBM930_Pulse#PotentiometerIndex:3#EmMesh:LIGHT_ASOBO_Taxi
lightdef.36 = Type:9#Index:0#LocalPosition:-15.4,19.8,1.15#LocalRotation:0,0,0#EffectFile:LIGHT_TBM_TBM930_Pulse#PotentiometerIndex:3#EmMesh:LIGHT_ASOBO_Taxi


[BRAKES]
parking_brake = 1 ; BrakeTypes enum
auto_brakes = 0 ; This value is the number of "positive" settings, not including OFF. '0' means NO AutoBrake
Expand Down
2 changes: 1 addition & 1 deletion aircraft-tbm930-improvement/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"title": "TBM 930 Improvement",
"manufacturer": "Daher",
"creator": "GuiFarias31",
"package_version": "0.4.16",
"package_version": "0.5.0",
"minimum_game_version": "1.9.2",
"release_notes": {
"neutral": {
Expand Down

0 comments on commit fbcc0bd

Please sign in to comment.