//-----------------------------------
//Soundscapes for ge_facility_classic
//-----------------------------------

//----------------------------------------------------------------------
"ge_facility_classic.general"
//----------------------------------------------------------------------

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	".94"
	}
	//--------------------------------------

}

//----------------------------------------------------------------------
"ge_facility_classic.bathroom"
//----------------------------------------------------------------------

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	".96"
	}
	//--------------------------------------

	"playrandom"
	{
		"time"		"2,5"
		"volume"	".2,.4"
		"pitch"		"100"

		"rndwave"
		{
			"wave"	"ambient/water/rain_drip1.wav"
			"wave"	"ambient/water/rain_drip2.wav"
			"wave"	"ambient/water/rain_drip3.wav"
			"wave"	"ambient/water/rain_drip4.wav"
			"wave"	"ambient/machines/usetoilet_flush1.wav"
			"wave"	"ambient/materials/flush2.wav"
			"wave"	"ambient/materials/flush1.wav"
		}
	}

	"playlooping"
	{
		"wave"		"ambient/water/corridor_water.wav"
		"volume"	".5"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_facility_classic.rustypipes"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_facility_classic.hallway"
//----------------------------------------------------------------------

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	".99"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/corridor2.wav"
		"volume"	".5"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_facility_classic.rustypipes"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_facility_classic.tanks"
//----------------------------------------------------------------------

{
	"dsp" "25"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/engine_room.wav"
		"volume"	"1.0"
		"pitch"		"100"		
	}

	"playrandom"
	{
		"time"		"10,20"
		"volume"	".3,.6"
		"pitch"		"100"

		"rndwave"
		{
			"wave"	"ambient/materials/shipgroan1.wav"
			"wave"	"ambient/materials/shipgroan2.wav"
			"wave"	"ambient/materials/shipgroan3.wav"
			"wave"	"ambient/materials/shipgroan4.wav"
			"wave"	"ambient/materials/creaking.wav"
		}
	}

	"playsoundscape"
	{
		"name"		"ge_facility_classic.rustypipes"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_facility_classic.lab"
//----------------------------------------------------------------------

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	".98"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/machines/lab_loop1.wav"
		"volume"	".3"
		"pitch"		"100"		
	}
}

//----------------------------------------------------------------------
"ge_facility_classic.vents"
//----------------------------------------------------------------------

{
	"dsp" "2"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	".95"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/wind/wind1.wav"
		"volume"	".8"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_facility_classic.rustypipes"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_facility_classic.rustypipes"
//----------------------------------------------------------------------

//rusty pipe noises will occur at random positions

{
	"playrandom"
	{
		"position"	"random"
		"time"		"10,15"
		"volume"	".2,.5"
		"pitch"		"100"

		"rndwave"
		{
			"wave"	"ambient/materials/rustypipes1.wav"
			"wave"	"ambient/materials/rustypipes2.wav"
			"wave"	"ambient/materials/rustypipes3.wav"
		}
	}
}

//----------------------------------------------------------------------
"ge_facility_classic.runway"
//----------------------------------------------------------------------

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.facility_classic"
		"volume"	".97"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/station_ambience_stereo_loop1.wav"
		"volume"	".7"
		"pitch"		"100"		
	}

	"playrandom"
	{
		"time"		"15,25"
		"volume"	".6,.8"
		"pitch"		"100"

		"rndwave"
		{
			"wave"	"ambient/machines/aircraft_distant_flyby1.wav"
			"wave"	"ambient/machines/aircraft_distant_flyby3.wav"
			"wave"	"ambient/machines/truck_pass_distant1.wav"
			"wave"	"ambient/machines/truck_pass_distant2.wav"
			"wave"	"ambient/machines/truck_pass_distant3.wav"
			"wave"	"ambient/machines/heli_pass1.wav"
			"wave"	"ambient/machines/heli_pass2.wav"
		}
	}
}