Jump to content

claudedca

Registered Users
  • Posts

    4
  • Joined

claudedca's Achievements

Advanced  Simmer

Advanced Simmer (2/7)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Hello, Thank you for reading this. Before posting this I did a research but couldn't find anything. As is known, IVAO client named "Altitude" displays aircraft models taken from the "MTL" library. The VATSim client "vPilot" reads the models already installed in the flight simulator and displays those according to various sets of rules. I am interested in making Altitude to read and display the models that are already installed in my sim exactly as vPilot does. If is possible for you to tell me what files to edit/make in Altitude in order for it to read and display the already installed aircraft models in my sim instead of displaying those from the MTL, this would be really helpful. Thanks
  2. Greetings! This below is a FSX *.xml logic gauge which was made for aircraft that have one center fuel tank ("Center1") and runs in the background ensuring Center1 fuel tank is used first before using other fuel tanks: (A:GENERAL ENG COMBUSTION:1,bool) (A:GENERAL ENG COMBUSTION:2,bool) + 2 if{ (A:FUEL CROSS FEED,enum) 1 == if{ quit } els{ 1 (>K:FUEL_SELECTOR_SET) 1 (>K:FUEL_SELECTOR_2_SET) } } els{ (A:FUEL TANK CENTER QUANTITY,gallons) 7 > if{ 6 (>K:FUEL_SELECTOR_SET) 6 (>K:FUEL_SELECTOR_2_SET) } els{ 1 (>K:FUEL_SELECTOR_SET) 1 (>K:FUEL_SELECTOR_2_SET) } } I didn't make it, I found it on the net and I want to customize it for my own personal use in aircraft that have 2 center tanks: Center1 and Center2. I want the gauge to ensure draining the fuel from both Center tanks before starting to use other fuel tanks. I don't know what strings to modify because currently I have no skills in fuel gauge programming; can you please modify it so that I can use it on my aircraft that have Center1 and Center2 fuel tanks? Many thanks
  3. Hi, Cannot find a Surface Movement Radar (SMR) scenery object for FSX. If you know where to download one would be nice if you can post here the link. Thanks
  4. Greetings! Look at this image below please: What is the name of this radar? Is it a ground radar, an air radar, a weather radar, or what type of radar is this? Thanks in advance.
×
×
  • Create New...