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

  1. A

    P3D v4 AI Traffic List XML

    Hi, I'm making a custom xml panel want to have a gauge that lists nearby AI traffic, like how in the towerview. Is this possible?
  2. A

    P3D v4 Custom sound in sound.cfg

    Hi! Just wondering how I could go about adding a custom sound to this cockpit window I animated. Best to do it with the animation in the modeldef or is there something in sound.cfg I can add? I don't what it associated to regular sim doors opening or closing.
  3. A

    P3D v4 Switch/animation bool with night condition

    Excellent, thank you both so much! Always learn lots
  4. A

    P3D v4 Switch/animation bool with night condition

    Hi, How would I go about adding a condition to my gauge that starts these 1 (>L:knob_fcu_light) 1 (>L:knob_fcu_display) when it is nighttime in the sim or after a specific time? Edit: I've come up with this, but I can't click them on and off. I don't want them on...
  5. A

    P3D v4 Custom Bleed Air Source Knob

    I'm working on a knob, and I'm trying to connect it to (A:BLEED AIR SOURCE CONTROL,enum). I have attached the animation for the knob, right now it's just a simple 3-way knob, that defaults and starts in the middle (frame 10). I can left-click to go to frame 0 and right-click to go to frame 20...
  6. A

    P3D v4 GPS/Map Xml for gauge

    Yeah I figured as much. Just experimenting with the GPS and I'm already creating trouble. I guess that leads to another question, is it possible to change the visibility of a panel gauge line ex. (gauge01=GPS!GPS) in a separate gauge? (if that makes sense)
  7. A

    P3D v4 Switch bool on start up

    Oh yeah it works!! Thank you!
  8. A

    P3D v4 Switch bool on start up

    Thanks! Ok, so I've added that to my gauge, although the switch wasn't turned on when the sim started. If I changed 0 == to 1 == the switch was on, but then I couldn't toggle it on or off. Is it how I wrote the animation in the modeldef that would be affecting this, because I understand how...
  9. A

    P3D v4 Switch bool on start up

    Hi, I made this switch animation in modeldef. I want to know what I need to do so the switch starts to turn on when the sim starts. Its an on-off switch, but I would like it to be on when the sim starts. <PartInfo> <Name>switch_pedcom_left_330</Name> <AnimLength>50</AnimLength> <Animation>...
  10. A

    P3D v4 GPS/Map Xml for gauge

    Hi, I am trying to make a gauge that will show information about my flight. I also want to include a map (or GPS). Is it possible of creating an element in my xml code that calls the default GPS or what parts of the GPS xml do I need to copy over. I attached a picture of what I am trying to do...
  11. A

    P3D v4 Index was outside the bounds of the array error

    You're probably right, that's my best guess at least. (Pm'd you)
  12. A

    P3D v4 Index was outside the bounds of the array error

    Hi Arno, I realized I foolishly had a double entry in the modeldef. I will send the mdl. Thank you!
  13. A

    P3D v4 Index was outside the bounds of the array error

    Hi, what does this error message mean: Index was outside the bounds of the array I was editing animations in an .mdl an when I tried to export I get this message, I can't open it back up in MCX and in sim, the mdl file shows except for any parts that were animated Please tell me I can recover...
  14. A

    P3D v4 Toggle between Gauges in VC

    Hi, just wondering how I would go about making an gauge that would toggle between two xml gauges. For example I have in my panel.cfg, I have gauge00=test!pfd 6,6,412,504 and I want to have another gauge ex. gauge00=test!mfd that shares the same position? Whats the best way to do this if that...
  15. A

    Make VC gauge (p3d)

    😅Yes that I know too, but A: worked. I replaced it with L: and that works too. But ya I don't fully understand a lot of how this works either (obviously). Anyways, while probably not perfect, the switch works mostly how i want it so I'm pleased. Thanks for all the input!
Back
Top