Just wondered how you suped up the engines to produce more power? (In simple language pls Im not a computer whizz).
First of all, only do this on an aircraft with a turbine (jet) engine. Doing it to a prop plane is much harder.
Open the aircraft.cfg file (the one that's titled AIRCRAFT in the folder of the plane you want to "supe up") with notepad. Scroll down until you see
[TurbineEngineData]
Under that should be a few entries, one of which should be
static_thrust=XXXXXX
with XXXXXX being a number. Increase that number to get a higher thrust power, decrease it to make the engine weaker.
And before you go messing with it, put "//" before the original static_thrust entry, like so:
//static_thrust=XXXXXXX
Then make another static_thrust entry directly below the first one. Now when you are done being a sky maniac, just delete the other entry and delete the two slashes, and everythings back to normal.