• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

wasm

  1. D

    SDK Help Loading Flight Plans or Adding GPS Waypoints in-flight, in WASM Module for MSFS

    Hi everyone, I’ve been working on a WASM module and I’m running into issues with getting flight plans to appear on the GPS during a flight. Here’s what’s happening: AI Flight Plans: I’m successfully loading AI aircraft flight plans from the \work folder using...
  2. C

    MSFS [OPPORTUNITY] Experienced programmers wanted | Creating a virtual first officer | Monthly pay or fixed fee possible

    Hello everyone, I'm looking for 1 or 2 developers willing to start an exciting and new project that can compete with and improve on what is currently on the market. The idea is simple and not unique, create a virtual first officer which will help you with all of the pilot monitoring tasks. I'm...
  3. C

    [PAID] Create WASM Module with C++

    SoFly is looking for someone to create a WASM module in Microsoft Flight Simulator. The module must be created with C++ and then compiled into a WASM module. Please see: https://docs.flightsimulator.com/html/Programming_Tools/WASM/WebAssembly.htm The purpose of the module is to inject a...
  4. S

    [FILLED] Seeking JS / WASM Help

    Hi, We are seeking the help of someone to create a very simple MSFS InGamePanel (JavaScript) and WASM (C++) module. Nothing complex, just need the InGamePanel to have some on/off toggles that will enable and disable an associated LVAR (through the WASM module). Please send me a direct message...
  5. D

    Hiring

    Model & Texture Artist Technical skills: Expertise in Substance Painter and Photoshop. Proficiency in Blender or 3ds Max. If interested: dm
  6. L

    Shared memory between MSFS and winodws application.

    I know that using SimConnect makes possible to transfer data from an external application to the simulator, but it does not work fast enough for external simulation engine. FSUIPC, Fenix, as I understand, do not work through SimConnect, but use shared memory with the WASM module in the...
  7. L

    At what point in the frame pipeline is POST_UPDATE executed ?

    Obviously, PRE_UPDATE is executed before the GPU frame is rendered, but the question is, at what point is POST_UPDATE executed? Does its call occur simultaneously with the start of image rendering, or is it executed strictly after the GPU finishes rendering? Is it efficient to perform...
  8. M

    Help with animation driven with XML or WASM

    Hello folks, I've got a decent amount of work for porting over helicopters. If one of you guys can help with the animation, this would be long-term relationship for more than years. They are all about steam gauge easy animations. Please let me know if you can help. I would like to get senior...
  9. D

    MSFS WASM module exception calling fclose()

    First of all, let me clarify that I am a complete newbie in coding in C++. I'm creating a WASM module (it's not a gauge), with a very very simple logging to a text file. void ModLog(void) { FILE* logfile = fopen("\\work\\mylogfile.log", "a"); fprintf(logfile, "%s \n", debugtext)...
  10. H

    MSFS Help making screen for MSFS

    I have searched what feels like the whole entire internet to try find a video, or anything that may help in creating a simple screen. All I want to create is a screen that shows what lights are turned on. For example "Taxi Lights". It would be grey if they are off and when they are on, the text...
  11. P

    Questions on WASM Standalone Module

    Back to flight sim development. I believe WASM Standalone Module similarly works like how DLL works for P3D. I am trying to make a verificaton and playing around. So i am wondering, is the standalone module able to run or detect exe upon sim running? I tried putting system("myexe.exe") but the...
  12. RED COOL

    MSFS WASM module | Render texture on simobject

    Hello I read that WASM modules allow aircraft developers to render some gauges using the low API functions provided by the wasm integration with MSFS, this module should be loaded through a reference in the Panel.cfg file as the documentation says. My question is: can we use those WASM Render...
  13. Quazzy

    Delta Time with WASM

    I'm going crazy on trying to figure out how to calculate delta time using WASM, without the use of a local time headers. As you can see down below, FBW derives it from PRE_DRAW but I'm having a hard time converting to C++. Anyone have techniques that they can show to help me out? Thanks...
  14. Deano1973

    C++ / WASM programmer required ( Position Filled )

    DC Designs has a ( small ) job for somebody who can program C++ and compile into WASM for Microsoft Flight Simulator. This is a single gauge that performs a single function based on an available Avar - probably very easy for somebody with the skills. PM me if you're interested. DCD
  15. Christian Bahr

    MSFS Bahrometrix - Living Animals

    The wilderness is calling ... :) The "Bahrometrix Living Animals" is a continuation of the corresponding series that was already in the P3D. At that time it was a deer that ran across the airfield in EDGT Bottenhorn: We are currently in the process of bringing animated animals into the MFS...
  16. Z-Man Barzell

    Unable to Build StandaloneModule C++

    I have been trying to build the StandaloneModule in C++ using Visual Studio Professional Version 16.8.4 but have encounter multiple errors associated to the following headers: C:\MSFS SDK\WASM\wasi-sysroot\include\stdint.h C:\MSFS SDK\WASM\wasi-sysroot\include\bits/stdint.h C:\MSFS...
  17. Quazzy

    MSFS WASM c++ WASM: Failed to load module (not found in the VFS)

    Getting this strange WASM: Failed to load module (not found in the VFS) from the console when trying to load the WASM. I'm not even sure what "VFS" so I was unable to do my own research for the most part.
  18. ronh

    MSFS Explain js/css/html and xml and gltf/bin and wasm relationships - Unofficial SDK ver 0.13 info

    Can someone explain the relationship between all the new file types and how they relate to each other and what they are used for/do in an aircraft project? TLDR: What I am looking for is more information on how the js/css/html/coherent panel.xml and panel.cfg work together, and I've looked at...
  19. tml

    MSFS How do I actually produce a "MSFS WASM Module", install it, get it loaded, and debug it?

    New and clean machine, VS2019 (Community Edition), MSFS2020, and the current MSFS SDK installed. In VS2019: Create a new project. Use template "MSFS WASM Module", call it "T1". Create it in C:\Users\tml\src\T1. Build > Build Solution. "Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped." I...
Back
Top