Aircraft Compatability: FS 2004 to FS 2002

Forum dedicated to Microsoft FS2004 - "A Century of Flight".

Aircraft Compatability: FS 2004 to FS 2002

Postby ViperPilot » Sat Mar 06, 2010 12:01 pm

Hello!

NOTE: I've also posted this in the FS 2002 forum, but thought I'd post it here as well. If this isn't the right thing to do I apologize.

I have a question to ask... I have installed a couple of aircraft that were 'FS 2002/ FS 2004' compatible, and for some reason when I load the sim, the A/C's engine(s) shut down and won't restart. Also, moving the throttle will not increase engine RPM's. Please note that prop trim/ mixture are not affected... the RPM's just won't increase on the tachometer.

Anybody ever come across this? Here is one of the A/C in question:

http://www.flightsim.com/kdl.php?fid=93064

It's a B-17 Shark Fin (although in the description it's called a 'G' Model).

Any help & suggestions are most appreciated!

Thanks!

Alan
User avatar
ViperPilot
Captain
Captain
 
Posts: 724
Joined: Mon Jan 25, 2010 2:07 pm
Location: 35CO Denver, CO USA

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby Opa » Sun Mar 07, 2010 9:39 am

[quote]Hello!

NOTE: I've also posted this in the FS 2002 forum, but thought I'd post it here as well. If this isn't the right thing to do I apologize.

I have a question to ask... I have installed a couple of aircraft that were 'FS 2002/ FS 2004' compatible, and for some reason when I load the sim, the A/C's engine(s) shut down and won't restart. Also, moving the throttle will not increase engine RPM's. Please note that prop trim/ mixture are not affected... the RPM's just won't increase on the tachometer.

Anybody ever come across this? Here is one of the A/C in question:

http://www.flightsim.com/kdl.php?fid=93064

It's a B-17 Shark Fin (although in the description it's called a 'G' Model).

Any help & suggestions are most appreciated!

Thanks!

Alan
David "Opa" Marshall
User avatar
Opa
Captain
Captain
 
Posts: 634
Joined: Wed Nov 05, 2008 2:38 pm
Location: Plano, Texas

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby Capt.Propwash » Sun Mar 07, 2010 10:53 am

change to the Cessna 172 Skyhawk, start the engines, and then hop back into your B17G and everything should be working fine.   When you go to shut down your sim, do not shut off the engines so that the next time you hop in a plane, the engines will be running and everything is ready to just go flying.
The thoughts and expressions contained in the post above are solely my own, and not necessarily those of Simviation.com, its Moderators, its Staff, its Members, or other guests. They can not, are not, and will not be held liable for any thoughts, or expre
User avatar
Capt.Propwash
Major
Major
 
Posts: 1947
Joined: Tue Feb 20, 2007 12:34 am
Location: KCHS, Charleston, SC, USA

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby Hagar » Sun Mar 07, 2010 2:20 pm

Hi Alan. This aircraft appears to be a repaint of Paul Clawson's YB-17 posted here. http://www.simviation.com/fs2004vintage30.htm

It was originally intended for FS9 so I suspect it has FS9 flight dynamics (AIR file & aircraft.cfg). Not sure why the "Redme" with the repaint claims it's suitable for FS2002.
Last edited by Hagar on Sun Mar 07, 2010 2:44 pm, edited 1 time in total.
Image

Founder & Sole Member - Grumpy's Over the Hill Club for Veteran Virtual Aviators
Member of the Fox Four Group
My Google Photos albums
My Flickr albums
User avatar
Hagar
Colonel
Colonel
 
Posts: 30862
Joined: Wed Jun 19, 2002 7:15 am
Location: Costa Geriatrica

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby ViperPilot » Sun Mar 07, 2010 3:08 pm

Hello!

Opa & the Captain: Thanks for the replies! They are much appreciated, and it's good to know the flight sim community is here to help a guy out.
User avatar
ViperPilot
Captain
Captain
 
Posts: 724
Joined: Mon Jan 25, 2010 2:07 pm
Location: 35CO Denver, CO USA

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby ViperPilot » Sun Mar 07, 2010 3:19 pm

Hagar,

Thanks for the reply! As you can see, I just posted my reply to Opa & Capt. Propwash. I will heed your advice, and from this point on will reply from the FS 2002 forum. I just did it here to see if I would get any other responses. :)

It appears as if there are differences in the .air & .cfg files between FS 9 and FS 8, but damned if I can't figure out what those differences are! Even with programs like AirEd and AirWrench at my disposal, it's difficult to figure out what changes I need to make in order to get the A/C to fly.

I'll keep investigating this, and hopefully I can get it straightened out.

Thanks again for the heads up, and I will continue this discussion in the FS 2002 forum.

Alan :)
User avatar
ViperPilot
Captain
Captain
 
Posts: 724
Joined: Mon Jan 25, 2010 2:07 pm
Location: 35CO Denver, CO USA

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby Groundbound1 » Sun Mar 07, 2010 3:27 pm

This may or may not help you, but it's worth a shot.

There is a setting in the aircraft.cfg of many fs2004 aircraft under the heading of [GeneralEngineData] called "min_throttle_limit", that tells the sim how little throttle there can be before the engines shut down. (If my understanding is correct)

You might try adding this line to the aircraft.cfg of the B17 you want to use:

min_throttle_limit=0.000000

So the aircraft.cfg would the look like this:

[GeneralEngineData]

//0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop
engine_type = 0
fuel_flow_scalar = 1.000000
min_throttle_limit = 0.100000
engine.0 = 10.10, -10.58, 0,
engine.1 = 10.10, 9.81, 0,
engine.2 = 8.83, -20.81, 1,
engine.3 = 8.36, 21.27, 1,
min_throttle_limit=0.000000

While I don't think it's nessesary for FS2004 to have this entry present, most aircraft do. (I also think FS2002 will ignore this entry, so you shouldn't have a problem cross compatability there either.)

Like I said, it may be worth a shot.
Last edited by Groundbound1 on Sun Mar 07, 2010 3:28 pm, edited 1 time in total.
User avatar
Groundbound1
Major
Major
 
Posts: 1670
Joined: Fri Nov 09, 2007 10:59 am
Location: Michigan, USA

Re: Aircraft Compatability: FS 2004 to FS 2002

Postby ViperPilot » Sun Mar 07, 2010 3:44 pm

NOTE: At the request of some members, all replies & further inquiries will be posted in the FS 2002 Forum under the same heading. I apologize for any confusion this might have caused.
User avatar
ViperPilot
Captain
Captain
 
Posts: 724
Joined: Mon Jan 25, 2010 2:07 pm
Location: 35CO Denver, CO USA


Return to FS 2004 - A Century of Flight

Who is online

Users browsing this forum: No registered users and 275 guests