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

P3D v4 Repeating of Airport Announcements

Messages
18
Country
singapore
Hi Guys,

I cant seem to find out how to do repeats of sound effects eg every 10-15 minutes.

Your advice please :)

I wanted the airports to have the local feels eg make you feel in Germany when you land in Berlin etc.
Can you imagine Princess Juliana Airport having French announcements?





WAV File (german_airports.wav)

FX File (fx_German_PA.fx)


[Library Effect]
Lifetime=5
Version=3.00
Radius=100
Priority=0

[Sound]
FileName=german_airports.wav
MinAttenuationDistance=200.00
LOOPING=FALSE


[Properties]
Spot=1
Tower=1

[Controller.0]
Lifetime=0.00,0.00
Type=0
Delay=3.00,3.00




XML File (German_announcements.xml)

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Scenery Design Engine (SDE) on 17/1/2022 -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">



<!-- Berlin -->
<SceneryObject
lat="N52 21.834"
lon="E013 30.442"
alt="0.0M"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="0"
imageComplexity="NORMAL">
<Effect
effectName="fx_German_PA.fx"
effectParams="SOM=00,59"/>
</SceneryObject>

<!-- Munich -->
<SceneryObject
lat="N48 21.235"
lon="E011 47.522"
alt="0.0M"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="0"
imageComplexity="NORMAL">
<Effect
effectName="fx_German_PA.fx"
effectParams="SOM=00,59"/>
</SceneryObject>

<!-- Zurich -->
<SceneryObject
lat="N47 27.689"
lon="E008 33.294"
alt="0.0M"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="0"
imageComplexity="NORMAL">
<Effect
effectName="fx_German_PA.fx"
effectParams="SOM=00,59"/>
</SceneryObject>

<!-- Vienna -->
<SceneryObject
lat="N48 07.199"
lon="E016 33.455"
alt="0.0M"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="0"
imageComplexity="NORMAL">
<Effect
effectName="fx_German_PA.fx"
effectParams="SOM=00,59"/>
</SceneryObject>



</FSData>
 
Last edited:
Hi Bobby:

What is the total duration in seconds of the "german_airports.wav" file when played in a audio app ?

Please attach- or link to- that file archived within a ZIP file either in this thread or in a Private / Direct Message here at FSDEV.

GaryGB
 
Hi Bobby:

I am in the process of refreshing my memory on FSX Special Effects SDK procedures and updating as needed for P3Dv4.

I hope to have a proof of concept for P3Dv4.x sometime soon that works with user aircraft spawned both locally and remotely.

I also plan to test if P3D SDK Fx implements a Property LOD parameter to improve performance ("Views" still do not work).

GaryGB
 
Hi again, Bobby:

The "refreshing memory" process for this P3D project has no memory to refresh regarding DLL.xml and the add-ons it controls.

I have have had DLL.xml and Visualfxtool.dll running without problems in FSX for many years.


L_M's P3D is such a royal P.I.T.A. to deal with. :banghead:

Would it be a shame to hope Gators crawl out of the nearby FL swamp surroundings and start chasing them for punishment ? :rolleyes:


I rarely used P3D over the years, and previously never ran Visualfxtool.dll in it.

I am attempting to get that DLL to run live in P3D before my remaining hair is completely gone, and hope to proceed soon.

GaryGB
 
Back
Top