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

  1. E

    P3D v4 P2 Audio Advisory Gauge Help

    oh boy! i had some sleepness nights again😎 you should start writing more sound gauges😜 i'm glad you got it working👏👍
  2. E

    P3D v4 P2 Audio Advisory Gauge Help

    This is your variblename "dsd_fsx_sound_id_09" This is your wavefile "dsd_xml_09.wav" Both connect through "Lvar09" That's what i mean! You did it. Could you name me the xml - variables you use? you use already dsd_fsx_sound_id_10 dsd_fsx_sound_id_9 are there others? btw i did...
  3. E

    P3D v4 P2 Audio Advisory Gauge Help

    <Element> <Select> <Value> (L:P2Toggle,bool) 1 == (L:dsd_fsx_sound_id_09,number) 0 == and if{ 2 (>L:dsd_fsx_sound_id_09,number) } (L:P2Toggle,bool) 0 == (L:dsd_fsx_sound_id_09,number) 0 != and if{...
  4. E

    Simple XML Gauge

    I added all the line regard the apu which were already in your code. Check them. If your hear the sound APU is ON (L:APUPower,bool) 1 == (L:dsd_fsx_sound_id_10,number) 0 == and if{ 2 (>L:dsd_fsx_sound_id_10,number) 1 (>K:APU_STARTER)...
  5. E

    Simple XML Gauge

    an AND was missing! wrong variable used! Opening the proper window is not affected by the xlm-gauge. Does tooltip open proper? next try.
  6. E

    Simple XML Gauge

    So here is the modified xlm gauge. I hope there is no typo. Rename APUPow.txt to APUPow.xml
  7. E

    Simple XML Gauge

    I'm glad that you hear "putt putt" sound. sounds really nice. It was intended that it sounds permant. So i could test the DSD - gauge installation. In your first post you had some >K: elements in the gauge. A question: Is this gauge necessary for engine starts or it is only an APU sound...
  8. E

    Simple XML Gauge

    So once more again the corrected panel.cfg gauge03=DSD_P3D_Xml_sound_x64!Sound, 0, 0, 0, 0, .\SOUND\DSD\dsd_fsx_xml_sound.ini is change to the [Vcockpit01]. So the DSD gauge will be loaded immediately. Otherwise you have to open the sub-window [Window05] first before the...
  9. E

    Simple XML Gauge

    So i checked my writings on my sim! gauge03=DSD_P3D_Xml_sound_x64!Sound, 0, 0, 0, 0, .\SOUND\DSD\dsd_fsx_xml_sound.ini This works. DSD gauge is at the gauge folder And dsd_fsx_xml_sound.ini and wav file is at SOUND\DSD folder.
  10. E

    Simple XML Gauge

    dsd_xml_10.wav must be in the sound/dsd folder. the other dsd_xml_10.wav could be deleted to prevent confusion in the future. I looked into the sound.cfg but there is no connection to the dsd-sound. Le's say DSD - sound is a standalone! dsd_fsx_xml_sound.ini is the connection between...
  11. E

    Simple XML Gauge

    dsd_xml_10.wav must be in the sound/dsd folder but can stay in the other folders. Sorry to say but i forget something about how the sim finds a gauge. ------------------------------- Replace this line in the panel.cfg gauge03=gauges\dsd_p3d_xml_sound_x64!Sound,0,0,1,1...
  12. E

    Simple XML Gauge

    Do you have a subfolder DSD in the Sound folder?? Is dsd_p3d_xml_sound_x64.dll in gauges folder?? Check this please carefully! Copy the dsd_fsx_xml_sound.ini in this subfolder DSD ! dsd_fsx_xml_10.wav copy this also in the subfolder DSD! Could you make a screenshoot...
  13. E

    Simple XML Gauge

    dsd_xml_10.wav is the file with the apu- sound!? Did you make some changes in the dsd_fsx_xml_sound.ini especially this here ---------------------------------------------- Sound05=CSIDL_COMMON_APPDATA\dsd\dsd_xml_05.wav Sound06=CSIDL_COMMON_APPDATA\dsd\dsd_xml_06.wav...
  14. E

    Simple XML Gauge

    The improved part replace the other element part. So maybe the ini file was not found. I give her some examples of installations. You have to adapt it to your needs this is the path to my soundfiles. G:\P3Dv6\SimObjects\Airplanes\B727P_214FAdv-AirClassCargo-TDS\panel\XMLDSD_Sounds My...
  15. E

    Simple XML Gauge

    a little bit improved <Element> <Select> <Value> (L:SIMPLE_APU_BLEED,number) 0 == (L:APUPower,bool) 1 == and if{ 1 (>K:APU_STARTER) 1 (>K:APU_GENERATOR_SWITCH_SET) 2 (>L:SIMPLE_APU_BLEED,number)...
Back
Top