-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSNDINFO.pathfinder
67 lines (59 loc) · 3.39 KB
/
SNDINFO.pathfinder
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
65
66
67
//Doors
pathfinder/reddoor "sounds/PathFinder/RedDoor.ogg"
pathfinder/redskull "sounds/PathFinder/RedSkullDoor.ogg"
pathfinder/bluedoor "sounds/PathFinder/BlueDoor.ogg"
pathfinder/blueskull "sounds/PathFinder/BlueSkullDoor.ogg"
pathfinder/yellowdoor "sounds/PathFinder/YellowDoor.ogg"
pathfinder/yellowskull "sounds/PathFinder/YellowSkullDoor.ogg"
pathfinder/greendoor "sounds/PathFinder/GreenDoor.ogg"
pathfinder/3keydoor "sounds/PathFinder/3KeyDoor.ogg"
pathfinder/6keydoor "sounds/PathFinder/6KeyDoor.ogg"
pathfinder/anykeydoor "sounds/PathFinder/AnyKeyDoor.ogg"
pathfinder/axedoor "sounds/PathFinder/AxeDoor.ogg"
pathfinder/castledoor "sounds/PathFinder/CastleDoor.ogg"
pathfinder/cavedoor "sounds/PathFinder/CaveDoor.ogg"
pathfinder/dungeondoor "sounds/PathFinder/DungeonDoor.ogg"
pathfinder/emeralddoor "sounds/PathFinder/EmeraldDoor.ogg"
pathfinder/firedoor "sounds/PathFinder/FireDoor.ogg"
pathfinder/horndoor "sounds/PathFinder/HornDoor.ogg"
pathfinder/rusteddoor "sounds/PathFinder/RustedDoor.ogg"
pathfinder/silverdoor "sounds/PathFinder/SilverDoor.ogg"
pathfinder/steeldoor "sounds/PathFinder/SteelDoor.ogg"
pathfinder/swampdoor "sounds/PathFinder/SwampDoor.ogg"
pathfinder/alldoor "sounds/PathFinder/AllKeyDoor.ogg"
//Exits
pathfinder/exit "sounds/PathFinder/Exit.ogg"
pathfinder/secretexit "sounds/PathFinder/SecretExit.ogg"
//Path Finder Menu and Actions
pathfinder/markermenu "sounds/PathFinder/MarkerMenu.ogg"
pathfinder/pathfinding "sounds/PathFinder/Pathfinding.ogg"
pathfinder/exploration "sounds/PathFinder/Exploration.ogg"
pathfinder/addmarker "sounds/PathFinder/AddMarker.ogg"
pathfinder/levelstart "sounds/PathFinder/LevelStart.ogg"
pathfinder/marker1 "sounds/PathFinder/Marker1.ogg"
pathfinder/marker2 "sounds/PathFinder/Marker2.ogg"
pathfinder/marker3 "sounds/PathFinder/Marker3.ogg"
pathfinder/marker4 "sounds/PathFinder/Marker4.ogg"
pathfinder/marker5 "sounds/PathFinder/Marker5.ogg"
pathfinder/marker6 "sounds/PathFinder/Marker6.ogg"
pathfinder/marker7 "sounds/PathFinder/Marker7.ogg"
pathfinder/marker8 "sounds/PathFinder/Marker8.ogg"
pathfinder/marker9 "sounds/PathFinder/Marker9.ogg"
pathfinder/marker10 "sounds/PathFinder/Marker10.ogg"
pathfinder/markers "sounds/PathFinder/Markers.ogg"
pathfinder/nodereached "sounds/PathFinder/NodeReached.wav"
pathfinder/destreached "sounds/PathFinder/DestReached.ogg"
pathfinder/nopath "sounds/PathFinder/NoPath.ogg"
pathfinder/pathfound "sounds/PathFinder/PathFound.ogg"
pathfinder/placemarkers "sounds/PathFinder/PlaceMarkers.ogg"
pathfinder/removenearest "sounds/PathFinder/RemNearestMark.ogg"
pathfinder/removemarker "sounds/PathFinder/RemoveMarker.ogg"
pathfinder/stoppath "sounds/PathFinder/StopPath.ogg"
pathfinder/beep1 "sounds/PathFinder/BEEP1.wav"
pathfinder/beep2 "sounds/PathFinder/BEEPING.wav"
pathfinder/cricket1 "sounds/PathFinder/CRICKET1.wav"
pathfinder/cricket2 "sounds/PathFinder/CRICKET2.wav"
pathfinder/hum "sounds/PathFinder/HUM1.wav"
pathfinder/nodebeacon "sounds/PathFinder/PathBeacon.wav"
pathfinder/unexplored "sounds/PathFinder/Unexplored.ogg"
pathfinder/noninteracted "sounds/PathFinder/NonInteracted.ogg"