//--------------------------- //Soundscapes for ge_aztec // by Luchador //--------------------------- //---------------------------------------------------------------------- "ge_aztec.jungle" //---------------------------------------------------------------------- { "dsp" "13" "playlooping" { "volume" "0.5" "pitch" "100" "wave" "ambient/jungle_background.mp3" } "playlooping" { "volume" "1" "pitch" "100" "wave" "ambient/wind3.wav" } "playrandom" { "time" "5,10" "volume" ".8" "pitch" "100" "rndwave" { "wave" "ambient/creatures/bird.wav" "wave" "ambient/creatures/birdy.wav" "wave" "ambient/creatures/cactus_wren.wav" "wave" "ambient/creatures/cricket.wav" "wave" "ambient/creatures/parrot.wav" "wave" "ambient/creatures/woodpecker.wav" } } } //---------------------------------------------------------------------- "ge_aztec.control" //---------------------------------------------------------------------- { "dsp" "9" "playlooping" { "volume" "0.7" "pitch" "100" "wave" "ambient\atmosphere\indoor2.wav" } } //---------------------------------------------------------------------- "ge_aztec.interior" //---------------------------------------------------------------------- { "dsp" "8" "playlooping" { "volume" "0.7" "pitch" "100" "wave" "ambient\atmosphere\indoor1.wav" } } //---------------------------------------------------------------------- "ge_aztec.shuttlebay" //---------------------------------------------------------------------- { "dsp" "13" "playlooping" { "volume" "0.25" "pitch" "100" "wave" "ambient\atmosphere\outdoor2.wav" } "playlooping" { "volume" ".5" "pitch" "100" "wave" "ambient/wind3.wav" } }