Advertisement
Traggered

Arma3DelayCfgVehicleCrush

Jan 26th, 2025 (edited)
599
0
358 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class CfgSoundSets
  2. {
  3.     class Sfx_SparklesShortCircuit_SoundSet
  4.     {
  5.         soundShaders[]=
  6.         {
  7.             "Sfx_SparklesShortCircuit_SoundShader"
  8.         };
  9.         volumeFactor=1;
  10.         frequencyFactor=0.80000001;
  11.         frequencyRandomizer=3;
  12.         frequencyRandomizerMin=1;
  13.         spatial=1;
  14.         doppler=0;
  15.         speedOfSound=0;
  16.         loop=0;
  17.  
  18.         delay=5;
  19.         delayRandomizer=10;
  20.  
  21.         volumeCurve="InverseSquare2Curve";
  22.         volumeRandomizer=1.4125376;
  23.         sound3DProcessingType="SpotFx3DProcessingType";
  24.     };
  25. };
  26. class CfgSoundShaders
  27. {
  28.     class Sfx_SparklesShortCircuit_SoundShader
  29.     {
  30.         samples[]=
  31.         {
  32.  
  33.             {
  34.                 "a3\sounds_f\sfx\special_sfx\sparkles_wreck_1",
  35.                 1
  36.             },
  37.  
  38.             {
  39.                 "a3\sounds_f\sfx\special_sfx\sparkles_wreck_2",
  40.                 1
  41.             },
  42.  
  43.             {
  44.                 "a3\sounds_f\sfx\special_sfx\sparkles_wreck_3",
  45.                 1
  46.             }
  47.         };
  48.         volume=0.6;
  49.         range=60;
  50.         rangeCurve="InverseSquare2Curve";
  51.     };
  52. };
  53. class CfgVehicles
  54. {
  55.     class SoundSetSource_01_base_F;
  56.     class SoundSetSource_Sfx_ShortCircuit: SoundSetSource_01_base_F
  57.     {
  58.         class Sounds
  59.         {
  60.             soundSets[]=
  61.             {
  62.                 "Sfx_SparklesShortCircuit_SoundSet"
  63.             };
  64.         };
  65.     };
  66. };
Tags: T188707
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement