<?xml version="1.0"?>
<rss version="2.0"><channel><title>C195 Businessliner FSX | P3D Latest Topics</title><link>https://dev.avsim.com/forums/forum/666-c195-businessliner-fsx-p3d/</link><description>C195 Businessliner FSX | P3D Latest Topics</description><language>en</language><item><title>Still Flying.. but just noticed..</title><link>https://dev.avsim.com/forums/topic/536120-still-flying-but-just-noticed/</link><description><![CDATA[
<p>
	That in the aircraft.cfg, Alabeo gave the C195 a <strong>9<em> cylinder </em></strong>engine. If it's a jake, then it should be a <strong><em>7</em></strong> <em><strong>cylinder</strong></em> engine... right?
</p>

<p>
	 
</p>

<p>
	Hawk.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">536120</guid><pubDate>Sun, 06 May 2018 21:53:57 +0000</pubDate></item><item><title>Alabeo C195 Businessliner - alternate cockpit panels</title><link>https://dev.avsim.com/forums/topic/445135-alabeo-c195-businessliner-alternate-cockpit-panels/</link><description><![CDATA[
<p>for those who fly this nice old bird, I created a couple of alternate panels for my own use.  If anybody wants them, i will upload to the lib.</p>
<p> </p>
<p><img src="https://www.avsim.com/applications/core/interface/js/spacer.png" alt="c195_blackpanel.jpg" data-src="http://ejoiner.typepad.com/screenshots/c195_blackpanel.jpg"></p>
<p> </p>
<p><img src="https://www.avsim.com/applications/core/interface/js/spacer.png" alt="c195_woodpanel.jpg" data-src="http://ejoiner.typepad.com/screenshots/c195_woodpanel.jpg"></p>
]]></description><guid isPermaLink="false">445135</guid><pubDate>Tue, 24 Jun 2014 16:36:31 +0000</pubDate></item><item><title>Alabeo Cessna 195 Wheel Fairings</title><link>https://dev.avsim.com/forums/topic/497345-alabeo-cessna-195-wheel-fairings/</link><description><![CDATA[
<p>Hey Guys,</p>
<p>Just got the Alabeo Cessna 195 and would LIke to Fly it without Wheel Fairings ?? There is a Keyboard Popup Menu to Change them, but I forgot how to Bring it up ! I looked in Options Buttons and Keys, No Help ! Does Anyone Know the Combination ?? - Thanks - Johnman B)</p>
]]></description><guid isPermaLink="false">497345</guid><pubDate>Wed, 02 Nov 2016 19:43:45 +0000</pubDate></item><item><title>Turbo C195, 350hp Jake with AP and GPS 530</title><link>https://dev.avsim.com/forums/topic/492891-turbo-c195-350hp-jake-with-ap-and-gps-530/</link><description><![CDATA[
<p>Auto Pilot and GPS pop ups: This will change all C195 aircraft.</p>
<p> </p>
<p>What you need: Carenado B200 installed (we use the 530 GPS from her)</p>
<p> </p>
<p>1. go to FSX main/Gauges  and COPY THIS FILE (select, right mouse click, COPY) "GPS530_3D_B200.CAB"</p>
<p>2. go to FSX main/SimObjects/Airplanes/Alabeo C195_BusinessLiner/panel    and PASTE that file in there.</p>
<p>3. open panel.cfg and add the following (MAKE A COPY BEFORE EDITING):</p>
<p> </p>
<p>under [Window Titles] add:</p>
<p> </p>
<p>Window03=GPS<br>Window04=Auto Pilot</p>
<p> </p>
<p>now scroll down and add the following BELOW/AFTER [Window02] and BEFORE [Vcockpit01]</p>
<p> </p>
<p>//--------------------------------------------------------</p>
<p> </p>
<p>[Window03]<br>Background_color=8,8,8<br>size_mm=524,378<br>visible=0<br>ident=10000<br>window_size= 0.310,  0.370<br>window_pos=  0.550,  0.160<br>no_luminous=1<br>zorder=7<br><br>gauge00=GPS530_3D_B200!GPS_530,  0,0,520,378<br><br>//--------------------------------------------------------<br><br>[Window04]<br>Background_color=0,0,0<br>size_mm=348,219<br>position=0<br>visible=0<br>ident=796<br>window_size= 0.290, 0.290<br>window_pos= 0.020, 0.190<br><br>gauge06=Bendix_King_Radio!Bendix-King Radio AP,           0,0<br><br>//--------------------------------------------------------</p>
<p> </p>
<p>4. go to FSX main/SimObjects/Airplanes/Alabeo C195_BusinessLiner - and make a copy of the aircraft.cfg file... this is your back up.</p>
<p> </p>
<p>open aircraft.cfg</p>
<p> </p>
<p>in the [piston_engine] section, change the following:</p>
<p> </p>
<p>max_rated_hp= 350</p>
<p>turbocharged= 1    /was 0              <br>max_design_mp= 30        /was 0                     <br>min_design_mp=  0                    /no change          <br>critical_altitude= 7000                  /was 0</p>
<p> </p>
<p>5. AFTER the [exits] section ADD this entire code:</p>
<p> </p>
<p>[autopilot]<br>autopilot_available= 1<br>flight_director_available= 0<br>default_vertical_speed= 700.0<br>autothrottle_available= 0<br>pitch_takeoff_ga=8.0<br>max_pitch=10.0<br>max_pitch_acceleration=1.0<br>max_pitch_velocity_lo_alt=2.0<br>max_pitch_velocity_hi_alt=1.5<br>max_pitch_velocity_lo_alt_breakpoint=20000.0<br>max_pitch_velocity_hi_alt_breakpoint=28000.0<br>max_bank=25.0<br>max_bank_acceleration=1.0<br>max_bank_velocity=3.00<br>max_throttle_rate=0.10<br>nav_proportional_control=18<br>nav_integrator_control=0.20<br>nav_derivative_control=2.0<br>nav_integrator_boundary=2.00<br>nav_derivative_boundary=2.00<br>gs_proportional_control=14<br>gs_integrator_control=0.26<br>gs_derivative_control=0.00<br>gs_integrator_boundary=0.70<br>gs_derivative_boundary=0.00<br>yaw_damper_gain=0.000000</p>
<p> </p>
<p>save</p>
<p> </p>
<p>How To Fly: Take off full throttle and full prop... after lift off, back throttle to 25 mp, and 2000 RPM for climb (it will get super hot if you don't). cruse at 25 mp and 1900 rpm. Speeds are 170 to 180 kts @ 9000 ft.</p>
<p>In this config, she is a respectable mountain flyer.</p>
<p> </p>
<p>Enjoy!</p>
<p> </p>
<p></p>
<p>
</p>
<div class="ipsEmbeddedVideo"><div><iframe width="480" height="270" src="https://www.avsim.com/applications/core/interface/js/spacer.png" frameborder="0" allowfullscreen="true" data-embed-src="https://www.youtube.com/embed/umBm_ceo9eQ?feature=oembed"></iframe></div></div>
]]></description><guid isPermaLink="false">492891</guid><pubDate>Fri, 05 Aug 2016 00:39:21 +0000</pubDate></item><item><title>C196 Conversion...maybe</title><link>https://dev.avsim.com/forums/topic/481798-c196-conversionmaybe/</link><description><![CDATA[
<p>I have to say... I bought this and parked it, then found it again...</p>
<p> </p>
<p> </p>
<p>Once you get pretty good at flying this plane, its allot of fun... still too slow.. but the prospect of a C196 conversion got me thinking...</p>
<p> </p>
<p> </p>
<p>C196 is a 195 with a 450hp P&amp;W Wasp Jr slapped on the front. A few where done by Falls City Flying Service at Standiford Field in Louisville for air survey work. They had tip tanks.</p>
<p> </p>
<p> </p>
<p>I might play around with this, and upload a simple conversion you can copy paste. No graphix changes of course, but the .air and .cfg can easily be changed to Wasp specs.</p>
<p> </p>
]]></description><guid isPermaLink="false">481798</guid><pubDate>Wed, 13 Jan 2016 21:40:41 +0000</pubDate></item><item><title>Epic Cross Country</title><link>https://dev.avsim.com/forums/topic/472190-epic-cross-country/</link><description><![CDATA[
<p>Well, I'm not one for slow planes, but I wanted a challenge for my new rudder peds.</p>
<p> </p>
<p>khef  - CSN LDN EKN CVG OOM RSV BIB STL FTZ COU OJC DDC GCK TBE RSK TBC GCN -  kgcn<br /><br />1664.1 NM</p>
<p> </p>
<p>Old school manual control, VOR to VOR.  Doing it in 3 hour stretches (one fill up) with RWeather. I added the FS GLV2000 GPS for airport info, otherwise its off.</p>
<p> </p>
<p>Three days now, and almost in Texas.</p>
<p> </p>
<p> </p>
<p>Flying at 7000 ft, 34 mp, 2500 rpm.   It walks around and wont let you walk away. My landings are super crap until I get some skill with the rudder peds and the fickle tail drag-er. But I have to say.. I'm digging it.</p>
<p> </p>
<p>Now if someone would make a freaking Beech 18... (I have the supie, but something a little more.. developed).</p>
<p> </p>
<p> </p>
<p>Hardware: been without RP's for years now.. got the saik pro flight ones... also ordered a couple saik throttles (for twins)... but everyone is out until August 31st!</p>
]]></description><guid isPermaLink="false">472190</guid><pubDate>Sun, 26 Jul 2015 00:55:22 +0000</pubDate></item><item><title>Paint for N195MK</title><link>https://dev.avsim.com/forums/topic/438219-paint-for-n195mk/</link><description><![CDATA[
<p>Built 1952 N195MK is owned by Michael E. Kopp of...wait for it...Issaquah, WA. It's about 15 miles from KSEA. he used to be at Maple Valley WA. Also about 15 miles from KSEA!<br>It seems incredible but I can't find any previous owners of N195MK so it looks as though he's had it from new. Love to know more!</p>
<p> </p>
<p>The real one:</p>
<p> </p>
<p><img src="http://www.finnglish.co.uk/scrns/195mkreal.jpg" alt="195mkreal.jpg" loading="lazy"></p>
<p> </p>
<p>Mine:</p>
<p> </p>
<p><img src="http://www.finnglish.co.uk/scrns/195mk1.jpg" alt="195mk1.jpg" loading="lazy"></p>
<p> </p>
<p><img src="http://www.finnglish.co.uk/scrns/195mk2.jpg" alt="195mk2.jpg" loading="lazy"></p>
<p> </p>
<p>There's a stock panel with the registration plate included if you don't care for the black panel</p>
<p> </p>
<p><img src="http://www.finnglish.co.uk/scrns/195mk3.jpg" alt="195mk3.jpg" loading="lazy"></p>
<p> </p>
<p><img src="http://www.finnglish.co.uk/scrns/195mk4.jpg" alt="195mk4.jpg" loading="lazy"></p>
<p> </p>
<p><img src="http://www.finnglish.co.uk/scrns/195mk5.jpg" alt="195mk5.jpg" loading="lazy"></p>
<p> </p>
<p>It's been uploaded to AVSIM library. Just waiting for Jesse to climb out of bed! :biggrin:</p>
]]></description><guid isPermaLink="false">438219</guid><pubDate>Sun, 30 Mar 2014 19:29:55 +0000</pubDate></item><item><title>C195 paints</title><link>https://dev.avsim.com/forums/topic/438300-c195-paints/</link><description><![CDATA[
<p>here are the paints I did for the C195 so far, all available on OZX</p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/C195/ss11376.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/C195/ss11376.jpg" alt="ss11376.jpg" loading="lazy"></a></p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/C195/ss11414.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/C195/ss11414.jpg" alt="ss11414.jpg" loading="lazy"></a></p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/C195/ss11617.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/C195/ss11617.jpg" alt="ss11617.jpg" loading="lazy"></a></p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/C195/ss11607.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/C195/ss11607.jpg" alt="ss11607.jpg" loading="lazy"></a></p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/C195/ss11639.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/C195/ss11639.jpg" alt="ss11639.jpg" loading="lazy"></a></p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/C195/ss11642.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/C195/ss11642.jpg" alt="ss11642.jpg" loading="lazy"></a></p>
<p> </p>
<p><a href="http://s722.photobucket.com/user/jcblom60/media/Belgie/Belgie003/ss11334.jpg.html" rel="external"><img src="http://i722.photobucket.com/albums/ww230/jcblom60/Belgie/Belgie003/ss11334.jpg" alt="ss11334.jpg" loading="lazy"></a></p>
]]></description><guid isPermaLink="false">438300</guid><pubDate>Mon, 31 Mar 2014 17:39:43 +0000</pubDate></item><item><title>Also about Trim behaviour, but another thing...</title><link>https://dev.avsim.com/forums/topic/462202-also-about-trim-behaviour-but-another-thing/</link><description><![CDATA[
<p>Hey Pilots!</p>
<p> </p>
<p>I have now done some flights with this beauty. It is a great plane, but keeping it trimmed for climb, cruise or descent is horrible!</p>
<p>The trim is extrem sensible, I trim it a bit up... and woooosh up goes the nose to 2500 fpm ^^ the same thing for trimming nose down.</p>
<p> </p>
<p>I dont think that the real thing does this :-)</p>
<p> </p>
<p>Has anyone the knowledge for changing something in the aircraft .cfg for desensitizing the trims of this otherwise great aircraft? If so, please tell me how to :-)</p>
<p> </p>
<p>Many many thanks and happy landings,</p>
<p>Klaus</p>
]]></description><guid isPermaLink="false">462202</guid><pubDate>Sat, 14 Feb 2015 15:26:10 +0000</pubDate></item><item><title>C195 and NDBs</title><link>https://dev.avsim.com/forums/topic/451804-c195-and-ndbs/</link><description><![CDATA[
<p>Yesterday I bought the C195 and of course I took it out for a test run. Currently I'm exploring an area with very few VORs and NDBs, so I cant just rely on VORs only, since they are so far appart. But when I had an NDB in my flightplan and wanted to set my navigation for it, I couldnt find an ADF.</p>
<p> </p>
<p>How do I navigate with NDBs in this bird?</p>
]]></description><guid isPermaLink="false">451804</guid><pubDate>Sat, 20 Sep 2014 14:40:11 +0000</pubDate></item><item><title>Trim behaviour C195</title><link>https://dev.avsim.com/forums/topic/437367-trim-behaviour-c195/</link><description><![CDATA[
<p>Apart from a small mention in another thread/forum somewhere(can't remember where) nothing has been mentioned of the C195's propensity for needing pretty much full nose down trim in order to fly level. I've had a look at the aircraft.cfg and couldn't see anything that stuck out like a sore thumb. But what do I know! :rolleyes:</p>
<p>So the questions are:</p>
<p>1. Is this something that Alabeo are aware of?</p>
<p>2. Will something be done to sort it out?</p>
<p>3. Is this behaviour normal/correct?</p>
<p>3. If 'Yes' to 3, ignore 1 and 2. :Whistle:</p>
<p> </p>
<p>Be nice, Ron</p>
]]></description><guid isPermaLink="false">437367</guid><pubDate>Thu, 20 Mar 2014 16:26:32 +0000</pubDate></item><item><title>C195 Businessliner is Unusable in FSX</title><link>https://dev.avsim.com/forums/topic/436719-c195-businessliner-is-unusable-in-fsx/</link><description><![CDATA[
<p>I want to love this plane.  Unfortunately it is immediately overstressed upon starting a flight. I even tried starting a flight with another aircraft, then switched to the C195, and again, immediately overstressed. It's unusable.</p>
<p> </p>
<p>On a positive note, I get to look at the VC for about .2 seconds upon loading. It's beautiful!  <img src="//bucket-classabb4b6de-f0f3-41fc-b42f-e9776c8572d8.avsim.com/emoticons/tw_tongue.png" alt=":P" loading="lazy"></p>
<p> </p>
<p>Patch coming soon?</p>
]]></description><guid isPermaLink="false">436719</guid><pubDate>Wed, 05 Mar 2014 03:50:39 +0000</pubDate></item><item><title>Alabeo Cessna 195 Businessliner released!</title><link>https://dev.avsim.com/forums/topic/436682-alabeo-cessna-195-businessliner-released/</link><description><![CDATA[
<p>Nice and shiny. Looks good. <a href="http://www.alabeo.com/" rel="external">http://www.alabeo.com/</a></p>
<p> </p>
<p>John</p>
]]></description><guid isPermaLink="false">436682</guid><pubDate>Tue, 04 Mar 2014 15:34:35 +0000</pubDate></item><item><title>Can't install C195</title><link>https://dev.avsim.com/forums/topic/436726-cant-install-c195/</link><description><![CDATA[<p>The installer does not recognise the activation key that Alabeo sent me - anyone else having this issue?</p>]]></description><guid isPermaLink="false">436726</guid><pubDate>Wed, 05 Mar 2014 06:19:24 +0000</pubDate></item><item><title>C195 Businessliner Reviews</title><link>https://dev.avsim.com/forums/topic/436688-c195-businessliner-reviews/</link><description><![CDATA[
<p>If you have purchased the C195, you can review the product here:</p>
<p> </p>
<p><a data-ipb="nomediaparse" href="http://forum.avsim.net/reviews/products/details/141-alabeo-cessna-c195/" rel="external">http://forum.avsim.net/reviews/products/details/141-alabeo-cessna-c195/</a></p>
<p> </p>
<p>Please contribute a review and let your fellow simmers learn from your experience with the product.</p>
]]></description><guid isPermaLink="false">436688</guid><pubDate>Tue, 04 Mar 2014 16:58:51 +0000</pubDate></item></channel></rss>
