Everything posted by ThomasAH
- Pilot Global Ultimate NG Review
-
Roland radar with FSX and GSN
No
-
AS16 and ASCA on sale
I sent an email to PC Aviator and got a positive reply 1.5h ago:
-
Mitsubishi M2 pfpx profile
See http://polytoximania.blogspot.de/2014/04/experimental-pfpx-aircraft-config-for-x.html Which points to a file linked at https://gist.github.com/mblauth/11345188 Changes I made in my local copy: - correct ATCDesignator=MU2 - PaxCapacity=7 for Flysimware's variant - added [DEFAULT_DATA_KG] section (converted from DEFAULT_DATA_LB): [DEFAULT_DATA_KG] DOW=3470 MZFW=4103 MTOW=5250 MRW=5273 MLW=5001 FuelCapacity=1170 TaxiFuelPerMinute=1.5 APUBurnPerHour=0
-
Starting the MU-2B-60 from C&D
Not sure, but maybe a problem with your flight simulator's default flight?
- Cessna Conquest II update
- Cessna Conquest II update
-
How do I get rain/snow on my runways?
ThomasAH replied to patrico's topic in The AS16 and ASCA | Active Sky | Active Sky Next | XPAX Support ForumDefault airports or additional scenery?
-
Can't believe I'm going to ask this but...
The OP wrote that it has not enough automation. But I just noticed that the Aerosoft Twin Otter Extended has a GNS530, too, which can follow the GPS flight plan. I think the original, non-Extended Twin Otter did not have this. But maybe this one needs more engine management than he likes to do?
-
Can't believe I'm going to ask this but...
Autopilots following your flight plan via GPS are already available in the GNS530 implementations of Carenado and others, e.g. Flysimware, so not having support for a GTN750 should not be a big problem. Or just use it as a popup. I really like the Carenado C337. It has a much lower cruise altitude (though you could pretend having a pressurized version and fly it at FL190 B)) and a bit less performance than the Duke, but visibility is great! If you want to go a bit faster and a bit higher, I would recommend Flysimware's C441, which still has good cockpit visibility (better than their MU-2B).
-
Lear Nose Wheel steering and other aircraft
Glitch in the matrix? Make sure to exit the flight simulator completely before switching from a complex aircraft, like the Lear, otherwise some settings might carry over to the next aircraft you load.
-
Flat, Remote 18/36 Runways.
You should consider 9/27 runways, too. I practice at EDWO. Not really remote and a bit longer than you say, not completely flat, but flat enough nice visual reference points, e.g. the autobahn junction A30/A1. Regarding your original request, I used the program "awk" to parse runways.csv (generated by FSUIPC's MakeRwys.exe), search for runways with exactly 360 degrees (i.e. not 359 or 1), with runway length >=1500 and <=2000, and to ensure the "flatness" with an elevation of <20: awk -F, '$6 == 360 && $7 >= 1500 && $7 <= 2000 && $5 < 20 {print $0}' runways.csv 35ME,0360,43.868546,-68.895157,15,360,1700,0 3VA4,0370,37.855511,-76.736198,10,360,2000,0 5VA9,0360,37.689930,-76.317673,7,360,2000,0 FA24,0360,27.090870,-80.612030,9,360,1800,0 FD57,0360,27.471535,-80.416489,18,360,1900,0 MS99,0360,30.253008,-89.541885,14,360,2000,0 SC74,0360,32.459530,-80.600746,12,360,1700,0
-
Saitek Multipanel
I only have the Switch Panel, not the Multi Panel, but with that my setup is e.g.: SPAD/Default.ini: [SwitchPanel1] SwitchSELSTARTOn=VButton,64,5 SwitchSELSTARTOff=None SwitchSELOFFOn=VButton,64,1 SwitchSELROn=VButton,64,2 SwitchSELLOn=VButton,64,3 SwitchSELALLOn=VButton,64,4 SwitchSELOFFOff=None SwitchSELROff=None SwitchSELLOff=None SwitchSELALLOff=None SPAD/C337.ini: [SwitchPanel1] SwitchSELSTARTOn=VButton,64,5 SwitchSELSTARTOff=None SwitchSELOFFOn=VButton,64,1 SwitchSELROn=VButton,64,2 SwitchSELLOn=VButton,64,3 SwitchSELALLOn=VButton,64,4 SwitchSELOFFOff=None SwitchSELROff=None SwitchSELLOff=None SwitchSELALLOff=None SwitchDEICEOn=VButton,64,6 SwitchDEICEOff=VButton,64,7 SwitchPANELOn=VButton,64,8 SwitchPANELOff=VButton,64,9 I'll take the global Magneto selector switch and the = C337-specific panel light switch as an example, in FSUIPC4 I have configured: FSX/Modules/FSUIPC4.ini: [Buttons] ...other buttons... 42=P64,4,C66027,0 -{MAGNETO_START}- 43=P64,3,C66026,0 -{MAGNETO_BOTH}- 44=P64,2,C66025,0 -{MAGNETO_LEFT}- 45=P64,1,C66024,0 -{MAGNETO_RIGHT}- 46=P64,0,C66023,0 -{MAGNETO_OFF}- FSX/Modules/Profiles/C337.ini: [Buttons] ...other buttons... 13=P64,7,Cx06000D0C,x0220 ; Panel+Cabin Light -{offset word setbits, offset 0D0C}- -{offset word setbits, offset 0D0C}- 14=P64,8,Cx0A000D0C,x0220 ; Panep+Cabin Light -{offset word clrbits, offset 0D0C}- -{offset word clrbits, offset 0D0C}- Beware that the button numbers in SPAD's ini files are 1...n, while in FSUIPC they are 0...n-1, but I think SPAD's GUI interface already shows these identical to FSUIPC. Now you have to find out, which FSX controls, which FSX offsets, or which L-vars are used in the Lear to control the auto pilot. The folder FSX/Modules/FSUIPC Documents/ might contain the corresponding information in the files "List of FSX and P3D controls.pdf" and "FSUIPC4 Offsets Status.pdf". Using controls would be the best, here are all controls with "AP PANEL": 65798 AP PANEL HEADING HOLD 65799 AP PANEL ALTITUDE HOLD 65890 AP PANEL VS HOLD 65891 AP PANEL SPEED HOLD 65915 AP PANEL MACH HOLD 66103 AP PANEL ALTITUDE ON 66104 AP PANEL ALTITUDE OFF 66105 AP PANEL ALTITUDE SET 66106 AP PANEL HEADING ON 66107 AP PANEL HEADING OFF 66108 AP PANEL HEADING SET 66109 AP PANEL MACH ON 66110 AP PANEL MACH OFF 66111 AP PANEL MACH SET 66112 AP PANEL SPEED ON 66113 AP PANEL SPEED OFF 66114 AP PANEL SPEED SET 66115 AP PANEL VS ON 66116 AP PANEL VS OFF 66117 AP PANEL VS SET 66353 AP PANEL SPEED HOLD TOGGLE 66354 AP PANEL SPEED ACQ TOGGLE 66356 AP PANEL MACH HOLD TOGGLE 66357 AP PANEL MAX SPEED TOGGLE 66358 AP PANEL CRUISE SPEED TOGGLE But I would assume that SPAD (or SPAD:Next, if you want to use that) already maps most (or if you are lucky, all) of them correctly, unlike the default Saitek drivers, which I recommend disabling in exe.xml (just change "<Disabled>False</Disabled>" to "<Disabled>True</Disabled>", or remove the block), or alternatively uninstalling from your system. Edit: I just remembered this thread: Replacing Lear35A Mouse Clicks with Keys or Buttons So the regular controls do not work, but you can map ark's lua scripts to the virtual joystick buttons.
-
Saitek Multipanel
Do you use SPAD and have a registered version of FSUIPC? With that you can map the panel buttons to virtual joystick buttons and assign anything to them via FSUIPC.
- New Trinidad TB21 GT Turbo what about GTN 750?
- New Trinidad TB21 GT Turbo what about GTN 750?
-
Cessna 441 Checklists/Manual
The kneeboard has a bit of aircraft reference and checklists, you can also view it in a web brower: FSX/SimObjects/Airplanes/FLYSIM Cessna 441/Cessna441_REF.htm FSX/SimObjects/Airplanes/FLYSIM Cessna 441/Cessna441_check.htm You could download the manual for Flight1's C441, which contains detailed checklists. IAnd you could check e.g. www.bookfinder.com to search for the "Cessna Information Manual Model 441", currently there is one copy of the 1977 edition available in the Amazon marketplace. I bought one copy of the 1980 edition from a book store in the UK, and there used to be another copy of the 1980 edition available from somewhere in the US just few weeks ago. Maybe another one will pop up at some point. Searching elsewhere for 441-0173IM D1586-13 might yield other stores where you can buy it. Sometimes you can find Cessna 441 Aircraft Pilot Operating Manual on DVD via ebay. Regarding the AP: The AP "button" in the mode selector panel (IFCS) is just an annunciator, like in the real aircraft. You can enable/disable the autopilot with the Autopilot/Yaw Damper switch in the autopilot control head in the center pedestal, below the condition levers. Carenado changed the AP annunciator to be a button in a service pack for the C337, so maybe you could implement a small gauge that does the same, similar to what Bert Pieke has done for the PA-46T in this thread.
-
Aerosoft 25% off on many titles...
I think it is advertised somewhere. What is not advertised is that they reset the expiration when the file gets updated. Of course it would be nice if you could reactivate for free, but having your own backup is so important in so many ways. And if people don't have the $$ for a backup drive, they don't have the $$ for buying so much from these shops either :smile: But yes, I try to buy elsewhere, too, unless their sale is so good that the reactivation fee ($4.95) would not matter, or the other options have worse limits, e.g. only 3 downloads at the Carenado and Alabeo stores (is it possible to reactivate the links there?)
-
STEAM SUMMER Sale Starts in 10mins
Nice, unless you already have some/many of them. With many other bundles you only have to pay for the items you do not already have, but with this one, I just get this warning:
-
About to buy the 35A
Flysimware's own shop now has 50% off, too.
-
Flysimware 50% off
Now in their own store, too
-
Northern Germany to Southern Austria in a Tupolev
Very scary, as the runway length is only 2,170 meters. The extension to 3,600 meters was not approved :smile: Nice screenshots!
-
Skyhigh sim free !
Thank you for the notice! It seems this has crashed their MySQL server.
-
Collins Nav Graphics Fix / Anyone Have it?
Just a quick heads-up: I just uploaded a zip with this fix (recreated from scratch and with better matching colors and improved night lighting), a corrected label for the LDG light (not LOG light), and a fix for the Prop Synchrophaser labels with panel light enabled to the Avsim file library. When it will be accepted you can find it as C337-maintpack-20160611.zip Here is a teaser:
- Flysimware to support REX/Milviz WX Advantage Radar