-
Notifications
You must be signed in to change notification settings - Fork 0
/
SNDINFO
29 lines (23 loc) · 1021 Bytes
/
SNDINFO
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
//
// Weathremum sound info.
//
// [McM]: Do not forget to update a SNDSEQ data when changing names here!
//
weathremum/rain/default "Sounds/Rain/rain_default.mp3"
weathremum/rain/heavy "Sounds/Rain/rain_heavy1.mp3"
weathremum/rainsurface/soft "Sounds/Rain/rain_surface_soft.wav"
weathremum/rainsurface/incandescent "Sounds/Rain/rain_surface_incandescent.mp3"
weathremum/rainsurface/rock "Sounds/Rain/rain_surface_rocks.mp3"
weathremum/rainsurface/metal "Sounds/Rain/rain_surface_metal.mp3"
weathremum/rainsurface/plasticglass "Sounds/Rain/rain_surface_plasticglass.wav"
weathremum/rainsurface/tin "Sounds/Rain/rain_surface_tin.wav"
$random weather/thunder { weather/thunder1 weather/thunder2 weather/thunder3 weather/thunder4 weather/thunder5 }
weather/thunder1 thunder1
weather/thunder2 thunder2
weather/thunder3 thunder3
weather/thunder4 thunder4
weather/thunder5 thunder5
$random weather/wind { weather/wind1 weather/wind2 weather/wind3 }
weather/wind1 wind1
weather/wind2 wind2
weather/wind3 wind3