<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>X-Plane Q&amp;A - Recent questions and answers</title>
<link>http://questions.x-plane.com/qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: PlaneMaker - Delete/Disable 3D-objects and prefill?</title>
<link>http://questions.x-plane.com/25335/planemaker-delete-disable-3d-objects-and-prefill?show=26835#a26835</link>
<description>And almost five years later, I have the same question! &amp;nbsp;&amp;nbsp;If the OP found a solution and could reply back that would be most helpful.</description>
<guid isPermaLink="true">http://questions.x-plane.com/25335/planemaker-delete-disable-3d-objects-and-prefill?show=26835#a26835</guid>
<pubDate>Fri, 24 May 2024 14:24:47 +0000</pubDate>
</item>
<item>
<title>X-Plane 12 Beechcraft Baron 58 autopilot problems</title>
<link>http://questions.x-plane.com/26834/x-plane-12-beechcraft-baron-58-autopilot-problems</link>
<description>If I select HDG with the Heading Bug Centered the Yoke turns about 30 degrees left and turns on the Autopilot. &amp;nbsp;If I turn off the autopilot it turns off the HDG? &amp;nbsp;It doe's not do this in X-Plane 11.</description>
<guid isPermaLink="true">http://questions.x-plane.com/26834/x-plane-12-beechcraft-baron-58-autopilot-problems</guid>
<pubDate>Sat, 04 Nov 2023 16:57:48 +0000</pubDate>
</item>
<item>
<title>Answered: Loading a new plane with the ACPR command via UDP</title>
<link>http://questions.x-plane.com/24555/loading-a-new-plane-with-the-acpr-command-via-udp?show=26829#a26829</link>
<description>Just for reference: the new ACFN struct adds some padding, that might help. Probably only the documentation is new and the struct always needed the padding&lt;br /&gt;
&lt;br /&gt;
const xint net_strDIM=150; &amp;nbsp;&amp;nbsp;&amp;nbsp;// must be short enough to send over the net, long enough to hold a full ACF path from the x-system folder&lt;br /&gt;
struct acfn_struct&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;xint m_acfn_p; // aircraft index: 0=own aircraft, 1-19 AI planes&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;xchr m_acfn_path_rel[net_strDIM]; // full path to acf from x-plane root folder&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;xchr pad[2]; // PADDING&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;xint m_acfn_live_ind; // livery index&lt;br /&gt;
};</description>
<guid isPermaLink="true">http://questions.x-plane.com/24555/loading-a-new-plane-with-the-acpr-command-via-udp?show=26829#a26829</guid>
<pubDate>Thu, 26 Nov 2020 09:20:54 +0000</pubDate>
</item>
<item>
<title>Changing the Vne Values Worked - Thanx!</title>
<link>http://questions.x-plane.com/26825/changing-the-vne-values-worked-thanx</link>
<description>Also changed Cirrus Vision Vno from 250 to 350 kts. &amp;nbsp;This issue seems to be exclusive to the G1000 AP (?)</description>
<guid isPermaLink="true">http://questions.x-plane.com/26825/changing-the-vne-values-worked-thanx</guid>
<pubDate>Tue, 02 Jun 2020 04:16:36 +0000</pubDate>
</item>
<item>
<title>Answered: How to get air route map in xplane 11?</title>
<link>http://questions.x-plane.com/25678/how-to-get-air-route-map-in-xplane-11?show=26824#a26824</link>
<description>Little nav map works as an external map for flight plans and controlling the flight as does FSCommander</description>
<guid isPermaLink="true">http://questions.x-plane.com/25678/how-to-get-air-route-map-in-xplane-11?show=26824#a26824</guid>
<pubDate>Sat, 09 May 2020 16:34:28 +0000</pubDate>
</item>
<item>
<title>Answered: Serial PFC quadrant - XPlane 11 - Windows - All axis reversed</title>
<link>http://questions.x-plane.com/17290/serial-pfc-quadrant-xplane-11-windows-all-axis-reversed?show=26817#a26817</link>
<description>still not fixed in 11.50b4</description>
<guid isPermaLink="true">http://questions.x-plane.com/17290/serial-pfc-quadrant-xplane-11-windows-all-axis-reversed?show=26817#a26817</guid>
<pubDate>Wed, 22 Apr 2020 23:26:33 +0000</pubDate>
</item>
<item>
<title>Answered: What is going on with XPlane 11 ATC ?</title>
<link>http://questions.x-plane.com/24821/what-is-going-on-with-xplane-11-atc?show=26815#a26815</link>
<description>Yes, I'm fairly certain that whoever wrote the ATC system and user documentation has zero experience flying.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As in the real world, any ATC interaction begins with filing a flight plan.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Wrong.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;You need an IFR clearance before you can proceed&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Wrong (there's such a thing as VFR).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;You must read back all instructions from ATC.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Wrong. Just clearances (otherwise, you'll tie up the frequency and annoy everyone).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;At some point, you will be handed off to the center controller&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Well, sure, if you're IFR, though you could also be handed off to a TRACON/terminal controller. If you're VFR, don't count on it. There's also a lot of uncontrolled IFR outside the U.S.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Continue on your heading and altitude and eventually he will begin vectoring you to an approach at your destination&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If you're VFR, not usually (though they will in busy airspace like NY approach.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
And so on.</description>
<guid isPermaLink="true">http://questions.x-plane.com/24821/what-is-going-on-with-xplane-11-atc?show=26815#a26815</guid>
<pubDate>Sun, 12 Apr 2020 22:35:22 +0000</pubDate>
</item>
<item>
<title>Answered: What is the correct way to use the ISET command to add a new UDP data destination?</title>
<link>http://questions.x-plane.com/26498/what-correct-way-use-the-iset-command-add-new-data-destination?show=26813#a26813</link>
<description>The DataOutput target Index is 64.&lt;br /&gt;
If you've sent Index = 0 what you are receiving is the MultiPlayer data as you've told X-Plane MultiPlayer0 is on that address+port.&lt;br /&gt;
&lt;br /&gt;
See Page 15 of the &amp;quot;X-Plane 11\Instructions\X-Plane SPECS from Austin\Exchanging Data with X-Plane.rtfd\TXT.rtf&amp;quot; for the values to use as the Index value</description>
<guid isPermaLink="true">http://questions.x-plane.com/26498/what-correct-way-use-the-iset-command-add-new-data-destination?show=26813#a26813</guid>
<pubDate>Tue, 21 Jan 2020 14:11:44 +0000</pubDate>
</item>
<item>
<title>Answered: I am using xPilot to connect to vatsim, and i can't see any other aircraft</title>
<link>http://questions.x-plane.com/26680/using-xpilot-connect-vatsim-and-cant-see-any-other-aircraft?show=26802#a26802</link>
<description>Usually this problem is caused by incorrect installation of the CSL Library structure&lt;br /&gt;
Can you confirm you have followed the folder and directory structure outlined between 4:00 - 5:15 in the video tutorial?</description>
<guid isPermaLink="true">http://questions.x-plane.com/26680/using-xpilot-connect-vatsim-and-cant-see-any-other-aircraft?show=26802#a26802</guid>
<pubDate>Tue, 03 Dec 2019 20:45:13 +0000</pubDate>
</item>
<item>
<title>Tablet 777 wordliner xplane11</title>
<link>http://questions.x-plane.com/26801/tablet-777-wordliner-xplane11</link>
<description>Hi! &lt;br /&gt;
&lt;br /&gt;
I just bought the 777 Wordliner. When i load up the game the tablet is pitch black. Does anyone know how to fix it?</description>
<guid isPermaLink="true">http://questions.x-plane.com/26801/tablet-777-wordliner-xplane11</guid>
<pubDate>Sun, 01 Dec 2019 13:18:39 +0000</pubDate>
</item>
<item>
<title>Answered: Refund planes from xplanestore</title>
<link>http://questions.x-plane.com/26799/refund-planes-from-xplanestore?show=26800#a26800</link>
<description>&lt;p&gt;You need to contact &lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;X-Plane.org&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; the seller of the 3rd party software.&lt;/p&gt;&lt;p&gt;You are currently in the &lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;X-Plane.com&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; forum.&amp;nbsp; Laminar Research does not sell 3rd party aircraft&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:24px&quot;&gt;This forum is officially closed.&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:null&quot;&gt;Glenn&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26799/refund-planes-from-xplanestore?show=26800#a26800</guid>
<pubDate>Sun, 01 Dec 2019 12:20:52 +0000</pubDate>
</item>
<item>
<title>Answered: Will the ATC follow a flight plan downloaded to X-plane 11 fms file from x-planetools.com? Thank you, glenn</title>
<link>http://questions.x-plane.com/26766/follow-flight-downloaded-plane-file-planetools-thank-glenn?show=26798#a26798</link>
<description>Hi Flybaron58,&lt;br /&gt;
&lt;br /&gt;
Thank you for your confidence in me to try and solve your problem.&lt;br /&gt;
&lt;br /&gt;
I am not able to solve your problem. &amp;nbsp;However, I would suggest you raise your problem directly with Laminar Research as this Q&amp;amp;A forum is about to close (hence the heading when you first log in).&lt;br /&gt;
&lt;br /&gt;
I suggest you start with info@x-plane.com&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;br /&gt;
&lt;br /&gt;
Glenn</description>
<guid isPermaLink="true">http://questions.x-plane.com/26766/follow-flight-downloaded-plane-file-planetools-thank-glenn?show=26798#a26798</guid>
<pubDate>Sat, 30 Nov 2019 08:56:35 +0000</pubDate>
</item>
<item>
<title>Answered: Antarctica in permanent darkness in XP11</title>
<link>http://questions.x-plane.com/26793/antarctica-in-permanent-darkness-in-xp11?show=26797#a26797</link>
<description>Hi Super27,&lt;br /&gt;
&lt;br /&gt;
Glad to know you have solved your problem. &amp;nbsp;Sometime a simple reboot will solve the problem.&lt;br /&gt;
&lt;br /&gt;
Happy flying.&lt;br /&gt;
&lt;br /&gt;
Glenn</description>
<guid isPermaLink="true">http://questions.x-plane.com/26793/antarctica-in-permanent-darkness-in-xp11?show=26797#a26797</guid>
<pubDate>Sat, 30 Nov 2019 08:50:37 +0000</pubDate>
</item>
<item>
<title>Answered: 2 networked computers and flight models per frame</title>
<link>http://questions.x-plane.com/26736/2-networked-computers-and-flight-models-per-frame?show=26796#a26796</link>
<description>&lt;p&gt;Hi Biblbrox,&lt;/p&gt;&lt;p&gt;I am not from Laminar Research; just a flight simmer from down under.&amp;nbsp; I also have no connection with any other references I give you in this response.&lt;/p&gt;&lt;p&gt;My apologies for not responding sooner.&lt;/p&gt;&lt;p&gt;Personally I am of the opinion that you plan to or are running your system back to front.&lt;/p&gt;&lt;p&gt;My new system will be networked with two PCs.&lt;/p&gt;&lt;p&gt;Your &lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;&quot;MAIN&quot;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:null&quot;&gt;&amp;nbsp;PC should be your most powerful PC and connected to your largest screen.&amp;nbsp; This PC should be running X-Plane.&amp;nbsp; X-Plane is resource hungry depending on your CPU and GPU both of which generate heat.&amp;nbsp; It also requires good internal cooling.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:null&quot;&gt;At this stage an alternative is then to connect your second screen to the same graphics card on your Main PC to utilise the display of the instruments.&amp;nbsp; Second PC and subsequently no networking can also be run showing the instruments.&amp;nbsp; Have a look at the following link from Michael Brown found at&amp;nbsp;&lt;/span&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/watch?v=xZyFfMq7Rnc&quot;&gt;https://www.youtube.com/watch?v=xZyFfMq7Rnc&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Michael runs a business called XForcePC that specialises in the building of PCs predominantly for X-Plane and is a good mate with Austin Meyer, the creator of X-Plane.&lt;/p&gt;&lt;p&gt;Now if you intend to run a second PC via a network just for instruments, using your second PC then I am of the opinion you will require a second licenced copy of X-Plane.&lt;/p&gt;&lt;p&gt;However, there is a method of not requiring a second copy of XP.&amp;nbsp; Consider using a product called Air Manager on your 2nd PC.&amp;nbsp; This is the system I will be running.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Air Manager runs your instruments successfully with X-Plane on your second screen.&amp;nbsp; Have a look at the following link found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/watch?v=xZyFfMq7Rnc&quot;&gt;https://www.youtube.com/watch?v=xZyFfMq7Rnc&lt;/a&gt;&amp;nbsp; You will need to scroll through the site to understand what the product is.&amp;nbsp; Basically it is a software package that is linked to X-Plane only showing your instruments on the second screen.&amp;nbsp; Ralph is the main contact with this business.&lt;/p&gt;&lt;p&gt;Trawl through the YouTube videos link found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/user/col2mab/videos&quot;&gt;https://www.youtube.com/user/col2mab/videos&lt;/a&gt;&amp;nbsp;from Michael Brown not only for the setup of X-Plane but a strong supporter regarding the use of Air Manager.&amp;nbsp; There are several videos.&amp;nbsp; Disregard the necessity of using multiple screens from your main PC but you can use your second&amp;nbsp;screen connected to your 2nd PC&lt;/p&gt;&lt;p&gt;Alternatively have a long look at the following YouTube videos found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/user/srbarlow/videos&quot;&gt;https://www.youtube.com/user/srbarlow/videos&lt;/a&gt;&amp;nbsp;from Russ Barlow who is also one of the developers of Air Manager.&lt;/p&gt;&lt;p&gt;I am not in a position to answer the question raised in your last paragraph of your initial query.&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26736/2-networked-computers-and-flight-models-per-frame?show=26796#a26796</guid>
<pubDate>Sat, 30 Nov 2019 01:19:42 +0000</pubDate>
</item>
<item>
<title>Answered: Honycomb yoke works only with root privileges</title>
<link>http://questions.x-plane.com/26783/honycomb-yoke-works-only-with-root-privileges?show=26794#a26794</link>
<description>&lt;p&gt;Hi TomaLars,&lt;/p&gt;&lt;p&gt;I am not from Laminar Research; just a flight simmer from down under using a Windows based operating system.&lt;/p&gt;&lt;p&gt;My apologies for not providing a response earlier.&lt;/p&gt;&lt;p&gt;I don't understand what you mean by &quot;root privileges&quot; but what I do know and understand is that X-Plane is unlike any other &quot;Mickey Mouse&quot; or&amp;nbsp;&quot;shoot-em-up&quot; games and other flight sim packages whereby you use the software that is supplied with the hardware.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With&amp;nbsp;any hardware to be used with X-Plane it has to be setup within X-Plane.&amp;nbsp; No other way.&amp;nbsp; Not even within your operating system.&amp;nbsp; If your hardware includes a Logitec or Saitek product I would advise you to find the software supplied and dig a deep hole and bury the software never to be seen again..&amp;nbsp; Logitec supplied software&amp;nbsp;does not&amp;nbsp; work with X-Plane&lt;/p&gt;&lt;p&gt;Have a look at the manual which can be found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://x-plane.com/manuals/desktop/&quot;&gt;https://x-plane.com/manuals/desktop/&lt;/a&gt;&amp;nbsp; I would also suggest you have a good look or viewing&amp;nbsp; at the following link where Austin demonstrates the yoke also found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/watch?v=AlkHh9zlxIk&quot;&gt;https://www.youtube.com/watch?v=AlkHh9zlxIk&lt;/a&gt;.&amp;nbsp; In viewing this video clearly demonstrates that the yoke can be configured within X-Plane.&lt;/p&gt;&lt;p&gt;Now, having read other postings in this forum I am of the opinion that the yoke is part of the hardware listing for installation within X-Plane, particularly with the formal release versions instead of the Beta versions.&amp;nbsp; As&amp;nbsp;you have a latest release version the yoke should be included.&amp;nbsp; Also have a look at the following link found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/user/col2mab/videos&quot;&gt;https://www.youtube.com/user/col2mab/videos&lt;/a&gt;&amp;nbsp; .&amp;nbsp; If you go back approximately 3 months you&amp;nbsp; will find a series of YouTube postings (at least 3) by Austin whereby he comments on his personal introduction and development of version 11.40&amp;nbsp; In these videos my memory reminds me that Austin states the Honeycomb yoke is included within 11.40 beta ?.&amp;nbsp; Good and patient viewing.&lt;/p&gt;&lt;p&gt;I would suggest you run the installer program again to get the latest update.&amp;nbsp; The file will also check your system for missing files and any corrupted files.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Austin managed the total release/development&amp;nbsp;of this version.&amp;nbsp; If you are still having problems I would suggest you make direct contact with him.&amp;nbsp; I will send you a private message with his contact details.&lt;/p&gt;&lt;p&gt;I relation to your power supply problem with USB hubs have a look at the following link found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/watch?v=NqwIhuxe95U&quot;&gt;https://www.youtube.com/watch?v=NqwIhuxe95U&lt;/a&gt;&amp;nbsp; Disregard the products being installed but consider the message regarding the power requirements for USB connected hardware.&lt;/p&gt;&lt;p&gt;Good luck&amp;nbsp;&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26783/honycomb-yoke-works-only-with-root-privileges?show=26794#a26794</guid>
<pubDate>Thu, 28 Nov 2019 00:42:35 +0000</pubDate>
</item>
<item>
<title>Answered: MASTER ALT/BAT and AVIONICS BUS1/BUS2 switches configuration</title>
<link>http://questions.x-plane.com/26786/master-alt-bat-and-avionics-bus1-bus2-switches-configuration?show=26792#a26792</link>
<description>Hi Papabc&lt;br /&gt;
&lt;br /&gt;
Just to confirm, from your description, that my version of XP11.40 has exactly the same issues and has done so since I first purchased the simulator some time ago!&lt;br /&gt;
&lt;br /&gt;
Regards</description>
<guid isPermaLink="true">http://questions.x-plane.com/26786/master-alt-bat-and-avionics-bus1-bus2-switches-configuration?show=26792#a26792</guid>
<pubDate>Mon, 25 Nov 2019 12:23:54 +0000</pubDate>
</item>
<item>
<title>Answered: X-plane 11.25 travando em finalizar carregamento assincrono</title>
<link>http://questions.x-plane.com/18598/plane-11-25-travando-em-finalizar-carregamento-assincrono?show=26782#a26782</link>
<description>&lt;p&gt;Bom...&lt;br&gt;Até hoje estava com o mesmo problema, e uso o mesmo sistema operacional, depois de muita procura achei no suporte da Microsoft a solução, deu certo para mim.&lt;/p&gt;&lt;p&gt;Espero te ajudar:&lt;/p&gt;&lt;p&gt;Método 1&lt;/p&gt;&lt;p&gt;Ative o recurso Direct Play:&lt;/p&gt;&lt;p&gt;1.&amp;nbsp;Pressione&amp;nbsp;Windows+R,&amp;nbsp;digite&amp;nbsp;Appwiz.cpl&amp;nbsp;e clique em&amp;nbsp;Ok;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2.&amp;nbsp;No canto superior direito, clique em&amp;nbsp;Ativar ou desativar recursos do Windows;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3.&amp;nbsp;Clique em&amp;nbsp;Componentes Herdados&amp;nbsp;e marque a caixa&amp;nbsp;Direct Play;&lt;/p&gt;&lt;p&gt;4.&amp;nbsp;Clique em&amp;nbsp;Sim &amp;gt;&amp;nbsp;Ok&amp;nbsp;e reinicie o sistema.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;https://filestore.community.support.microsoft.com/api/images/91833701-f3cf-4f9d-aa48-6ecb65767983&quot;&gt;&lt;img alt=&quot;Imagem&quot; src=&quot;https://filestore.community.support.microsoft.com/api/images/91833701-f3cf-4f9d-aa48-6ecb65767983&quot; style=&quot;border-style:initial; border-width:0px; margin:0px&quot;&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Método 2&lt;/p&gt;&lt;p&gt;Atualize o driver da sua placa de vídeo.&lt;/p&gt;&lt;p&gt;Método 3&lt;/p&gt;&lt;p&gt;Tente ajustar as configurações do jogo. Diminua os recursos de jogabilidade.&lt;/p&gt;&lt;p&gt;Método 4&lt;/p&gt;&lt;p&gt;Desabilite o modo jogo do Windows 10:&lt;/p&gt;&lt;p&gt;1.&amp;nbsp;Clique no&amp;nbsp;Menu iniciar, clique em&amp;nbsp;Configurações, clique em&amp;nbsp;Jogos, após clique em&amp;nbsp;Modo jogo;&lt;/p&gt;&lt;p&gt;2.&amp;nbsp;Alterne a chave de&amp;nbsp;Usar modo jogo&amp;nbsp;para&amp;nbsp;Desativado;&lt;/p&gt;&lt;p&gt;3.&amp;nbsp;Reinicie o sistema e faça um teste.&lt;/p&gt;&lt;p&gt;Método 5&lt;/p&gt;&lt;p&gt;Efetue uma inicialização limpa do sistema:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1.&amp;nbsp;&lt;/strong&gt;Pressione as teclas&amp;nbsp;&lt;strong&gt;Windows+R&lt;/strong&gt;&amp;nbsp;para abrir o&lt;strong&gt;&amp;nbsp;Menu Executar;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;2.&amp;nbsp;&lt;/strong&gt;No&amp;nbsp;&lt;strong&gt;Menu Executar&lt;/strong&gt;&amp;nbsp;digite&amp;nbsp;&lt;strong&gt;Msconfig&lt;/strong&gt;&amp;nbsp;e clique em&amp;nbsp;&lt;strong&gt;Ok;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3&lt;/strong&gt;. Na guia&amp;nbsp;&lt;strong&gt;Geral&lt;/strong&gt;&amp;nbsp;clique em&amp;nbsp;&lt;strong&gt;Inicialização Normal;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt;&amp;nbsp;Clique na aba&lt;strong&gt;&amp;nbsp;Serviços&amp;nbsp;&lt;/strong&gt;e selecione&amp;nbsp;&lt;strong&gt;Ativar tudo;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;5.&lt;/strong&gt;&amp;nbsp;Habilite a&amp;nbsp;opção&amp;nbsp;&lt;strong&gt;Ocultar todos os serviços Microsoft&amp;nbsp;&lt;/strong&gt;e clique em&amp;nbsp;&lt;strong&gt;Desativar tudo;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;6.&amp;nbsp;&lt;/strong&gt;Clique em&amp;nbsp;&lt;strong&gt;Aplicar &amp;gt; Ok.&lt;/strong&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/18598/plane-11-25-travando-em-finalizar-carregamento-assincrono?show=26782#a26782</guid>
<pubDate>Sat, 23 Nov 2019 16:33:39 +0000</pubDate>
</item>
<item>
<title>Answered: monitor recommendations for a beginner</title>
<link>http://questions.x-plane.com/26767/monitor-recommendations-for-a-beginner?show=26781#a26781</link>
<description>&lt;p&gt;Hi Monkey,&lt;/p&gt;&lt;p&gt;I am not from Laminar Research; just a flight simmer from down under.&lt;/p&gt;&lt;p&gt;I am of the same opinion of &lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;disc&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; that your laptop will not run successfully and the minimum screen size should be in the order of 27 inch.&amp;nbsp; What is not mentioned in the recommended requirements is good cooling in any computer.&amp;nbsp; X-Plane generates a lot of heat that has to be removed.&lt;/p&gt;&lt;p&gt;X-Plane is resource hungry requiring as a minimum a near top&amp;nbsp;of the range CPU and a near top of the range GPU.&amp;nbsp; These two items require the cooling.&amp;nbsp; For best effect go for a NVidia graphics card&amp;nbsp;and an intel CPU.&amp;nbsp; These products will give you best performance over AMD products.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you do find you need a new system to run X-Plane and you are looking at some decent hardware then consider a purpose built Windows based PC.&lt;/p&gt;&lt;p&gt;Despite X-Plane being developed using a Mac System LR staff recommend a purpose built Windows based system.&amp;nbsp; By going&amp;nbsp;for a purpose built system you can upgrade your individual components as and when you can afford component upgrades whereas an off-the-shelf unit will possibly not give you that flexibility.&lt;/p&gt;&lt;p&gt;Now in relation to your original question, consider&amp;nbsp;using a television screen in the largest size you can&amp;nbsp; afford.A far cheaper option than a large monitor.&amp;nbsp; The screen should be at least 1920 x 1080 format running at 60 Hz&amp;nbsp; (FHD is the starting point although may be difficult to purchase as large screens are now generally UHD)&lt;/p&gt;&lt;p&gt;I am sure the recipient will be pleased with what you plan.&lt;/p&gt;&lt;p&gt;Good luck&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26767/monitor-recommendations-for-a-beginner?show=26781#a26781</guid>
<pubDate>Sat, 23 Nov 2019 12:20:33 +0000</pubDate>
</item>
<item>
<title>Answered: When I try to share a plane, it says I have been reported and doesn't let me share it.</title>
<link>http://questions.x-plane.com/26774/when-try-share-plane-says-have-been-reported-and-doesnt-share?show=26780#a26780</link>
<description>Hi DatBoi,&lt;br /&gt;
&lt;br /&gt;
I am not from Laminar research or have any association with Facebook. &amp;nbsp;Just a flight simmer from down under.&lt;br /&gt;
&lt;br /&gt;
I would be extremely wary of posting in your proposed manner. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Are you not performing a piracy act within another medium?&lt;br /&gt;
&lt;br /&gt;
Glenn</description>
<guid isPermaLink="true">http://questions.x-plane.com/26774/when-try-share-plane-says-have-been-reported-and-doesnt-share?show=26780#a26780</guid>
<pubDate>Sat, 23 Nov 2019 11:53:49 +0000</pubDate>
</item>
<item>
<title>Answered: Nav data not updating in sim</title>
<link>http://questions.x-plane.com/26768/nav-data-not-updating-in-sim?show=26775#a26775</link>
<description>&lt;p&gt;Hi there&lt;/p&gt;&lt;p&gt;I'm not with Laminar Research, just a fellow simmer in the UK.&lt;/p&gt;&lt;p&gt;Please could you advise where you have targeted the AIRAC cycle data to go within the XP11 file structure, from Navigraph FMS Data Manager? For all XP11 default aircraft, Zibo 737 etc., the data should be placed in the&amp;nbsp;C:\X-Plane 11\Custom Data folder.&amp;nbsp;&lt;/p&gt;&lt;p&gt;In fact, when you update the AIRAC cycle, FMS Data Manager will actually create another subfolder called CIFP and this is what you should see within the&amp;nbsp;C:\X-Plane 11\Custom Data folder itself. All AIRAC cycle data will then be held in the CIFP subfolder.&lt;/p&gt;&lt;p&gt;Please see photos below to help visualise things a bit better!&lt;/p&gt;&lt;p&gt;If the data is updated successfully, you should also find a file called 'cycle_info' in the&amp;nbsp;C:\X-Plane 11\Custom Data folder. If you double click the cycle_info file, you will find information on the AIRAC cycle that you have just update to.&lt;/p&gt;&lt;p&gt;Later on, if you end up flying any Flight Factor aircraft and/or some other third party payware aircraft, the AIRAC cycle data should 'additionally' be targeted to go into the&amp;nbsp;C:\X-Plane 11\Custom Data\GNS430 folder, which you will have to create yourself i.e. the GNS430 folder.&lt;/p&gt;&lt;p&gt;Hope this helps, but please advise on this post if not?&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;&lt;img style=&quot;height:720px; width:1280px&quot; alt=&quot;&quot; src=&quot;http://questions.x-plane.com/?qa=blob&amp;amp;qa_blobid=18017245923210112047&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;img style=&quot;height:720px; width:1280px&quot; alt=&quot;&quot; src=&quot;http://questions.x-plane.com/?qa=blob&amp;amp;qa_blobid=8783120110190060921&quot;&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26768/nav-data-not-updating-in-sim?show=26775#a26775</guid>
<pubDate>Fri, 22 Nov 2019 10:19:43 +0000</pubDate>
</item>
<item>
<title>Answered: Throttle won’t stay set. Always returns to 50%.</title>
<link>http://questions.x-plane.com/26698/throttle-wont-stay-set-always-returns-to-50%25?show=26763#a26763</link>
<description>&lt;p&gt;Hi Dtsoho,&lt;/p&gt;&lt;p&gt;I am not from Laminar Research; just a flight simmer from down under.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;X-Plane is unlike any other &quot;shoot-em-up&quot; or flight sim games.&amp;nbsp; The controllers have to be setup within X-Plane.&amp;nbsp; No other way.&amp;nbsp; Not with the installation software supplied with the controller or even within your operating system software.&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;If you were using Logitec or previously Saitek controllers I would tell you to dig a hole and bury the installation software never to be seen again.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Have a look at the X-Plane manual found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://x-plane.com/manuals/desktop/&quot;&gt;https://x-plane.com/manuals/desktop/&lt;/a&gt;&amp;nbsp; and specifically at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://x-plane.com/manuals/desktop/#configuringessentialyokejoystickfunctions&quot;&gt;https://x-plane.com/manuals/desktop/#configuringessentialyokejoystickfunctions&lt;/a&gt;&amp;nbsp;and also at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://x-plane.com/manuals/desktop/#selectingflightcontrolhardware&quot;&gt;https://x-plane.com/manuals/desktop/#selectingflightcontrolhardware&lt;/a&gt;&amp;nbsp; and also at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://x-plane.com/manuals/desktop/#configuringflightcontrols&quot;&gt;https://x-plane.com/manuals/desktop/#configuringflightcontrols&lt;/a&gt;&amp;nbsp; Read the whole of Chapter&amp;nbsp;4.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Take your time with the assignments of buttons and sliders making sure you do not assign two buttons to the one process or two or more processes to a single button or slider.&amp;nbsp; Your calibration will not work.&lt;/p&gt;&lt;p&gt;When you have the controller calibrated save the setup with a name.&amp;nbsp; Then if you want to fly another aircraft calibrate the controls for the new aircraft and then save with a different name.&amp;nbsp; Repeat this process for all aircraft where you wish to use this controller.&amp;nbsp; In the very early versions of XP11 and pre XP11 you had to calibrate you controller each time from first principals and lost all previous configurations whereas as now you select the controller name for you specific aircraft.&lt;/p&gt;&lt;p&gt;Good luck&amp;nbsp;&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26698/throttle-wont-stay-set-always-returns-to-50%25?show=26763#a26763</guid>
<pubDate>Wed, 20 Nov 2019 05:52:10 +0000</pubDate>
</item>
<item>
<title>Answered: new install xplane 11 crash on launch - missing scenery</title>
<link>http://questions.x-plane.com/26753/new-install-xplane-11-crash-on-launch-missing-scenery?show=26762#a26762</link>
<description>&lt;p&gt;Hi MissAmanda0411,&lt;/p&gt;&lt;p&gt;Like Greengolfer15 I am not from Laminar Research.&amp;nbsp; Just a flight simmer from down under.&lt;/p&gt;&lt;p&gt;Glad&amp;nbsp;to know that you have solved your problem following the advice and comments from Greengolfer15.&lt;/p&gt;&lt;p&gt;You also need to know that the &lt;span style=&quot;font-size:16px&quot;&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;strong&gt;Steam&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; version of X-Plane is a &lt;strong&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;3rd party modified hybrid version&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; of the official version from Laminar Research which you now have.&lt;/p&gt;&lt;p&gt;Although you are now up and running I would suggest you do a complete deletion of any Steam files (if not a clean installation of the LR version) as the steam version does not mix and match with the official, genuine and original version of X-plane from LR.&amp;nbsp; In previous Q&amp;amp;A questions in this forum LR staff make this point quite clear.&lt;/p&gt;&lt;p&gt;Good winds&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26753/new-install-xplane-11-crash-on-launch-missing-scenery?show=26762#a26762</guid>
<pubDate>Wed, 20 Nov 2019 05:22:47 +0000</pubDate>
</item>
<item>
<title>Answered: Air manager panel</title>
<link>http://questions.x-plane.com/26752/air-manager-panel?show=26761#a26761</link>
<description>&lt;p&gt;Hi Lady9126,&lt;/p&gt;&lt;p&gt;I am not from Laminar Research; just a flight simmer from down under.&lt;/p&gt;&lt;p&gt;This current forum specialises in the X-Plane software despite working well with AirManager.&lt;/p&gt;&lt;p&gt;I would suggest you have a look at or raise your problem in the Air Manager Forum which can be found at&amp;nbsp;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://siminnovations.com/forums/&quot;&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;https://siminnovations.com/forums/&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&amp;nbsp; or specifically with Ralph (Air Manager Founder) from Sim Innovations at&amp;nbsp;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;info@siminnovations.com&amp;nbsp; &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:null&quot;&gt;I would be or will be extremely disappointed if you do not receive an&amp;nbsp;answer from either or both references.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Also try this link with Russ Barlow found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/user/srbarlow/videos&quot;&gt;https://www.youtube.com/user/srbarlow/videos&lt;/a&gt;&amp;nbsp; Russ is also one of the developers of Air Manager with Siminnovations&lt;/p&gt;&lt;p&gt;Hope this helps.&amp;nbsp; Good luck.&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26752/air-manager-panel?show=26761#a26761</guid>
<pubDate>Wed, 20 Nov 2019 05:03:17 +0000</pubDate>
</item>
<item>
<title>Answered: Weather Question</title>
<link>http://questions.x-plane.com/23599/weather-question?show=26758#a26758</link>
<description>Personally I use Xenviro for weather in XP. &amp;nbsp;it is phenominal and is more like real world weather than anything else I have tried. &amp;nbsp;many also use ActiveSky XP as weather injector. I used that for awhile. its decent.&lt;br /&gt;
&lt;br /&gt;
I looked up the NOAA interface, it seems you need Python vers 27 for it, &amp;nbsp;and the vers 27 script plugins.</description>
<guid isPermaLink="true">http://questions.x-plane.com/23599/weather-question?show=26758#a26758</guid>
<pubDate>Tue, 19 Nov 2019 16:50:06 +0000</pubDate>
</item>
<item>
<title>Answered: FlightFactor B777 extended: b777-300ER shuts down during flight</title>
<link>http://questions.x-plane.com/25007/flightfactor-b777-extended-b777-300er-shuts-during-flight?show=26755#a26755</link>
<description>Ortho4Xp scenery files, and scenery files in general have nothing to do with aircraft function. &amp;nbsp;I suspect your FF777 install is corrupt, or need to see if it needs updating since you purchased it. (check version installed vs version on the website where you purchased it, download newer if needed and clean reinstall aircraft. &lt;br /&gt;
&lt;br /&gt;
typically should clean install aircraft, unless mfg notes specifically say you can update by replacing existing files in the aircraft folder.&lt;br /&gt;
&lt;br /&gt;
I also know that most addon aircraft mfg do not want you to install the aircraft in the default LR subfolder under aircraft folder. &amp;nbsp;you should create new subfolder called FlightFactor or FF or B777 or whatever you like under the aircraft folder and install the plane in there.&lt;br /&gt;
&lt;br /&gt;
one other tip is to get XOrganizer (available on the Org Store) if you dont have it, works wonders at straightening out scenery plug in conflicts, also tells you if stuff is installed incorrectly or missing as well.</description>
<guid isPermaLink="true">http://questions.x-plane.com/25007/flightfactor-b777-extended-b777-300er-shuts-during-flight?show=26755#a26755</guid>
<pubDate>Tue, 19 Nov 2019 14:33:50 +0000</pubDate>
</item>
<item>
<title>Answered: FF-A320 autopilot</title>
<link>http://questions.x-plane.com/26742/ff-a320-autopilot?show=26751#a26751</link>
<description>Hi josecamoreira&lt;br /&gt;
&lt;br /&gt;
I'm not with Laminar Research, just a fellow simmer in the UK.&lt;br /&gt;
&lt;br /&gt;
Personally I fly mainly Boeing aircraft and have no experience with Airbus currently, however I have found a very good video on YouTube by the well known simmer Q8Pilot which covers the FF A320 extremely well and in particular, the auto-throttle and autopilot operation.&lt;br /&gt;
&lt;br /&gt;
The video is well worth a watch and can be found here: &lt;a href=&quot;https://www.youtube.com/watch?v=OnsuZVtCY_8&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://www.youtube.com/watch?v=OnsuZVtCY_8&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hope this helps?&lt;br /&gt;
&lt;br /&gt;
Regards</description>
<guid isPermaLink="true">http://questions.x-plane.com/26742/ff-a320-autopilot?show=26751#a26751</guid>
<pubDate>Mon, 18 Nov 2019 18:11:50 +0000</pubDate>
</item>
<item>
<title>Answered: Sidewinder Joystick Calibration Problem</title>
<link>http://questions.x-plane.com/26740/sidewinder-joystick-calibration-problem?show=26743#a26743</link>
<description>Hi Mel&lt;br /&gt;
&lt;br /&gt;
I'm not with Laminar Research, just a fellow simmer in the UK.&lt;br /&gt;
&lt;br /&gt;
As with any USB flight controller, it must only be calibrated within XP11's joystick settings page.&lt;br /&gt;
&lt;br /&gt;
If you have installed any third party software drivers into Windows 10 for your Sidewinder joystick, please uninstall such immediately, restart your PC and calibrate within XP11 only.&lt;br /&gt;
&lt;br /&gt;
Hope this helps, but any further questions, please let me know on this post?&lt;br /&gt;
&lt;br /&gt;
Regards</description>
<guid isPermaLink="true">http://questions.x-plane.com/26740/sidewinder-joystick-calibration-problem?show=26743#a26743</guid>
<pubDate>Sun, 17 Nov 2019 12:54:07 +0000</pubDate>
</item>
<item>
<title>Answered: Como configuro el x-plane</title>
<link>http://questions.x-plane.com/26733/como-configuro-el-x-plane?show=26735#a26735</link>
<description>&lt;table style=&quot;width:100%; border-spacing: 0px;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;background-color:#f9f9f9; vertical-align:top; width:50%&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-size:14px&quot;&gt;&lt;span style=&quot;font-family:Arial,Helvetica,sans-serif&quot;&gt;&lt;span style=&quot;color:black&quot;&gt;Hola&lt;br&gt;&lt;br&gt;No estoy con Laminar Research, sólo un compañero de volante en el Reino Unido, así que por favor disculpe este texto traducido en español!&lt;br&gt;&lt;br&gt;Cuando usted dice &quot;pantalla dentro de la cabina&quot;, asumo que se refiere a la libreta de vuelos electrónica (EFB), que se puede encontrar en ciertos aviones como el 'freeware' Zibo 737-800X, o el 'payware' Factor de vuelo 757/767 aviones, por ejemplo.&lt;br&gt;&lt;br&gt;Consulte la fotografía a continuación del Zibo 737-800X EFB.&lt;br&gt;&lt;br&gt;El archivo 'BetterPushback.zip también se puede descargar de forma gratuita desde aquí: &lt;a rel=&quot;nofollow&quot; href=&quot;https://ssl.microsofttranslator.com/bv.aspx?ref=TAns&amp;amp;from=&amp;amp;to=es&amp;amp;a=https://github.com/skiselkov/BetterPushbackC/releases/tag/v0.47&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#001ba0&quot;&gt;https://github.com/skiselkov/BetterPushbackC/releases/tag/v0.47&lt;/span&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Los enlaces a la descarga gratuita de aviones 'Zibo 737-800X' se pueden encontrar aquí: &lt;a rel=&quot;nofollow&quot; href=&quot;https://ssl.microsofttranslator.com/bv.aspx?ref=TAns&amp;amp;from=&amp;amp;to=es&amp;amp;a=https://forums.x-plane.org/index.php?/forums/topic/138974-b737-800x-zibo-mod-info-installation-download-links/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#001ba0&quot;&gt;https://forums.x-plane.org/index.php?/forums/topic/138974-b737-800x-zibo-mod-info-installation-download-links/&lt;/span&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Por último, hay muchos otros archivos de aplicación que se requieren para XP11, cuando se utilizan ciertas aeronaves y toda la información de descarga se puede encontrar aquí: &lt;a rel=&quot;nofollow&quot; href=&quot;https://ssl.microsofttranslator.com/bv.aspx?ref=TAns&amp;amp;from=&amp;amp;to=es&amp;amp;a=https://forums.x-plane.org/index.php?/forums/topic/90776-master-list-of-libraries/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#001ba0&quot;&gt;https://forums.x-plane.org/index.php?/forums/topic/90776-master-list-of-libraries/&lt;/span&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Con todas las descargas, por favor lea cuidadosamente todos los requisitos e instrucciones de instalación!&lt;br&gt;&lt;br&gt;Espero que esto ayude por ahora, pero por favor hágamelo saber si tiene alguna otra pregunta?&lt;br&gt;&lt;br&gt;Disculpas, ¿pero no tengo información sobre el avión C-152?&lt;br&gt;&lt;br&gt;Atentamente&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;img style=&quot;height:720px; width:1280px&quot; alt=&quot;&quot; src=&quot;http://questions.x-plane.com/?qa=blob&amp;amp;qa_blobid=13177816451911167336&quot;&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26733/como-configuro-el-x-plane?show=26735#a26735</guid>
<pubDate>Fri, 15 Nov 2019 09:45:42 +0000</pubDate>
</item>
<item>
<title>Answered: Steeerable nosewheel issues</title>
<link>http://questions.x-plane.com/26583/steeerable-nosewheel-issues?show=26734#a26734</link>
<description>&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 1em; color: rgb(52, 73, 94); font-family: Ubuntu, Helvetica, Arial, FreeSans, sans-serif; font-size: 14px; background-color: rgb(244, 244, 244);&quot;&gt;Hi,&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;The DA-20 Katana actually does not have a nose wheel steering. The nose wheel is a free castor type, similar to a grocery shopping cart. &amp;nbsp;You steer the Katana by differential braking. So rudder pedals with brakes would be needed. &amp;nbsp;If you don’t have a set of pedals, I believe that you can assign a steering function in PlaneMaker.&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;To do this open PlaneMaker.exe. &amp;nbsp;It is located in your main X-Plane11 folder. Once PlaneMaker has loaded, go to&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;File&lt;/strong&gt;, then click on&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;Open&lt;/strong&gt;. A list of all your installed aircraft will appear. Select your DA-20 Katana, and click on DA-20&lt;strong style=&quot;box-sizing:border-box&quot;&gt;.acf&lt;/strong&gt;. ( I do not have the Katana, so I don't know what the&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;.acf&lt;/strong&gt;&amp;nbsp;file is exactly called. Could be Katana or something like that)&amp;nbsp; Then click on&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;Open Aircraft&lt;/strong&gt;&amp;nbsp;at the bottom of the page and wait for PlaneMaker to load that .acf file.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 1em; color: rgb(52, 73, 94); font-family: Ubuntu, Helvetica, Arial, FreeSans, sans-serif; font-size: 14px; background-color: rgb(244, 244, 244);&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;Once it is loaded, a large picture of the Katana should appear. &amp;nbsp;Click on&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;Standard&lt;/strong&gt;, and then select&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;Landing Gear&lt;/strong&gt;. &amp;nbsp;Under the&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;Gear Loc&lt;/strong&gt;&amp;nbsp;tab, go to the bottom, and check if a green tick mark is set in any of the little boxes for&amp;nbsp;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;castors&lt;/strong&gt;. Remove that tick mark and your steering should be activated.&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;It then should look like this:&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;a href=&quot;http://puu.sh/EDYDf/40eb117ee2.png&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(41, 128, 185); text-decoration-line: none;&quot;&gt;http://puu.sh/EDYDf/40eb117ee2.png&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 1em; color: rgb(52, 73, 94); font-family: Ubuntu, Helvetica, Arial, FreeSans, sans-serif; font-size: 14px; background-color: rgb(244, 244, 244);&quot;&gt;&lt;strong style=&quot;box-sizing:border-box&quot;&gt;Save&lt;/strong&gt;&amp;nbsp;the file before quitting PlaneMaker and then reload your Katana.&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;Hope this helps.&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 1em; color: rgb(52, 73, 94); font-family: Ubuntu, Helvetica, Arial, FreeSans, sans-serif; font-size: 14px; background-color: rgb(244, 244, 244);&quot;&gt;Werner&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26583/steeerable-nosewheel-issues?show=26734#a26734</guid>
<pubDate>Fri, 15 Nov 2019 06:28:48 +0000</pubDate>
</item>
<item>
<title>Answered: Can or should i download the original [first version] of  &quot;Zibo 737-800x</title>
<link>http://questions.x-plane.com/26728/can-should-download-the-original-first-version-zibo-737-800x?show=26731#a26731</link>
<description>&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;No need for the “original version”.&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;To cleanly install the Zibo mod, first install the base version, then the single latest (or desired) update version on top of the base version.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;A base version includes the full complete aircraft, e.g. the latest release&amp;nbsp;being B737-800X_3_37_full.zip, as of this writing.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;You can tell a full version by its size—over 1GB.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; Next,&lt;/span&gt;&amp;nbsp;copy the chosen update files over the already installed base (overwriting some base files), e.g. B738x_3_37_18.zip.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The update zip files are much smaller in size.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;Each update package is “Cumulative”, i.e. you can go directly from a base to any update file derived from the same base, without the intermediate updates.&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;As if today, do B737-800X_3_37_full + B738X_37_18.zip if you’re on X-Plane 11.36.&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;Or B737-800X_3_37_full + B738X_38_rc5.zip if you have X-Plane 11.40.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26728/can-should-download-the-original-first-version-zibo-737-800x?show=26731#a26731</guid>
<pubDate>Thu, 14 Nov 2019 04:57:55 +0000</pubDate>
</item>
<item>
<title>Answered: How do I go to &quot;settings&quot; without having to quit x-plane each time?</title>
<link>http://questions.x-plane.com/26565/how-do-i-go-to-settings-without-having-to-quit-plane-each-time?show=26727#a26727</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
To get into Settings, just move your mouse cursor to the upper right corner of your screen and look for a symbol with three sliders. That is your Settings icon. Click on it and you will be in Settings.&lt;br /&gt;
&lt;br /&gt;
Hope this helps,&lt;br /&gt;
&lt;br /&gt;
Werner</description>
<guid isPermaLink="true">http://questions.x-plane.com/26565/how-do-i-go-to-settings-without-having-to-quit-plane-each-time?show=26727#a26727</guid>
<pubDate>Wed, 13 Nov 2019 07:01:17 +0000</pubDate>
</item>
<item>
<title>Answered: I want to be able to have a choice of cockpit views, How do I do it on a Mac Keyboard?</title>
<link>http://questions.x-plane.com/26720/want-able-have-choice-cockpit-views-how-do-it-on-mac-keyboard?show=26721#a26721</link>
<description>Hi Jim&lt;br /&gt;
&lt;br /&gt;
I'm not with Laminar Research, just a fellow simmer in the UK.&lt;br /&gt;
&lt;br /&gt;
In XP11 that is running on Windows 10, all you do is navigate around the cockpit with your mouse cursor and arrow keys as necessary to find the view your looking for and press the Ctrl key on your keyboard, simultaneously with a number on your keyboard number pad (not the numbers above the QWERTY keys) i.e. Ctrl0 or Ctrl1 etc.&lt;br /&gt;
&lt;br /&gt;
Obviously there is only 10 preconfigured views that you can get this way, but I see no reason why this should not work on your MAC keyboard, assuming that it has a number pad on the right hand side? If not, then you may have to purchase another USB keyboard that does!&lt;br /&gt;
&lt;br /&gt;
Hope I have understood your question correctly?&lt;br /&gt;
&lt;br /&gt;
Regards</description>
<guid isPermaLink="true">http://questions.x-plane.com/26720/want-able-have-choice-cockpit-views-how-do-it-on-mac-keyboard?show=26721#a26721</guid>
<pubDate>Tue, 12 Nov 2019 20:21:37 +0000</pubDate>
</item>
<item>
<title>SMS DHC-2 Beaver no sound since Catalina</title>
<link>http://questions.x-plane.com/26713/sms-dhc-2-beaver-no-sound-since-catalina</link>
<description>Plane seems to fly OK, but now I have no engine sound. First noticed this with the install of Catalina.</description>
<guid isPermaLink="true">http://questions.x-plane.com/26713/sms-dhc-2-beaver-no-sound-since-catalina</guid>
<pubDate>Tue, 12 Nov 2019 00:55:01 +0000</pubDate>
</item>
<item>
<title>Answered: X Plane keeps crashing and there are no reports in the Log.txt or crash report files</title>
<link>http://questions.x-plane.com/26699/plane-keeps-crashing-there-are-reports-the-crash-report-files?show=26700#a26700</link>
<description>Hi there&lt;br /&gt;
&lt;br /&gt;
I'm not with Laminar Research, just a fellow simmer in the UK.&lt;br /&gt;
&lt;br /&gt;
It's a shame that you're not getting any support from Steam, although not really surprising! You should have purchased a copy of XP11 directly from LR and then you would get full support from this Q&amp;amp;A forum and LR themselves.&lt;br /&gt;
&lt;br /&gt;
Having said that and in the interests of assisting others, one initial question to start with:-&lt;br /&gt;
&lt;br /&gt;
When you use the term 'crash', do you mean that the XP11 application shuts down back to desktop (i.e. crash to desktop - CTD) or do you mean that your PC crashes to the point of having to reboot (i.e. blue screen of death - BSOD)?&lt;br /&gt;
&lt;br /&gt;
I have looked at your XP11 Log.txt file and frankly there is no data available in it that would explain a crash of any sort??&lt;br /&gt;
&lt;br /&gt;
Regards</description>
<guid isPermaLink="true">http://questions.x-plane.com/26699/plane-keeps-crashing-there-are-reports-the-crash-report-files?show=26700#a26700</guid>
<pubDate>Mon, 11 Nov 2019 16:25:35 +0000</pubDate>
</item>
<item>
<title>Answered: Audible sonic boom for all aircraft while in external view</title>
<link>http://questions.x-plane.com/26375/audible-sonic-boom-for-all-aircraft-while-in-external-view?show=26691#a26691</link>
<description>This is a request, Not a question. You can post it on the forums, however, Maybe you can try to design it!</description>
<guid isPermaLink="true">http://questions.x-plane.com/26375/audible-sonic-boom-for-all-aircraft-while-in-external-view?show=26691#a26691</guid>
<pubDate>Mon, 11 Nov 2019 03:08:54 +0000</pubDate>
</item>
<item>
<title>Answered: How to create a drone in xplane</title>
<link>http://questions.x-plane.com/26544/how-to-create-a-drone-in-xplane?show=26690#a26690</link>
<description>A drone in x-plane... that would be very cool to see.&lt;br /&gt;
&lt;br /&gt;
You can try to fit them all together in the application &amp;quot;Plane maker&amp;quot; Usually found in your X-Plane 11 folder. If you want a harder challenge you can make airfoils for it. It would fly similarly to a Helicopter!&lt;br /&gt;
&lt;br /&gt;
I would love to see a Drone in x plane though!</description>
<guid isPermaLink="true">http://questions.x-plane.com/26544/how-to-create-a-drone-in-xplane?show=26690#a26690</guid>
<pubDate>Mon, 11 Nov 2019 03:07:04 +0000</pubDate>
</item>
<item>
<title>X-Plane Installer Cant Install Updates</title>
<link>http://questions.x-plane.com/26688/x-plane-installer-cant-install-updates</link>
<description>I am using Mac OS Catalina, And I know its an Issue with this OS Because it didnt happen in OS Mojave.&lt;br /&gt;
&lt;br /&gt;
Everytime i try to update X-Plane 11, I get messages that say the installer is not able to write to required paths and correct the file permissions in the file browser (Finder). Once i get through those messages, the installer then says it can Proceed with the update because Of the error (Error: Permission Denied. Perhaps you do not have access to a directory or file system</description>
<guid isPermaLink="true">http://questions.x-plane.com/26688/x-plane-installer-cant-install-updates</guid>
<pubDate>Mon, 11 Nov 2019 03:03:24 +0000</pubDate>
</item>
<item>
<title>Answered: FPS decreasing during climb, approx FL250 onwards.</title>
<link>http://questions.x-plane.com/26386/fps-decreasing-during-climb-approx-fl250-onwards?show=26687#a26687</link>
<description>&lt;p&gt;Hi 320ski,&lt;/p&gt;&lt;p&gt;I am not from Laminar Research; just a flight simmer from down under.&lt;/p&gt;&lt;p&gt;The &lt;span style=&quot;font-size:16px&quot;&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;strong&gt;XP11.40b6&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; (beta) version you have is well out of date.&amp;nbsp; The beta versions went to &lt;span style=&quot;font-size:16px&quot;&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;strong&gt;11.40b12&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;. which has now been officially released as &lt;span style=&quot;font-size:16px&quot;&gt;&lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;strong&gt;XP11.40rc2&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Update your system to the current version to ascertain if your problem still exists.&lt;/p&gt;&lt;p&gt;If it still does then I would also suggest you attach your &lt;span style=&quot;color:#e74c3c&quot;&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;log.txt&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt; file so that others with a greater knowledge base than me may be able to determine what your problem is.&lt;/p&gt;&lt;p&gt;If you don't know how to attach the relevant file have a look at the following link from Greengolfer15 found at&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://questions.x-plane.com/?qa=blob&amp;amp;qa_blobid=17830136656522860642&quot;&gt;https://questions.x-plane.com/?qa=blob&amp;amp;qa_blobid=17830136656522860642&lt;/a&gt;&lt;/p&gt;&lt;p&gt;If you are not a long term experienced X-Plane user you should stay away from Beta versions as they can cause problems with your system&lt;/p&gt;&lt;p&gt;Glenn&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26386/fps-decreasing-during-climb-approx-fl250-onwards?show=26687#a26687</guid>
<pubDate>Mon, 11 Nov 2019 02:50:47 +0000</pubDate>
</item>
<item>
<title>Answered: Can you please make this for xbox and PlayStation</title>
<link>http://questions.x-plane.com/24879/can-you-please-make-this-for-xbox-and-playstation?show=26686#a26686</link>
<description>I really don't see how Austin is giving attitude about his product... Plus I dont even think, because of how X Plane is made, would even come close to being compatible with Playstation or Xbox.&lt;br /&gt;
&lt;br /&gt;
Your best bet is to get a Desktop. Or either wait for MS2020.</description>
<guid isPermaLink="true">http://questions.x-plane.com/24879/can-you-please-make-this-for-xbox-and-playstation?show=26686#a26686</guid>
<pubDate>Mon, 11 Nov 2019 02:49:31 +0000</pubDate>
</item>
<item>
<title>Answered: SOUND UPDATE!</title>
<link>http://questions.x-plane.com/24919/sound-update?show=26685#a26685</link>
<description>If it isn't a question I don't think it should be here, But rather on the Forums.&lt;br /&gt;
&lt;br /&gt;
They have recently updated the Beach king air C90 and B737 with FMOD Sounds.</description>
<guid isPermaLink="true">http://questions.x-plane.com/24919/sound-update?show=26685#a26685</guid>
<pubDate>Mon, 11 Nov 2019 02:47:25 +0000</pubDate>
</item>
<item>
<title>Answered: How to remember ATC's instructions.</title>
<link>http://questions.x-plane.com/25088/how-to-remember-atcs-instructions?show=26684#a26684</link>
<description>So im a Pilot for Delta on their A350. Usually we have the airport charts which include the Airport layout with taxi ways.&lt;br /&gt;
&lt;br /&gt;
But you can always ask for clarification, or a repeat in the real world. Not really sure about X plane.</description>
<guid isPermaLink="true">http://questions.x-plane.com/25088/how-to-remember-atcs-instructions?show=26684#a26684</guid>
<pubDate>Mon, 11 Nov 2019 02:44:46 +0000</pubDate>
</item>
<item>
<title>Answered: Why does my rudder have a mind of its own?</title>
<link>http://questions.x-plane.com/26316/why-does-my-rudder-have-a-mind-of-its-own?show=26683#a26683</link>
<description>Your Null zone is too low, Increase it in the &amp;quot;Joystick&amp;quot; Settings tab</description>
<guid isPermaLink="true">http://questions.x-plane.com/26316/why-does-my-rudder-have-a-mind-of-its-own?show=26683#a26683</guid>
<pubDate>Mon, 11 Nov 2019 02:36:52 +0000</pubDate>
</item>
<item>
<title>Answered: FF a350 VR problem</title>
<link>http://questions.x-plane.com/26418/ff-a350-vr-problem?show=26682#a26682</link>
<description>The FF A350 Is a 3rd Party software and may not include VR Support. I can be wrong though</description>
<guid isPermaLink="true">http://questions.x-plane.com/26418/ff-a350-vr-problem?show=26682#a26682</guid>
<pubDate>Mon, 11 Nov 2019 02:35:07 +0000</pubDate>
</item>
<item>
<title>Answered: accessing xp11 as a blind flight simmer</title>
<link>http://questions.x-plane.com/26197/accessing-xp11-as-a-blind-flight-simmer?show=26679#a26679</link>
<description>off-topic:&lt;br /&gt;
Have you lost your sight at some point, or were you born blind?&lt;br /&gt;
I'm just curious if a &amp;quot;born-blind&amp;quot; person could process a flight simulator without prior experience.. even IFR..&lt;br /&gt;
&lt;br /&gt;
Sorry i really am just curious</description>
<guid isPermaLink="true">http://questions.x-plane.com/26197/accessing-xp11-as-a-blind-flight-simmer?show=26679#a26679</guid>
<pubDate>Sun, 10 Nov 2019 18:02:56 +0000</pubDate>
</item>
<item>
<title>Answered: Jerky on I7 9700 with gtx1070</title>
<link>http://questions.x-plane.com/26668/jerky-on-i7-9700-with-gtx1070?show=26677#a26677</link>
<description>have you tried enabling v-sync in x-plane graphics settings?</description>
<guid isPermaLink="true">http://questions.x-plane.com/26668/jerky-on-i7-9700-with-gtx1070?show=26677#a26677</guid>
<pubDate>Sun, 10 Nov 2019 17:56:22 +0000</pubDate>
</item>
<item>
<title>Answered: I do I know the radio frequency for a serten airport in vatsim?</title>
<link>http://questions.x-plane.com/26667/i-do-i-know-the-radio-frequency-for-a-serten-airport-in-vatsim?show=26672#a26672</link>
<description>&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;If the “Connect” &amp;amp; “Disconnected” you’re referring to are from the VATSIM text dialog box within X-Plane’s screen, then it means you’re not successfully connected to a VATSIM server. &lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp;&lt;/span&gt;In which case, you have no communication link to speak of--it has nothing to do with frequencies.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;Review the dialog text to see if it includes any message explaining&amp;nbsp;why you’re being disconnected.&lt;span style=&quot;mso-spacerun:yes&quot;&gt;&amp;nbsp; &lt;/span&gt;I assume you have entered your valid VATSIM login ID and password.&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26667/i-do-i-know-the-radio-frequency-for-a-serten-airport-in-vatsim?show=26672#a26672</guid>
<pubDate>Sun, 10 Nov 2019 02:22:02 +0000</pubDate>
</item>
<item>
<title>Answered: Cannot turn on the GPS and radios (default Baron an C172)</title>
<link>http://questions.x-plane.com/10737/cannot-turn-on-the-gps-and-radios-default-baron-an-c172?show=26670#a26670</link>
<description>&lt;p&gt;The avionics switches are located at the bottom of the panel, next to the pitot heat switch.&amp;nbsp; They are obscured by the yoke - you have to know where to look.&amp;nbsp; I suggest hiding the yoke during startup by clicking on the base of the yoke where it intersects the panel.&amp;nbsp; Now you can see all of the switches and you can easily work your way across to the avionics switches.&amp;nbsp; Once the cockpit check is complete you can click on the base of the yoke to restore the image before taxiing.&lt;/p&gt;&lt;p&gt;Like you, I was stumped until I found this video.&amp;nbsp;&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.youtube.com/watch?v=KoOJo1XjdGc&quot;&gt;https://www.youtube.com/watch?v=KoOJo1XjdGc&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Happy flying!&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/10737/cannot-turn-on-the-gps-and-radios-default-baron-an-c172?show=26670#a26670</guid>
<pubDate>Sat, 09 Nov 2019 20:37:21 +0000</pubDate>
</item>
<item>
<title>Answered: Is there a separate control for accessory sounds?</title>
<link>http://questions.x-plane.com/26660/is-there-a-separate-control-for-accessory-sounds?show=26663#a26663</link>
<description>As Greengolfer has found out, there is no separate volume control for individual aircraft component sounds, such as for the flap motors.&lt;br /&gt;
&lt;br /&gt;
Aviation headsets generally have a narrow frequency response, compared to audio headsets. &amp;nbsp;Plus any noise-cancelling feature it may have would probably be counterproductive here. &amp;nbsp;This may be why the flap motors sound appeared reduced.&lt;br /&gt;
&lt;br /&gt;
That said, the L.R. C172 does have its specific sound file “flap.wav” located under its sounds\systems subfolder. &amp;nbsp;You may be able to edit this sound file to increase the volume to see if could help.</description>
<guid isPermaLink="true">http://questions.x-plane.com/26660/is-there-a-separate-control-for-accessory-sounds?show=26663#a26663</guid>
<pubDate>Thu, 07 Nov 2019 16:25:06 +0000</pubDate>
</item>
<item>
<title>Sim says internal-use-only. Can't connect to fltpln.com</title>
<link>http://questions.x-plane.com/26655/sim-says-internal-use-only-cant-connect-to-fltpln-com</link>
<description>When I try to connect to any external apps for moving maps it will not connect. In the left corner of the page it says that it is internal-use-only. How do I change that?</description>
<guid isPermaLink="true">http://questions.x-plane.com/26655/sim-says-internal-use-only-cant-connect-to-fltpln-com</guid>
<pubDate>Wed, 06 Nov 2019 17:58:43 +0000</pubDate>
</item>
<item>
<title>There is a way possible to install X-Plane 11.26r2</title>
<link>http://questions.x-plane.com/26652/there-is-a-way-possible-to-install-x-plane-11-26r2</link>
<description>&lt;p style=&quot;margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Helvetica;&quot;&gt;Heyyy. I am a user of x-Plane 11 and&amp;nbsp; I am surprised about the sim, is really amazing. But, the problem that I'm having now is that in X-Plane 11.36 I am not very comfortable because my fps are very lower, I have above 10-25 fps. And in X-Plane 11.26 I was with 20-40 fps. So, could someone tell me how to get back to X-Plane 11.26... And this is not impossible because X plane support told me that is possible putting a command, and that one is below here: &quot;X-Plane 11 Installer.exe&quot; --install_name=&quot;X-Plane 11.26r2&quot;. So, when they wrote that command I was trying lot of times how to do it and don't let me to update. I don't know how to do it in the right way. So, if someone knows better this will be great. Thank you!!!!!&lt;/p&gt;</description>
<guid isPermaLink="true">http://questions.x-plane.com/26652/there-is-a-way-possible-to-install-x-plane-11-26r2</guid>
<pubDate>Wed, 06 Nov 2019 10:33:02 +0000</pubDate>
</item>
</channel>
</rss>