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

  1. J

    MSFS20 [SOLVED] Names for nodes using the AS530

    Hi Tankerguy72, While looking for a solution to integrate the Garmin 530 GPS into an aircraft I am adapting for MSFS, I came across this thread. I have exactly the same problem: the GPS displays correctly and the screen is on, but none of the buttons or knobs work. The errors detected by MSFS...
  2. J

    MSFS20 Cockpit clickables - with .mdl

    I don't know. For my part, I redo all the animations from the MDL exported to DAE via MCX.
  3. J

    MSFS20 Cockpit clickables - with .mdl

    Since this is not native Behavior code, there is no blue highlight button, only the tooltip and the symbol circled in red on the screenshot
  4. J

    MSFS20 Cockpit clickables - with .mdl

    I click with the mouse.
  5. J

    MSFS20 Cockpit clickables - with .mdl

    Yes
  6. J

    MSFS20 Cockpit clickables - with .mdl

    My code for animating a landing gear lever: <Animation> <Parameter> <Code> (A:GEAR HANDLE POSITION,bool) 100 * </Code> <Lag>200</Lag> </Parameter> </Animation> <MouseRect> <Cursor>Hand</Cursor> <TooltipText>Train%((A:GEAR HANDLE POSITION,bool))%{case}%{:0} in %{:1} out...
  7. J

    MSFS20 Cockpit clickables - with .mdl

    Is there a mouserect in your code? It would be easier to spot what's wrong if you showed the code.
  8. J

    MSFS20 Cockpit clickables - with .mdl

    What code did you assign to this animation? Can you also show the animation timeline?
  9. J

    MSFS20 Cockpit clickables - with .mdl

    Of course, you can click on it, as long as the click area is on the object. For example, if the element's origin isn't directly on it, it won't work because the click area is on the origin point. You must therefore check the positioning of the element's origin and that the area doesn't overlap...
  10. J

    MSFS20 Cockpit clickables - with .mdl

    It's the same with the codes from Modeldef.xml. In Blender, you assign the animation name to the clickable element. Example: <Animation name="custom_anim_com2_MHz1" guid="15A66DE6-6DC9-43A8-B3AA-6486B04B4181" length="360" type="Sim" typeParam2="custom_anim_com2_MHz1" typeParam="AutoPlay" />...
  11. J

    MSFS20 Cockpit clickables - with .mdl

    OK, I don't usually use Behaviors codes. It's faster for me to use all the MDL codes from the ModelDef.xml accessible in MCX to create the external and internal XML files. But you can use them in your own behaviors codes.
  12. J

    MSFS20 Cockpit clickables - with .mdl

    I don't understand the question: MDL files don't support MSFS clickables. What MSFS clickables are there?
  13. J

    MSFS20 Cockpit clickables - with .mdl

    Hello, MCX doesn't allow you to preserve animations when exporting MDL files to GLTF for MSFS. Personally, I export MDL files (FS9, FSX, or P3D) to DAE and then redo all the animations in Blender before creating the new GLTF files. It's indeed a lot of work.
  14. J

    MSFS20 HUD daytime visibility

    I neglected to specify that my question relates to the adaptation of an aircraft for MSFS. The HUD comes from "asobo-vcockpits-instruments" coded in html. I tried, without success, to increase the daytime brightness by modifying the lines: @keyframes blinking { from { opacity: 1; }...
  15. J

    MSFS20 HUD daytime visibility

    Hi, How can I increase the brightness of the HUD information? At dusk and at night the HUD is clearly visible, but not during the day. Thanks in advance Jean Day Dusk Night
Back
Top