Sounds only plays when located in steam folder

  • A little stumped by this - Below is the code for the sound linked to a compressor stall. The sound only plays when in C:\Steam\steamapps\common\Aerofly FS 4 Flight Simulator\aircraft\a321_xlr

    The Mod lives here - Documents\Aerofly FS 4\aircraft\a321_xlr\Neo_sounds_mod

    I've tried placing compressor-stall.tsb inside the mod folder, and in the root of the Documents A321 folder. Always silent unless I put it back in the Steam folder


    // ENGINE 1 COMPRESSOR STALL / FLAMEOUT SOUND
    // Safe trigger: Engine1Burning falling
    // ============================================================

    <[soundinput][Engine1Burning][]>

    <[soundsingle][SoundEngine1CompressorStall][]
    <[uint32][PositionID] [Engine1Body.R]>
    <[uint32][OrientationID][Engine1Body.Q]>
    <[uint32][VelocityID] [Engine1Body.V]>
    <[string8][InputTrigger][Engine1Burning.Output]>
    <[string8][InputVolume] [3.0]>
    <[string8][InputPitch] [1.0]>
    <[string8][SoundFile] [compressor-stall.tsb]>
    <[float64][Threshold][0.5]>
    <[int32][Direction][-1]>
    <[tmvector3d][R0][ 1.3 5.838 -2.72 ]>
    <[float64][Radius][20.0]>
    <[float64][Range][2500.0]>
    <[bool][External][false]>
    >

  • First of all use all lower case letters and underscores only for folder names. Android, iOS, Windows, etc treat file names differently, to stay compatible only lower case letters and underscores must be used. Replace the dash in the file name to an underscore as well.

    Secondly if you put the files into a subfolder then you also need to specify that in the SoundFile property, see the A320 iae sounds for an example.

    Regards,

    Jan