"idle"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"wave"		"vehicles/socar4/idle.wav"
}


"start"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"wave"		"vehicles/socar4/start.mp3"
}

"stop"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"wave"		"vehicles/socar4/stop.mp3"
}

"rev"
{
	"channel"		"CHAN_STATIC"
	"volume"		"0.9"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"85,95"
	"wave"		"vehicles/socar4/rev.wav"
}

"reverse"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"			"95"
	"wave"			"vehicles/socar4/reverse.wav"
}


"firstgear"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"95"
	"wave"		"vehicles/socar4/1stgear.wav"
}

"secondgear"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"85,95"
	"wave"		"vehicles/socar4/2ndgear.wav"
}

"thirdgear"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"85,95"

	"wave"		"vehicles/socar4/3rdgear.wav"
}

"fourthgear"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"95,95"
	"wave"		"vehicles/socar4/4thgear.wav"
}

"firstgear_noshift"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"95,95"
	// NOTE: This needs to be a looping sound
	"wave"		"vehicles/socar4/1stgear.wav"
}
"secondgear_noshift"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"95,95"
	// NOTE: This needs to be a looping sound
	"wave"		"vehicles/socar4/2ndgear.wav"
}
"thirdgear_noshift"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"95,95"
	// NOTE: This needs to be a looping sound
	"wave"		"vehicles/socar4/3rdgear.wav"
}

"fourthgear_noshift"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"95,95"
	// NOTE: This needs to be a looping sound
	"wave"		"vehicles/socar4/4thgear.wav"
}



"throttleoff_slowspeed"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"85,95"
	"wave"		"vehicles/socar4/slowdwn.wav"

}

"throttleoff_fastspeed"
{
	"channel"		"CHAN_STATIC"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"85,95"

	"wave"		"vehicles/socar4/fastdwn.wav"
}

"turbo_on"
{
	"channel"		"CHAN_ITEM"
	"volume"		"1.0"
	"soundlevel"	"SNDLVL_80dB"
	"pitch"		"85,95"

	"wave"		"vehicles/socar4/turbo.mp3"
}


