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

  1. C

    MSFS20 Add custom wwise event to an Asobo template, if possible

    Thanks for the advice @Anthony31 , the soundbank made by me has only one audio sound. I try to check again the names inside wwise and try to use ( never before ) the Simvar Watcher tool
  2. C

    MSFS20 Add custom wwise event to an Asobo template, if possible

    Hi @Anthony31 , thanks in advance for your reply. I try the first solution just it's more easy. If I understood well I should add in simvarsound something like that: ( my mesh name model in blender is " DEICE_Lever_Engine_1 ") <Sound WwiseData="true" WwiseEvent="deice_lever" Continuous="false"...
  3. C

    MSFS20 Add custom wwise event to an Asobo template, if possible

    Hi all, For me this is the first attempt to understand how works wwise. In my model.xml I have this template to manage the deice lever: <Component ID="DEICE"> <UseTemplate Name="ASOBO_DEICE_Lever_Engine_Template"> <DRAG_AXIS_SCALE>400</DRAG_AXIS_SCALE>...
  4. C

    MSFS20 Xml logic for custome code

    @Lyonya I sent you a P.M.
  5. C

    MSFS20 Xml logic for custome code

    Thanks @Lyonya , I try to use that documentation and will do some test.
  6. C

    MSFS20 Xml logic for custome code

    Thanks for reply to both, @Lyonya , @Anthony31 . I've been developing my plane for three years. All the onboard systems works, all the instruments. The only thing that only works, let's say, "aesthetically" but has no realism or effect on the engine is the choke lever. For this function I used...
  7. C

    MSFS20 Xml logic for custome code

    @Lyonya , sorry but I don't understand the first code: <ModelBehaviors> <Include RelativeFile="custom_code.xml" /> </ModelBehaviors> where do I have to put it ? Perhaps in the custom code folder over my file custom_code.xml do I need to create another file.xml called Includes.xml ? the...
  8. C

    MSFS20 Xml logic for custome code

    Many thanks @Lyonya , I try to use your indications and let you know if I solve my problems.
  9. C

    MSFS20 Xml logic for custome code

    Hi everyone, I'm trying to add custom code to the choke lever of my airplane in developing for MSFS 2020 using Copilot's AI ( I'm not a coding expert ) , but every test doesn't give the desired result after compiling, (templates loaded but custom variables not showed in behaviordebug...
  10. C

    MSFS20 Emission material

    Hi all, Is it possible to use a blender material with the base color and color emission color in this configuration ? base color invisible ( transparent for example ) and only emission color visible ( for example when activated by code ) ? Thanks
  11. C

    MSFS20 Not working animation (SOLVED)

    was a wrong settings in engine.cfg about parking brake
  12. C

    MSFS20 Not working animation (SOLVED)

    Hi all, In my custom aircraft all animations works fine, someone with custom code many others with default Asobo templates. I'm having issue with a new animation that doesn't work. The parking brake lever. I have already done the rudder pedals Toe brake animations and works. I have done a...
  13. C

    MSFS20 help to understand the code

    Hi @ronh , thank you so much for your help. now I want to read with attention what you told me ( it’s not easy for me ) so to understand well and better this code. yes you are right about what I need as canopy behaviour. very kind
  14. C

    MSFS20 help to understand the code

    hi all, I'm not expert of coding and in my aircraft I'm doing a custom animation for my canopy. It works but not well as I need . To make it works I have took parts of code from other aircraft and I have assembled in this way the animation. Just to fix my custom code to do work the canopy as...
  15. C

    MSFS20 invert animation , how to if possible

    Hi @KAI31 , and @degorap thanks. I'm not expert of coding and I'm building my aicraft understanding what have been done with default and pay aircrafts so to "learn" something about coding and behaviors code anyway thanks to given me a way to try your suggest. I will study both
Back
Top