SAMPLES, TUTORIALS AND PRIMERS
Here we have a number of samples, tutorials and primers for using the different Developer Mode tools and for creating add-on packages that can be distributed to people to use in Microsoft Flight Simulator 2024.
Primers
This section provides additional information on some of the internal systems that are used by Microsoft Flight Simulator 2024 to generate the world, the objects in the world, as well as the behaviors of those objects:
Tutorials
Below we list some tutorials and primers that are also included with the documentation. These cover a variety of topics, and are for different skill levels from very basic to very advanced:
- Creating Or Replacing An Airport
- Creating A Simple RTC
- Using Model Behaviors
- Creating Interactions Using InputEvents
- Using The Localization Manager
- Using The Node Graph
- Tuning The Flight Model
We also have a complete tutorial that covers the creation of an aircraft, including modelling, animations, sound, the different configuration files, etc... You can find this from the following link:
Samples
You can find the sample files as a separate download from the Help menu in DevMode. When installed you will be able to find them in the following location in the SDK install directory:
<SDK ROOT>\Samples\
Most of the samples show very basic add-ons and have accompanying documentation to explain how they have been set up and can be used. In general they try to focus on one aspect of content creation for Microsoft Flight Simulator 2024 and they are designed for you to study and learn from, since a "complete" add-on package will generally require a combination of multiple things that each individual sample shows.
Before looking at the samples themselves, we recommend that you read the SDK Introduction, and the SDK Overview to get a general idea of how add-on packages are created and what they contain. Also be aware that creating an add-on that uses some of the things shown in these samples may require knowledge of third-party tools like Autodesk 3DS Max, or a knowledge of programming languages like C++.
Assets
This folder contains some samples that illustrate how properly designed scenery assets should look in your model editor before being exported as glTF. These samples can be accessed from the Help menu, and are outlined on the following page: Scenery Model Samples
DevMode Projects
The DevMode Projects folder contains samples that are designed to be opened within Microsoft Flight Simulator 2024 when Developer Mode has been enabled. These samples are deliberately created to show specific features of the different DevMode editors and it is expected that you not only test them in DevMode, but that you actively inspect the different files and folders that make up the projects.
- EFB:
- This is a package that is designed to be a template for any apps that you make using the Electronic Flight Bag API. You can find more information about this template and how to get started using it from the following page: EFB Template Sample
- Misc:
- GLTF Materials - Shows how to set up Microsoft Flight Simulator 2024 materials in 3DS max and includes a sample object that can be added to the simulation.
- SimpleFX - Shows how to setup some simple VFX using The Visual Effects Editor in DevMode.
- StandaloneModule - This sample project illustrates how you can make a single, "stand alone" WASM module.
- TrafficVehiclesSample - Small example showing how you can override the traffic models used for road traffic.
- Sceneries:
- Airport KALO - Illustrates the full range of possibilities when creating an airport in a simple, yet complete, package.
- Airport Services - Intended as an example for studying, or as a template for creating your own Airport Services projects.
- LivingWorld - Intended as an example file for studying, or as a template for creating your own Living World projects.
- SimpleAerial - Illustrates the process of creating a new package of aerial images to blend with in-game aerial imagery.
- SimpleAirport - Illustrates the process of creating a new airport.
- SimpleBiomes - Illustrates the process of adding biome definitions and overriding vegetation placements.
- SimpleNavData - Illustrates how a simple NavData file is setup, and the effects it has on the world.
- SimpleProjectedMesh - Illustrates how to view the Projected Mesh object in a scene.
- SimpleScenery - Illustrates the process of creating a new scenery.
- SimObjects:
- Aircraft:
- SimpleAircraft - How to setup and define a basic aircraft project. This project is an example of a simple Modular SimObject and contains a basic aircraft with three different liveries.
- WASMAircraft - How to use various different WebAssembly APIs in aircraft. This project is an example of a simple Modular SimObject and contains the modules for the following aircraft:
- GaugeAircraft - Creating and building custom WASM gauges, and linking them to the aircraft.
- GdiplusAircraft - Using a static library to extend the graphic capabilities via a GDI+ wrapper of the low level API.
- MapViewAircraft - Illustrates a glass cockpit display showing weather information, created using WASM.
- MouseAircraft - Obtaining mouse information, and triggering sound events.
- SoundAircraft - Small example illustrating how to generate sound effects in an aircraft cockpit.
- NetworkAircraft - Shows three glass-cockpit displays that will use different configurations of the WASM network API when clicked.
- CommBusAircraft - Shows how to have cross-module communication between WASM and JS modules.
- VFXAircraft - Illustrates some of the WASM VFX API methods.
- DA62 - This is a sample airplane model that can be downloaded separately from the Help menu.
- Cabri G2 - This is a sample helicopter model that can be downloaded separately from the Help menu.
- Animals:
- Bears - The BearsSample project is designed to illustrate the creation of an animated SimObject that has various skins and is based off a single mesh and animation set.
- Vehicles:
- GroundVehicles - Shows how to set up an airport vehicle along with variations of that vehicle.
- Landmarks:
- Jetway - Illustrates how to add a Jetway asset to an airport.
- WindsockSample - Shows how to set up a basic SimObject for using in scenery.
- Aircraft:
- Wwise
- WwiseSampleProject - This project is for the audio tool Wwise, and is the base from which all sounds for your add-ons should be created.
Most of the samples can be added to the game directly using the Developer Mode tools, but if you close and restart the game, they will no longer be available. If you want to maintain these packages in the game without the need for loading them through the Project Editor again, then you can copy the package folder for each one into the Community packages folder so that they are available without having to reload the project when you restart the game (see here to find where the Community folder is if you don't know).
You can also download separately some samples that illustrate how properly designed scenery assets should look in your model editor before being exported as glTF. These samples can be accessed from the Help menu, and are outlined on the following page:
Additionally there is a sample for sound integration, the WwiseSampleProject
. This sample is discussed in full in the section of the documentation that covers sound: