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

  1. mamu

    Blinking animation under a certain angle (blender sdk)

    https://docs.flightsimulator.com/msfs2024/html/3_Models_And_Textures/Modeling/Landscape/LODs.htm?rhhlterm=skip&rhsearch=Skip&rhpgno=2 Migh be related to the LOD Animation chapter (end of the page) You may want to make a video of the behaviour and post it to Devsupport,.but most likely it is...
  2. mamu

    Triggering a Standard Human SimObject animation from SimConnect or SimVar

    this feel like provided by AI, most of the tags do not exist in the SDK documentation the following should be correct, i suppose you have at least 2 animations, one when the marshaller is doing something (marshaller_2), another one when the marshaller is idle The key is (L:marshaller_activity)...
  3. mamu

    MSFS24 Hide objects inside transparent cube

    Maybe is related to this one https://fsdeveloper.com/forum/threads/walkable-jetway-rotonda-workadound.460994/ So actually it might be quite easy,if you don't use double sided material, once you are inside you object you will be the fish in the acquarium and be able to look outside without any...
  4. mamu

    MSFS24 Hide objects inside transparent cube

    Yesterday I poured some beer in a transparent glass It eventually disappeared, during the night Why should an object disappear inside glass?? What it the plan so maybe it is possible to suggest the proper solution 😚
  5. mamu

    Triggering a Standard Human SimObject animation from SimConnect or SimVar

    Do you have the code you have created so far? (The standard LIGHT TAXI var is not available.on your SimObject btw, so that might be the reason the anim is not firing)
  6. mamu

    MSFS20 Easy option for user to activate or not static aircraft on my freeware airport

    this video covers both the latest issue is an interface to change the simvar like efb app or ingame panel and if you want to stay away from the needed coding skills and learning curve, you can use fsexplore as well
  7. mamu

    MSFS20 Easy option for user to activate or not static aircraft on my freeware airport

    turn the statics into simobjects and use a simvar for their visibility
  8. mamu

    Blender Block off building

    Add a collision shape around it
  9. mamu

    Blender 4.2.10 export textures problem

    Another suggestion Do not keep both 2020 and 2024 exporter Active at the same moment
  10. mamu

    MSFS24 underground hangar in the ground

    ChatGpt is wrong. The only material that could remove terrain would be the Environment Occluder, but that will remove only grass/trees and such The only way to create a underground base is to terraform (rectangle, polygons whatever method you prefer) And then cover everything back with a 3d...
  11. mamu

    Animating third parties predefined assets in dev mode

    Yeah in the waypoint tutorial i'm using a custom GroundVehicle, however you simply need to change the Simobject name in the script with one from the in game library and it will most likely work
  12. mamu

    MSFS20 Problem with emissive texture

    They don't have to, but considering how "prominent" they are in the night, make sure they have enough room around on the uv to account for any mipmapping made automatically by the sim
  13. mamu

    Animating third parties predefined assets in dev mode

    Maybe this one can help
  14. mamu

    SDK SimObjects!

    End of the video there is a snowman,.so really season related 😋
  15. mamu

    Generate lod msfs 2024

    For msfs 2024 you should really set all the minSize to zero, the game will handle the Lod switch when the limits are hit My Lod video was made for 2020 😅 You can always set Lod limits above the hard coded ones, but this requires you to look at the appearance of the object in the game and say...
Back
Top