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

  1. zlin142

    MSFS24 Dirt effect on the leading edges...how?

    I watched your videos and tried to adjust the vertex alpha properties based on them. Unfortunately, I wasn't successful. Then I decided to play it safe: I wrote a short script in AI that sets the value of a specific (selected) object's vertex alpha channel to a value I specify. I tested it on...
  2. zlin142

    MSFS24 Dirt effect on the leading edges...how?

    I already tried both "ends" of this scale 'Blend Mask Threshold", 0 to 1.0 and with both values shows same visible effect; with the dirt debug slider still functional in the same way: 0 to 0.99 no effect, 1.0 full effect. But you mentioned above those 'Vertex Alpha' thing... well... I already...
  3. zlin142

    MSFS24 Dirt effect on the leading edges...how?

    I’ve already checked your suggestions, and yes, the base color was indeed in the wrong place; I’ve now moved it to the “Base Color Texture” slot. ☺️ I think the mask PNG texture is in the right place, as shown in my previous image: “Decal Blend Mask Texture” slot The result is that the...
  4. zlin142

    MSFS24 Dirt effect on the leading edges...how?

    Hi folks, I want to add a dirt effect to the leading edge of my plane. I tried following the SDK’s instructions for this, but unfortunately the effect isn’t working as it should. Does anyone have any idea what I did wrong or what I might have missed? This is the section of SDK dirt effect that...
  5. zlin142

    MSFS24 Cockpit collisions, attached objects and pilot visibility

    Oh, I was afraid I would get that answer... I tried to convert my project to this 'modular' version, but without much success; the whole thing is a big mess. What's more, there are no tutorials anywhere, the documentation is also confusing and incomplete, and you can't learn much from the...
  6. zlin142

    MSFS24 Cockpit collisions, attached objects and pilot visibility

    Hello Devs! I have a big problem that I can't solve, and I don't know what the solution could be. I would greatly appreciate any help or tips, because I'm out of ideas! I decided to convert my aircraft from MSFS2024 to MSFS2020, where the entire aircraft and its functions work perfectly...
  7. zlin142

    How to make a proper electrical system?

    Hi All, Unfortunately, I did not find a satisfactory answer in the SDK how I can properly link the instrument's Asobo Template in interior.xml to the circuit.x in systems.cfg. I got advice on Discord, which says that I can set/control this with this line: <FAILURE>(A:CIRCUIT ON:<circuit.x>...
  8. zlin142

    Texture beginner - how to make night light texture like this for MSFS?

    Good to hear that your problem is solved. ;) Yeah, light parameters perfectly adjustable in Blender, I always use this option for my projects.
  9. zlin142

    Texture beginner - how to make night light texture like this for MSFS?

    You're better off using a real 3D light source instead of a texture. This way you can see the light effect not only on your object, but everywhere (e.g. ground) where the light reaches. ;)
  10. zlin142

    MSFS20 Pilot figures

    Hello Didier, I have a very similar problem: when I fly in formation with a friend in my own developed aircraft, the pilots are not visible in his model. I've looked through the default Asobo Cessna 172, all I can find differences is that in it the Pilot_0 and Pilot_1 plain axes are in the LOD_1...
  11. zlin142

    Smoke effect binding to switch in cockpit

    I finally found the error: the GUID was different for the switch than for the effect... ☺️ 😁
  12. zlin142

    Smoke effect binding to switch in cockpit

    You write well, you're absolutely right. This time I forgot about this Behaviour menu item indeed - even though I use it regularly ☺️ Unfortunately, I didn't get much new info from there, maybe because I don't know what to check, or what I see is good or bad code? In any case, I couldn't find...
  13. zlin142

    Smoke effect binding to switch in cockpit

    Oh, I forgot... The smoke switch in the cabin was working before, moving up and down as needed. But with the SimVar Watcher I can't check if it has any effect, because I don't know which simvar value it sets? :( I have already found some smoke-related simvar, but these values are not affected...
  14. zlin142

    Smoke effect binding to switch in cockpit

    Thank you very much for your suggestions! In fact, as I have experienced, these errors have no effect on the operation. I always compile the project outside the simulator with fspackagetool.exe - as you suggested. It compiled the project flawlessly. Now I have made the changes you suggested...
Back
Top