• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Generic GCA uploaded to SOH Library

Thanks for answering but I'm adfraid no success.
I'm using P3Dv4.4 - so I copied the whole \Gca folder of "Install to P3D V4 panel folder" in my Douglas_C-47 \panel folder.
Additionally I copied "GCA_dsd_P3Dv4_xml_x64_sound.dll" into the Douglas_C-47 panel folder.
I changed the panel.cfg as described in "Add to P3D V4 panel.cfg.txt" - gauge numbering is correct.
GCA gauge is coming up . But I already fail to hear Alice's voice after battery ON and clicking APC in the custon AP panel.
I don't experience hearing those sounds that are based on "C47_dsd_P3Dv4_xml_x64_sound.dll" which is in panel.cfg, too.

I still wonder why I cannot hear any of these GCA wav-sounds when playing them with a sound software.

Dieter

P.S:
Just tried in FSX - same problem
 
Additional observation:
- When clicking APC in the custon AP panel the first wav sound that seems to be played is:
- APP_skytrain.wav
which I don't hear.

I took another wave file which I renamed APP_skytrain.wav and copied it over the original wav file.
Now when clicking APC I hear this sound. Very strange ...
 
Additional observation:
- When clicking APC in the custon AP panel the first wav sound that seems to be played is:
- APP_skytrain.wav
which I don't hear.

I took another wave file which I renamed APP_skytrain.wav and copied it over the original wav file.
Now when clicking APC I hear this sound. Very strange ...

That seems to suggest that your audio system cannot play 22050 Hz Mono wav files, which all of the GCA files are. Can that be checked or enabled in your audio setup?
 
Maybe! Sounds like an excellent idea. Can't try it out myself, but Doug Dawson offers a SoundConfiguration file here https://www.douglassdawson.ca/

The readme states this:

Application: DSD_SoundConfiguration.exe

Use this utility to set the DirectSound devices which will be used to play sounds from gauges or other modules based on my sound libraries or gauges released after June 1, 2011. By default, these sounds will be played using the Windows default sound and default voice devices.
For most users, this should be sufficient. If it is not, you can use the utility to select the devices you want. It will enumerate all the DirectSound devices on your system and present drop down lists of the devices. It will write the choices you make into a configuration file: %APPDATA%\dsd_sound\sound.cfg. On my Win7 system, that works out to:


C:\Users\Doug Dawson\AppData\Roaming\dsd_sound\sound.cfg


You can delete this file (and the containing folder) at any time. If you do, the sounds will again be played from the Windows default devices.

Sounds just right, but not 100 percent certain if that's all there is to it ... Please let us know if you can make it work.

In other news, Tom Gibson and I have successfully ported the GCA modules back to FS9 and in the process made some corrections. We are also exploring ways to let the user determine the intercept distance (making it shorter or longer than the current 8-mile default). Will keep posted...
 
Thanks Manfred. I tried it by placing the following instructions in the sound.cfg:

[DEVICE]
PrimaryDevice={7109e620-ac2c-4fc9-8da1-f8d82dee67f5}
VoiceDevice={7109e620-ac2c-4fc9-8da1-f8d82dee67f5}

That is my headset. The result: engines via the speakers, Checklists and GCA via headset. But also the cockpitsounds and that's not something you want. If there were sound.cfg fot the different groups of sounds it may work well, but not now.
Roy
 
Ah, that's a pity, sorry about that. Perhaps we can ask Doug for help. What about the Sound options in P3D itself?
 
Roy, would you be willing to try again, this time using a small code modification? In GCA\APC.xml, right at the beginning of the code, find the line

Code:
<Macro Name="play">1 (>L:@1, number) 0 (>L:paused, enum) </Macro>

and change to:

Code:
<Macro Name="play">[COLOR=#ff0000]11 (>L:@1, number) [/COLOR]1 (>L:@1, number) 0 (>L:paused, enum) </Macro>


This supposedly plays the sounds from Windows' sound device. If it does the trick please carefully check if there are any side effects, such as slowed-down gauge reaction, frame rate drop, anything unusual.

If okay then also edit that same Macro in PAR.xml.

Very interested to hear what you find!!

--Manfred
 
Yes, it's three steps back to the future! Rick Piper's FS2002 Varsity flying a GCA approach in FS9!! Sorry, guys, couldn't resist...

l6a==1y3ur.jpg
 
This is truly a great addon. Cannot thank you enough. :applause:

PMDG DC-6A approaching in heavy rain at Faleolo in Samoa.

steve :wavey:
 

Attachments

  • 2019-3-5_11-0-13-425.jpg
    2019-3-5_11-0-13-425.jpg
    70.6 KB · Views: 2
Thanks, looking good and exciting. Glad to see it working on the PMDG 6. The only plane so far that won't play along is the A2A Connie due to a sound conflict, apparently.

We are working on a FS9-compatible V2 with some improved functionality. Will post here when it's ready.
 
Hi !

I just downloaded this GCA gauge and trying to install in the Douglas C-117D V3 with the MVC, hence the 'panel.modern' file.

The instructions say :
'If your plane's panel folder is not called "panel" but, say, "panel.modern", you need to
run a search-and-replace on the lines in file gcacalls.ini in folder GCA in order to set
the correct path to the .wav files.'

Can someone tell me where the 'gcacalls.ini' is located as I can't see anything in the GCA folder with that specific name ? Also, what is meant by 'search and replace' ?

Thank-you.
MZ.
 
Believe me, gcacalls.ini is in the GCA folder. Open it with a text editor, do a search on the phrase "panel" and replace by "panel.modern".

Example, the line Sound00=\panel\GCA\calls\APP_0.wav should become Sound00=\panel.modern\GCA\calls\APP_0.wav.

FYI, we are preparing a V2 that can be installed in the Gauges folder rather than in the aircraft's panel folder. This can be accessed by all planes and does not need any name changes.
 
Believe me, gcacalls.ini is in the GCA folder. Open it with a text editor, do a search on the phrase "panel" and replace by "panel.modern".

Example, the line Sound00=\panel\GCA\calls\APP_0.wav should become Sound00=\panel.modern\GCA\calls\APP_0.wav.

FYI, we are preparing a V2 that can be installed in the Gauges folder rather than in the aircraft's panel folder. This can be accessed by all planes and does not need any name changes.


Thank-you, Manfred, I will take a closer look.

Looking forward to 'V2' as I'd like to try this with a ton more of the aircraft in my virtual hangar.
 
Found it, Manfred :encouragement:, ... and replaced all 'panel' with 'panel.modern' using notepad edit menu.

Thank-you, for your guidance,
MZ.
 
Hi Manfred,

Is there any way of getting the APC and PAR buttons to be a part of the aircraft status/ control panel bar, as shown in Tom's video in post #1 ? https://youtu.be/MkCGDW1idm8
I am currently accessing these via the FSX drop down menu, but may be easier to access if they were a part of the panel itself.
I am interested in having it in both the C-117D V3 and C-47 V3.12.

Thank-you.
MZ.
 
Back
Top