• 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.

Recent content by Sim Dave

  1. S

    Start and stop sounds with a toggle switch

    FSX with FSUIPC Does anyone have a example how to trigger a sound with a toggle switch and then stop the sound when toggle off? I played around with this for far to long, before spotting that the .lua loses reference to the sound so cant stop it, but happily starts another one! function playme...
  2. S

    FSX Trying to get the IF to work in XML

    <Visibility> simple and works great. I had already made two gauges for NG, 1 simulating a battery start and one simulating the GPU start. So once I had spotted that I had used a lower case v in Visbility, it worked great Doh! ...mind you if i ever need a two needle gauge I'm all over it ;)
  3. S

    FSX Trying to get the IF to work in XML

    Thats intresting, which Aircraft is that? If you could see how that is achived then it would give some insight into changing the C208 startup.
  4. S

    FSX Trying to get the IF to work in XML

    <Visibility> Thats given me something to go at, cheers ....I'm sure I will be back for more ;)
  5. S

    FSX Trying to get the IF to work in XML

    Hi Dave WG, yes you are right, i was adding that from memory to hopefully explain the 2nd code better.
  6. S

    FSX Trying to get the IF to work in XML

    Hi Roy, Thanks for the information. I have been down the route of trying to change the N1 and as you say its all hard coded to simulate a turboprop, all be it a poor simulation. So my idea is to ignore the hard code and change the visual simulation. During FSX startup the A:TURB ENG1 N1 will...
  7. S

    FSX Trying to get the IF to work in XML

    I have started to try and get my head around XML, with a view to try and get the startup of the Caravan 208 looking a bit more realistic. I have setup a switch to represent the external power starter with a view to having a higher NG spin up during the start. My switch is set to change...
  8. S

    FSX pasting code

    testing the code pasting <Value>(A:TURB ENG1 N1, percent)</Value> <Nonlinearity> (L:ExtPower, number) "4" == if{ <Item Value="0" X="51" Y="242"/> <Item Value="6" X="23" Y="204"/> <Item Value="12" X="9" Y="153"/> <Item Value="20" X="19" Y="92"/> <Item Value="40" X="92" Y="25"/> <Item Value="60"...
Back
Top