The Horizon Simulations is an Airbus aircraft project based on FlyByWire Simulations A32NX.
The following aircraft configuration is currently simulated or targeted:
Model A321-251N
Engine CFM LEAP 1A-32
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Model A321-271N
Engine Pratt & Whitney PW1130G-JM
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Model A318-115
Engine CFM56-5B7
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Model A319-115
Engine CFM56-5B5
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Model A319-133
Engine IAE V2524-A5
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Model A320-214
Engine CFM56-5B4/P
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Model A320-232
Engine IAE V2527-A5
APU APS3200
FMS Honeywell Release H3
FWC Std. H2F9C
RA Honeywell ALA-52B
TAWS Honeywell EGPWS
ACAS Honeywell TPA-100B
ATC Honeywell TRA-100B
MMR Honeywell iMMR
WXR Honeywell RDR-4000
Make sure docker is installed. Preferably with WSL2 backend.
- Docker Desktop or native on WSL2
- NodeJS (latest LTS version)
- Git for Windows
1. First, run the following command in PowerShell. This will install the A32NX Docker images and Node modules.
For powershell:
npm install --save-dev
git submodule init
git submodule update flybywire
.\scripts\dev-env\run.cmd ./scripts/setup.sh
For Git Bash/Linux:
npm install --save-dev
git submodule init
git submodule update flybywire
./scripts/dev-env/run.sh ./scripts/setup.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/copy_a318hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/copy_a318hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/copy_a319hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/copy_a319hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/copy_a320hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/copy_a320hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/copy_a321hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/copy_a321hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/build_a318hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/build_a318hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/build_a319hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/build_a319hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/build_a320hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/build_a320hs.sh
For powershell:
.\scripts\dev-env\run.cmd ./scripts/build_a321hs.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/build_a321hs.sh
4. The package is now ready to use. Copy the folder "build_a32x/out/lvfr-horizonsim-airbus-axx" to your Community Folder in MSFS.
(Optional) If you want to use the MSFS Dev Tools, you can run the following command (after the build is completed) to copy the files to the PackageSources.
For powershell:
.\scripts\dev-env\run.cmd ./scripts/package.sh
For Git Bash/Linux:
./scripts/dev-env/run.sh ./scripts/package.sh
Original source code assets present in this repository are licensed under the GNU GPLv3.
Microsoft Flight Simulator © Microsoft Corporation. The Horizon Simulations LVFR Airbus was created under Microsoft's "Game Content Usage Rules" using assets from Microsoft Flight Simulator, and it is not endorsed by or affiliated with Microsoft.