Skip to content

tavip/msfs-websim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published