Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgSoundSets
- {
- class Insect_Day_SoundSet
- {
- volumeCurve="insectsVolumeCurve";
- };
- class Insect_Night_SoundSet
- {
- volumeCurve="insectsVolumeCurve";
- };
- class Crickets_Stratis_SingleA_Day_SoundSet
- {
- volumeCurve="insectsVolumeCurve";
- };
- class Crickets_Stratis_GroupA_Day_SoundSet
- {
- volumeCurve="insectsVolumeCurve";
- };
- class Crickets_Stratis_Night_SoundSet
- {
- volumeCurve="insectsVolumeCurve";
- };
- class Wind_LeavesA_SoundSet
- {
- volumeCurve="WindAttenuationCurve";
- };
- class Wind_LeavesA_Narrow_SoundSet
- {
- volumeCurve="WindAttenuationCurve";
- };
- class Wind_LeavesB_SoundSet
- {
- volumeCurve="WindAttenuationCurve";
- };
- class Wind_LeavesC_SoundSet
- {
- volumeCurve="WindAttenuationCurve";
- };
- };
- class CfgSoundCurves
- {
- class insectsVolumeCurve
- {
- points[]=
- {
- {0,1},
- {0.1,1},
- {0.2,0.44400001},
- {0.30000001,0.25},
- {0.40000001,0.16},
- {0.5,0.111},
- {0.60000002,0.081},
- {0.69999999,0.063000001},
- {0.80000001,0.048999999},
- {0.89999998,0.039999999},
- {1,0}
- };
- };
- class WindAttenuationCurve
- {
- points[]=
- {
- {0,1},
- {0.1,1},
- {0.2,1},
- {0.30000001,1},
- {0.40000001,0.44400001},
- {0.5,0.25},
- {0.60000002,0.16},
- {0.69999999,0.081},
- {0.80000001,0.063000001},
- {0.89999998,0.044},
- {1,0}
- };
- };
- };
- /* next code fixes issues 1.1 and 1.2, ignore for issue 5. */
- class CfgSoundShaders
- {
- class Insect_Day_SoundShader
- {
- samples[]=
- {
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_01",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_02",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_03",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_04",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_05",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_06",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_07",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_08",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_09",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_10",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_11",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Day_12",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Raspy_01",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Raspy_02",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Raspy_03",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Raspy_04",
- 1
- },
- {
- "A3\Sounds_F_Enoch\Assets\Environment\SpotFx\Fauna\Insects\Insect_Raspy_05",
- 1
- }
- };
- };
- class Wind_LeavesC_SoundShader
- {
- samples[]=
- {
- {
- "A3\Sounds_F_Exp\environment\elements\winds\wind_leavesC_1",
- 1
- },
- {
- "A3\Sounds_F_Exp\environment\elements\winds\wind_leavesC_2",
- 1
- },
- {
- "A3\Sounds_F_Exp\environment\elements\winds\wind_leavesC_3",
- 1
- }
- };
- };
- };
- /* get rid of 2d ambients */
- class CfgWorlds
- {
- class DefaultWorld
- {
- class EnvSounds;
- };
- class CAWorld: DefaultWorld
- {
- class EnvSounds: EnvSounds
- {
- soundSetEnvironment[]=
- {
- };
- };
- };
- class Enoch: CAWorld
- {
- class EnvSounds: EnvSounds
- {
- soundSetEnvironment[]=
- {
- };
- };
- };
- class Tanoa: CAWorld
- {
- class EnvSounds: EnvSounds
- {
- soundSetEnvironment[]=
- {
- };
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement