mpaperno / MSFS-Tools

Utilities, code, & examples for Microsoft Flight Simulator (MSFS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max Paperno's MSFS Tools

A collection of utilities/code/examples for Microsoft Flight Simulator.

Index

  • MSFS-DocImport - Utility tool for "scraping" MSFS SDK Documentation Event IDs, Simulator Variables, and Units from HTML pages into a structured database. Multiple import, export, and reporting options.

    • This folder also includes imported data ready for download, both the current release version and next beta/preview "flighting" version (if different from current release).
  • SimConnect-Request-Tracker - C++ utility class for tracking and reporting SimConnect function invocations (requests) in order to provide stateful references in case of SIMCONNECT_RECV_ID_EXCEPTION messages (that is, being able to see the actual function call and parameters which caused the exception).

    • C# version to be released, but a working example implementation is available.

Other Projects

  • WASimCommander - MSFS2020 WASM Module, Client, and developer API for remote access to the Microsoft Flight Simulator 2020 "Gauge API" functions.
  • MSFS Touch Portal Plugin - A plugin which provides a two-way interface between Touch Portal (macro launcher) clients and Flight Simulators which use SimConnect, such as MSFS 2020 and FS-X.

Copyright and Disclaimer

Contents Copyright Maxim Paperno, all rights reserved.

Components within this project are distributed under terms of their own licenses, as found in their respective folders/code. Primarily the GNU GPL v3 (or later) is employed.

This project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

This project may also use 3rd-party Open Source software under the terms of their respective licenses, and/or distribute publicly-available data originating from other sources. The copyright notice above does not apply to any 3rd-party components or data.

About

Utilities, code, & examples for Microsoft Flight Simulator (MSFS)


Languages

Language:HTML 56.5%Language:JavaScript 14.0%Language:CSS 12.6%Language:Python 9.4%Language:C++ 7.5%