tavip / msfs-websim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msfs-websim

A web based simulator for Microsoft Flght Simulator's html gauges / avionics. It runs in a browser and supports javascript debugging and inspection via the browser devtool.

2021-01-04.16-17-24.mp4

Prerequisites

node.js and npm, Chrome (other browsers may work but they were not tested).

Setup

  1. Run npm install to install dependency packages

  2. You may need to adjust the following configuration parameters with npm config set msfs-websim:<param> <value>. The paths should be autodected if not set (just for for the MS store version for now).

    • msfs_install_dir - base install dir for MSFS (e.g. D:/steam/steamapps/common/MicrosoftFlightSimulator/, C:\Program Files\WindowsApps\Microsoft.FlightSimulator_1.15.8.0_x64__8wekyb3d8bbwe)

    • msfs_packages_dir - packages dir for MSFS (e.g. D:/msfs2020)

Run

  1. Run npm start
  2. Point your browser at http://localhost:8080

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 62.4%Language:HTML 31.7%Language:CSS 6.0%