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

Search results

  1. mamu

    MSFS24 Creating a package with attached VFX to SimObjects

    In this video there should be everything you need (Simply in your Simobject don't add any geometry, an empty cube with invisible material is enough for the effect to be attached) Or take inspiration from this https://secure.simmarket.com/south-oak-co-aero-fire-global-msfs.phtml (That...
  2. mamu

    Simconnect v MSFS2024

    Simconnect for 2020 is 100% compatible with 2024 I would get in touch with the creator if the program is not yours The connection itself shouldn't be the issue,.but if the connection is inside another routine that checks e.g. for community location or whatever it may fail for that reason
  3. mamu

    MSFS20 MSFS Asobo Official Blender exporter

    2020 or 2024? For 2020 I'm fine with 3.6.16 and the 2020 plugin version 1.3.3 (Asobo) The resulting products are working correctly in 2024 too
  4. mamu

    MSFS20 Can Worldscript define a local variable for a SimObject to read?

    Yes they can A worldscript with an Executerpnaction section linked to the trigger and to the object should instance the variable You can find a sample by woombi here https://devsupport.flightsimulator.com/uploads/default/original/2X/b/b30135a34e539bcc516b4363a9fb1a442691cfb0.png
  5. mamu

    MSFS20 Why did I get floating polygons

    They are supposed to behave exactly like that Polygons are drawn at the altitude the first point is placed In sloped terrain you look likely will have them floating It is not an issue, because you can obtain the needed terraforming simply moving them up and down untile you are satisfied
  6. mamu

    MSFS24 Unable to remove default objects

    You need to go in the Airport object Properties (if you don't have it you need to add one with the same Icao of the airport you are working with) , and in the deleteCommands select deleteAllVectorplacement
  7. mamu

    Blender missing .bin and textures

    Hi Mark Your mesh is not inside the Collection , Look at the ref images attached:drag the mesh into the collection
  8. mamu

    MSFS24 Remove Power Lines

    ExclusionRectangle with excludeLibraryObjects is what you need, it will work Asobo knows, but still have to officially fix the inability of Polygon/ excludePowerlines
  9. mamu

    blender to msfs2024 exports textures but no .xml files

    - Remove spaces from your paths and texture files names - If your textures are embedded in the .blend, unpack them - source textures should be in the same drive of destination ones (exported)
  10. mamu

    Can not create default apron polygon

    Change your keyboard settings in game to transversal 2020 under general commands
  11. mamu

    MSFS20 Creating a model library - puzzled by error message preventing the compile...

    It is a good idea to share your solution, Especially when people took some time to analyse your issues... 😊 For future reference - Yes, you can create a project with modelLib only (there are a ton available) - The library is a collection of single 3d objects, where a 3d object is defined by a...
  12. mamu

    MSFS20 Design limitations for Xbox

    No Xbox can handle 4k textures How many of them at the same time..that might be an issue Just like a pc with a poor graphics card ans or little ram.. To handle it , PC will decrease FPS, Xbox will start not loading objects/aircraft systems/lods
  13. mamu

    Aircraft blocked from entering hangar

    Any collision material or collision shape will avoid the plane to pass through So remove collision from the hangar if you need to enter into it
  14. mamu

    MSFS20 Automation of object placement in scenery - MSFS2020

    sir if you already have everything....what do you need? - create a project (manually or using the wizard) - add a simple bgl asset group, - plop your automatically created .xml in it, <-- that is where something like chatGPT can help create a script for... - compile, - copy into community Do...
  15. mamu

    MSFS20 Automation of object placement in scenery - MSFS2020

    Chat gpt? Basically you need to have the coordinates in a file (.CSV, JSON, whatever convenient) Another one with the guids And a some logic to select where you want what (Random? Distance?) Then take the SceneryObject and LibraryObject syntax and feed them with the coordinates...
  16. mamu

    MSFS24 microsoft-scenery-gliders-worldwide-part1 [solved]

    ExclusionRectangle with excludePolygons will do the trick
  17. mamu

    Models not showing up - unknown models

    Add one asset at a time in your project Start with the placement .XML and compile with that only Then add model by model (Unknow is expected until you have a good compiled project with its modelLib, otherwise the game cannot load your models...)
  18. mamu

    Default Airport Scenerys and ModelLib folder location.

    Can you elaborate more? What do you need? Default content is streamed and you need to opent the VFS projector to see it, but for Sceneries it is very unlikely you need to see it unless you have some very specific needs
  19. mamu

    Texture Failed to Convert Error - Again

    Texture size must be divisible by 4 4098 is not A valid one could 4096x4096 Or 5000x4092 (yes, no need to be square)
  20. mamu

    MSFS24 Blender Light - Spot FS2024

    Double check you have punctual lights in exporter options And double check the gltf
Back
Top