Sound by Turn10studios

From VW Golf GTi VR6 from WR2

For VAG old 2.8 MPi V6/VR6 engines

-----------------------------------------------

Code:

audio
{
  skid
  {
    sample=skid.wav
    sample2=skid.wav
  }
    acc_all
  {
    attack=2600
    decay=2600
  }
  ;------------------ OUT
  accelerate_out
  {
    smp0~audio.acc_all
    {
      sample=vagv6petrolonpump/low.wav
      min=0
      max=2000
      natural=2000
      volume=2
      attack=500
      decay=2000
    }
    smp1~audio.acc_all
    {
      sample=vagv6petrolonpump/mid.wav
      min=4000
      max=4001
      natural=4000
      volume=2
      attack=2000
      decay=2000
    }
    smp2~audio.acc_all
    {
      sample=vagv6petrolonpump/hi.wav
      min=6000
      max=9000
      natural=6000
      volume=2
      attack=2000
      decay=2000
    }
  }
  gearwhine
  {
    volume=0.5
    pitch_scale=0.001
    pitch_offset=0
    smp0~audio.acc_all
    {
      sample=gearwhine.wav
      min=0
      max=10000
      natural=7000
    }
  }
  wind
  {
    volume=1
    pitch_scale=0
    pitch_offset=50
    smp0
    {
      sample=wind1.wav
      min=25
      max=26
      attack=33
      decay=33
      natural=80
    }
    smp1
    {
      sample=wind2.wav
      min=50
      max=51
      attack=33
      decay=33
      natural=80
    }
    smp2
    {
      sample=wind3.wav
      min=75
      max=76
      attack=33
      decay=33
      natural=80
    }
  }
}