You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,21 @@ MSFS Mobile Companion App is a tool that allows you to control essential aircraf
23
23
### Supported Controls Profiles
24
24
MSFS Mobile Companion App has built-in support for the following aircraft:
25
25
- Default GNS430/530 and G1000 (to be used with default MSFS planes and other third-party planes without dedicated controls profiles)
26
-
- A32NX by FlyByWire
26
+
- A320 by Asobo
27
+
- A32NX stable v0.6.3 and development by FlyByWire
27
28
- CRJ-550/700 by Aerosoft
28
29
- DC-6 by PMDG
29
30
- FG-1D Corsair by MilViz
30
31
- Long-EZ by IndiaFoxtEcho
31
32
- MB-339 by IndiaFoxtEcho
32
33
- PA-28R Arrow III (GPS100, GNS530, GNS Dual) by Just Flight
33
34
34
-
## Update 07/11/2021 Version 1.8.2 Changelog:
35
+
## Update 08/30/2021 Version 1.9 Changelog:
35
36
36
-
- Added controls profile for the DC-6 by PMDG. Supports NAV, ADF, COM, XPNDR, Gyropilot and the Artificial Flight Engineer.
37
-
- Minor UI improvements.
37
+
- Updated and improved controls profile for FBW's A32NX stable v0.6.3 and development version
38
+
- Added feature to upload custom KML files (thanks to @luka97)
39
+
- Added ADF 1/2 selector for PMDG's DC-6
40
+
- Added feature to hide the plane icon on the map. The lower left map button has 3 states now: "Follow plane" -> "Unfollow plane" -> "Hide plane"
38
41
39
42
## How do I install MSFS Mobile Companion App?
40
43
1. Download the latest build [here](https://github.com/mracko/MSFS-Mobile-Companion-App/releases/).
@@ -45,20 +48,19 @@ MSFS Mobile Companion App has built-in support for the following aircraft:
45
48
1. Copy the **mobiflight-event-module** folder into the Community folder of Microsoft Flight Simulator. The MobiFlight WASM Module allows the app to access additional cockpit switches. You will find the Community folder under:
46
49
- MS Store users: C:\Users\YOURUSERNAME\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\Packages
2. Open the **settings.txt** file, that you’ve unzipped together with the MSFS_MCA_v1-8-2.exe and this guide, and change the last line to reflect your Microsoft Flight Simulator installation folder. This step is only necessary if you wish to use the Load Flight Plan functionality. Hint:
51
+
2. Open the **settings.txt** file, that you’ve unzipped together with the MSFS_MCA_v1-9.exe and this guide, and change the last line to reflect your Microsoft Flight Simulator installation folder. This step is only necessary if you wish to use the Load Flight Plan functionality. Hint:
49
52
- MS Store users: C:\Users\YOURUSERNAME\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\
3. Make sure your PC and your mobile device are connected to the same local network and that your home network is set to *Private* in your Network Profile settings. You can find a short guide on how to set your network to private [here](https://support.microsoft.com/en-us/windows/make-a-wi-fi-network-public-or-private-in-windows-10-0460117d-8d3e-a7ac-f003-7a0da607448d).
52
55
4. Start a flight in Microsoft Flight Simulator.
53
-
5. Run MSFS_MCA_v1-8-2.exe that you've unzipped previously. You can place this file where you wish. Just make sure that the MSFS_MCA_v1-8-2.exe and the settings.txt file are in the same folder.
54
-
6. A Microsoft Defender security window may open when launching MSFS_MCA_v1-8-2.exe for the first time. Allow the "unrecognized app" to run. Additionally, a Windows Security Alert Window may open when you launch MSFS_MCA_v1-8-2.exe for the first time. Allow private network access for MSFS_MCA_v1-8-2.exe in the Windows Security Alert Window.
56
+
5. Run MSFS_MCA_v1-9.exe that you've unzipped previously. You can place this file where you wish. Just make sure that the MSFS_MCA_v1-9.exe and the settings.txt file are in the same folder.
57
+
6. A Microsoft Defender security window may open when launching MSFS_MCA_v1-9.exe for the first time. Allow the "unrecognized app" to run. Additionally, a Windows Security Alert Window may open when you launch MSFS_MCA_v1-9.exe for the first time. Allow private network access for MSFS_MCA_v1-9.exe in the Windows Security Alert Window.
55
58
7. A command line window will open that will give you instructions on the IP-address where you can access the MSFS Mobile Companion App. Don't close the command line window.
56
59
8. Open the IP-address in your mobile device's web browser. The IP address will most likely be something like *192.168.0.XXX:4000*.
57
60
58
61
*Notice: You can launch MSFS Mobile Companion App directly from your PC's browser. In that case, just type in localhost:4000 in your browser's url bar.*
59
62
60
63
## Known issues:
61
-
- Currently, only the stable v0.6.1 of FBW’s A32NX is supported. The development/experimental versions use a different button logic for AP which is not compatible with the stable version.
62
64
- Tuning NAV frequencies on the CRJ will only work if the two radio tuning units (RTU) are in their default state e.g., no sub-menu selected, NAV1 selected on the left RTU and NAV2 selected on the right RTU.
63
65
- Changes to COM frequencies in the A320 will not be shown in the cockpit but will work nevertheless. To force an update of the frequency in the cockpit switch from VHF1 to VHF2 and then back to VHF1 (this is for COM1 frequencies).
64
66
- When using the Load Flight Plan button without having a waypoint programmed in your plane’s GPS, you might see a dashed violet line pointing towards 0,0 GPS coordinates or to your last GPS waypoint from your previous flight.
@@ -68,7 +70,7 @@ MSFS Mobile Companion App has built-in support for the following aircraft:
68
70
- The app may not work on a fresh Windows 10 installation. You may see a "Could not find MSFS running. Please launch MSFS first and then restart the MSFS 2020 Mobile Companion App." message even if MSFS is running. To fix this, please download and install the Microsoft Visual C++ 2015 Redistributable.
69
71
70
72
## Credits
71
-
MSFS Mobile Companion App is based on the Python [SimConnect](https://pypi.org/project/SimConnect/) project. The app uses [MobiFlight’s](https://www.mobiflight.com/en/index.html) WASM Event Module and the [MSFS Python SimConnect MobiFlight Extension](https://github.com/Koseng/MSFSPythonSimConnectMobiFlightExtension) by Koseng to access additional switches and buttons which aren’t accessible via standard SimConnect. I would like to thank [Just Flight](https://www.justflight.com/), [Aerosoft](https://www.aerosoft.com/en/), [IndiaFoxtEcho](http://indiafoxtecho.blogspot.com/), [MilViz](https://milviz.com/flight/), and [PMDG](https://pmdg.com/) for providing a copy of their aircraft.
73
+
MSFS Mobile Companion App is based on the Python [SimConnect](https://pypi.org/project/SimConnect/) project. The app uses [MobiFlight’s](https://www.mobiflight.com/en/index.html) WASM Event Module and the [MSFS Python SimConnect MobiFlight Extension](https://github.com/Koseng/MSFSPythonSimConnectMobiFlightExtension) by Koseng to access additional switches and buttons which aren’t accessible via standard SimConnect. KML feature implemented by @luka97. I would like to thank [Just Flight](https://www.justflight.com/), [Aerosoft](https://www.aerosoft.com/en/), [IndiaFoxtEcho](http://indiafoxtecho.blogspot.com/), [MilViz](https://milviz.com/flight/), and [PMDG](https://pmdg.com/) for providing a copy of their aircraft.
72
74
73
75
## Donation
74
76
If you like this tool and would like to support the development, please consider donating by clicking on the link below.
0 commit comments