• There seems to be an up tick in Political commentary in recent months. Those of us who are long time members of the site we know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religiours commentary out of the fourms.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politicion will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment amoung members. It is a poison to the community. We apprciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

C W D T F6F Hellcat problems.

gypsy 200

SOH-CM-2023
Greeting to the all knowing and supportive SOH hangar crew.
I am having problems with the wonderful freeware Classic Warbirds Design Team F6F Hellcat for FS2004.
The Hellcat performs magnificently in straight-and-Level flight under 247 mph.
A. In a moderate dive at reaching 247 mph the aircraft become unstable with the engine shutting down and will not restart before crashing in to the ground.

B. The engines shuts down if set to idle. (I can live with that.)

Also I receive two flying tips every five or so minuets in spite of following the tips.

1. Your fuel is critically low in selected tanks. Auto refuel is available CTRL+ X. (Does have on any effect on any selection.)

2. Your heading indicator is set incorrectly to set press D.

I have read the included manual several times however I was unable to locate anything helpful. Searching the internet had nothing.
I download a second copy however it did not solved the problem.

I am running on Windows 7 H P desktop with Intel I7 16 GB of ram. MSFS 2004 is the only program installed on computer. Of the fifty-five aircraft installed it is the only one not working correctly.
Any assistance given will be greatly appreciated.
Thank You: Dave
 
some of these you can fix by adding lines to the aircraft.cfg

for example for the engine shutting down at idle in the [GeneralEngineData] section

change this line
Code:
min_throttle_limit                    = 0                //Minimum percent throttle.  Generally negative for turbine reverser

to this
Code:
 min_throttle_limit                    = 1               //Minimum percent throttle.  Generally negative for turbine reverser

likewise your direction indicators change them to electric instead of vacuum; and there appears to be a typo in the fuel section it should read like this

Code:
[fuel]


//===================Longitudinal (feet), Lateral (feet), Vertical (feet), Usable(gallons), Unusable (gallons)


Center1                  =-2.55,            0.0,           -2.27,           75.0,             3.00
LeftMain                 = 0.30,           -3.1,           -1.00,           87.5,             3.00
RightMain                = 0.30,            3.1,           -1.00,           87.5,             3.00




number_of_tank_selectors = 1
electric_pump            = 1
fuel_type=1

I've attached the aircraft container sdk (software developers kit); which is a .doc file that explains all the sections in the aircraft.cfg
file and the correct syntax to use --- > View attachment aircraft_sdk.zip


ttfn

Pete
 
C W D T F6F Hellcat problems

Pete, you are the best your fix worked like magic. Thanks for the aircraft_sdk download there is a world of information in those files.
Many thanks for your time and assistance. Dave
 
Back
Top