blob: adcb82b0b9e2404f4029b4a08f78d4630982f62c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
"strike_ware"
{
"dsp" "1"
// The ambient sounds of the warehouse
"playlooping"
{
"volume" "0.1"
"pitch" "100"
"soundlevel" "SNDLVL_90dB"
"wave" "ambient/atmosphere/ambience_base.wav"
}
"playlooping"
{
"volume" "0.15"
"wave" "ambient/atmosphere/indoor2.wav"
"pitch" "100"
}
}
"strike_outside"
{
"playlooping"
{
"volume" "0.25"
"wave" "ambient/wind/wind1.wav"
"pitch" "100"
}
"playsoundscape"
{
"name" "d1_canals.util_tunnel_windgusts"
"volume" "0.7"
}
"playsoundscape"
{
"name" "d1_canals.util_birds"
"volume" "0.25"
}
}
|