Is it possible to removing the RED Brake flag

T

Timm

Guest
Hi Guys,
Info please. Is it possible to remove the RED Differential Brake/Brake flag which appears in the bottom right corner. I think it's in the language.dll file but not sure how to edit a dll file. Timm

ss0e.jpg
 
It's not in a DLL file, it is part of the FSX.cfg file.

Go to this page....

http://members.cox.net/spambait/FSXTweakGuide.pdf

....then look at page 18 (page 20 in the PDF file) and that will explain which line(s) you need to edit. Flags are either 'True' or 'False' depending on if you want that line of info text to show or not. True = displayed, False = hidden.
 
its in the cfg

[Display]
MIPBIAS=6
ChangeTime=0.000000
TransitionTime=0.000000
ActiveWindowTitleTextColor=255,255,255
ActiveWindowTitleBackGroundColor=0,28,140,64
NonActiveWindowTitleTextColor=255,255,255
NonActiveWindowTitleBackGroundColor=24,33,87,64
InfoUpperRightTextColor=255,0,0
InfoUpperRightBackGroundColor=0,0,0,0
InfoLowerLeftTextColor=255,255,255
InfoLowerLeftBackGroundColor=255,0,0,128
InfoLowerRightTextColor=255,255,255
InfoLowerRightBackGroundColor=255,0,0,128
InfoBrakesEnable=False
InfoParkingBrakesEnable=False
InfoPauseEnable=True
InfoSlewEnable=True
InfoStallEnable=True
InfoOverspeedEnable=True
BLOOM_EFFECTS=0
SKINNED_ANIMATIONS=1
TEXTURE_BANDWIDTH_MULT=11
UPPER_FRAMERATE_LIMIT=53
WideViewAspect=True

H
 
If you want to get rid of all those messages, rather than going through them one by one to change from 'TRUE' to FALSE', simply paste

HideInfoText=1

under the 'main' section of your FSX.CFG file - gets rid of the lot in one small step.
 
I think you'll find that doing what I suggested above gets rid of everything, main door included. I don't get any messages of any sort anywhere on the screen.
 
Back
Top