-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsounds_gc.xml
64 lines (55 loc) · 2.87 KB
/
sounds_gc.xml
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
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0"?>
<Sounds>
<General>
<!-- Thompson 1928 single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Thompson1928 Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_thompson1928_single_1.ogg</Wave>
</Sound>
<!-- Thompson 1928 burst fire -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Thompson1928 Burst" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_thompson1928_burst_1.ogg</Wave>
</Sound>
<!-- Winmag single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Winmag Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_winmag_single_1.ogg</Wave>
</Sound>
<!-- Dolt 46 single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Dolt46 Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_dolt46_single_1.ogg</Wave>
<Wave>audio/sfx/weapons/weapon_dolt46_single_2.ogg</Wave>
</Sound>
<!-- Dolt 46 burst shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Dolt46 Burst" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_dolt46_burst_1.ogg</Wave>
</Sound>
<!-- Tactical Snowshovel single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Snowshovel Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_snowshovel_single_1.ogg</Wave>
<Wave>audio/sfx/weapons/weapon_snowshovel_single_2.ogg</Wave>
</Sound>
<!-- The Express single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon 700express Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_theexpress_single_1.ogg</Wave>
</Sound>
<!-- The Express burst shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon 700express Burst" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_theexpress_burst_1.ogg</Wave>
</Sound>
<!-- Medicine Stick single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Medicine Stick Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_medicinestick_single_1.ogg</Wave>
</Sound>
<!-- The Shotbuss single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Shotbuss Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_shotbuss_single_1.ogg</Wave>
</Sound>
<!-- Battle Box single shot -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Toolbox Single" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_toolbox_single_1.ogg</Wave>
</Sound>
<!-- Thompson 2028 burst fire -->
<Sound MODMERGEATTRIBUTE="name" MODMERGE="insert" name="Weapon Thompson2028 Burst" volume="2.0" group="1" comment="">
<Wave>audio/sfx/weapons/weapon_thompson2028_burst_1.ogg</Wave>
</Sound>
</General>
</Sounds>