Skip to content

Commit 4414211

Browse files
authored
updated readme to v1.9
1 parent 420ae7f commit 4414211

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,21 @@ MSFS Mobile Companion App is a tool that allows you to control essential aircraf
2323
### Supported Controls Profiles
2424
MSFS Mobile Companion App has built-in support for the following aircraft:
2525
- 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
2728
- CRJ-550/700 by Aerosoft
2829
- DC-6 by PMDG
2930
- FG-1D Corsair by MilViz
3031
- Long-EZ by IndiaFoxtEcho
3132
- MB-339 by IndiaFoxtEcho
3233
- PA-28R Arrow III (GPS100, GNS530, GNS Dual) by Just Flight
3334

34-
## Update 07/11/2021 Version 1.8.2 Changelog:
35+
## Update 08/30/2021 Version 1.9 Changelog:
3536

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"
3841

3942
## How do I install MSFS Mobile Companion App?
4043
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:
4548
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:
4649
- MS Store users: C:\Users\YOURUSERNAME\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\Packages
4750
- Steam users: C:\Users\YOURUSERNAME\AppData\Roaming\Microsoft Flight Simulator\Packages\
48-
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:
4952
- MS Store users: C:\Users\YOURUSERNAME\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\
5053
- Steam users: C:\Users\YOURUSERNAME\AppData\Roaming\Microsoft Flight Simulator\
5154
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).
5255
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.
5558
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.
5659
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*.
5760

5861
*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.*
5962

6063
## 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.
6264
- 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.
6365
- 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).
6466
- 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:
6870
- 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.
6971

7072
## 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.
7274

7375
## Donation
7476
If you like this tool and would like to support the development, please consider donating by clicking on the link below.

0 commit comments

Comments
 (0)