PDA

View Full Version : Sound for Flaps Handle



flightdeck
02-15-2008, 11:12 AM
Another question to the gentle community ;-)
I have placed a soundfile in my FSSound library called pmdg_flap_handle.wav

Does anyone know the offset for the soundlist.txt to play it when moving the flaps handle?
I have found in the sysvar.txt >>> "56FC .1 FlapsTrans" and tried this offset:
pmdg_flap_handle, 56FC, .1, 1, 0

Unfortunately it is not working ... any clue appreciated.

Cheers

Bob Reed
02-15-2008, 11:35 AM
Another question to the gentle community ;-)
I have placed a soundfile in my FSSound library called pmdg_flap_handle.wav

Does anyone know the offset for the soundlist.txt to play it when moving the flaps handle?
I have found in the sysvar.txt >>> "56FC .1 FlapsTrans" and tried this offset:
pmdg_flap_handle, 56FC, .1, 1, 0

Unfortunately it is not working ... any clue appreciated.

Cheers

If memory serves me right. your "0" at the end means no volume or off. Try something like 20 or 30.

Thomas Richter
02-17-2008, 04:24 PM
Another question to the gentle community ;-)
I have placed a soundfile in my FSSound library called pmdg_flap_handle.wav

Does anyone know the offset for the soundlist.txt to play it when moving the flaps handle?
I have found in the sysvar.txt >>> "56FC .1 FlapsTrans" and tried this offset:
pmdg_flap_handle, 56FC, .1, 1, 0

Unfortunately it is not working ... any clue appreciated.

Cheers

Why not just reading the first line of the Soundlist.txt file ??
[soundfile name], [FSUIPC offset], [offsetlength], [value when active or - for non-zero], [repeat every X seconds/CYC/ON/OFF/CHANGE], [volume 1-100]

In Sysvar.txt
0BDC 2 flapsControl

This would be for the first TWO Flaps position in my setup, OFF (0) position included (, 50 is for Volume 50).
pmdg_flap_handle, 0BDC, 2, 0, on, 50
pmdg_flap_handle, 0BDC, 2, 2047, on, 50
pmdg_flap_handle, 0BDC, 2, 4095, on, 50