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

  1. D

    MSFS20 Work in Progress - Land's End/St Just (EGHC)

    Reworking taxiways - still not happy with them as I have had to do a lot of 'hacky' stuff to get them to behave. v0.5.0 Reworked taxiway routes from parking to runways 07-25 and 16-34 with a view to having Reasonable instructions from ATC 'taxi guidance' blue arrows that mostly get you where...
  2. D

    MSFS20 AI aircraft stops on runway. How to build path for runway?

    Yeah I have seen that, it's like if the 'RUNWAY' section is in a straight line from the 'TAXI' one it sometimes draws them both as 'TAXI'
  3. D

    MSFS20 Work in Progress - Land's End/St Just (EGHC)

    https://www.fsdeveloper.com/forum/threads/introduction-to-msfs-sdk-scenery.448469/page-2#post-851573
  4. D

    MSFS20 AI aircraft stops on runway. How to build path for runway?

    I am finding the same issue with the auto-pilot/copilot, it's not even going all the way to the hold short. As *soon* as the aircraft gets on the runway (not even a runway type path, just the actual runway) it heads for the centre-line. The problem(s) I have is 1)The taxiway enters halfway down...
  5. D

    MSFS20 Licenses for Add-On scenery

    So, I have my add-on scenery currently in github (just the end result for now) and one of the options in github is to add a licence to the repository alongside the 'code'. So, I was wondering, do any of you attach a licence of any kind? If so, which one? Does Microsoft prevent us attaching any...
  6. D

    MSFS20 Work in Progress - Land's End/St Just (EGHC)

    Minor Update. Mostly just some tidy up on the markings on the runways and apron, still a lot to do. Taxiways are still causing me grief but I will get there. v 0.4.0 Changes Ensure airport is flagged with a 'star' Update markings on grass runways Use proper 'grass' material for runways Add...
  7. D

    MSFS20 How add a ILS or any NAV to airport?

    Yeah. I guess if you have a mahoosive project it might be a noticeable difference between -rebuild and not, but until there is a difference I would rather force -rebuild just to be sure it's 'clean'
  8. D

    MSFS20 How add a ILS or any NAV to airport?

    So, at the end of the fspackagetool output there is a time elapsed - for me without -rebuild its 14ms with it is 100ms. The problem is it take 30-45 seconds to spin up the app to run the package build.
  9. D

    MSFS20 Smoothen airport surface?

    'Triangulated Irregular Network' apparently (used for elevation models) https://www.sciencedirect.com/topics/earth-and-planetary-sciences/triangulated-irregular-network
  10. D

    MSFS20 How add a ILS or any NAV to airport?

    It looks like the package builder supports incremental builds, so if it doesn't think the source file has changed it wont rebuild that component. The downside is it will take longer, the upside is you get a 'clean' build. During a normal dev cycle you might want to skip it to get quicker builds...
  11. D

    MSFS20 How add a ILS or any NAV to airport?

    This is what I use (you obviously need to update the paths) Note %MSFS_SDK% should be defined as an environment var by the SDK installer (also cant believe DOS isn't a code formatting option lol) SET FS_TOOL_PATH="%MSFS_SDK%Tools\bin\fspackagetool.exe" SET...
  12. D

    MSFS20 How add a ILS or any NAV to airport?

    Yeah I got the same, it's why I started using the package tool
  13. D

    MSFS20 How add a ILS or any NAV to airport?

    Not as far as I can see, I use the package tool with -rebuild and then XCOPY to dump it in my community folder. ( you still need to restart the sim though)
  14. D

    MSFS20 Problems with random road vehicles spawning on GA ramps

    I found some stuff in the 'Living World' part of the docs, but that seems to affect a whole region. The airport I have has a hard apron with 6 parking slots/gates that are used by commercial passenger flights, plus some 'GA' parking on the grass. I just want it to not put buses etc on the...
  15. D

    MSFS20 How add a ILS or any NAV to airport?

    If you are running the fspackagetool externally, it stays open in a console windows, if you right click and select 'Mark' you can left click+drag highlight the block you want and hit 'Enter' - it puts it on the clipboard (that is a standard way to copy output from a windows command/dos prompt...
Back
Top