-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
39 lines (36 loc) · 994 Bytes
/
config
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
[General]
initialSeconds = 20
disarmCode = 0000
resetCode = 9999
[ServerPorts]
master = 65535
doorSensor = 65534
timer = 65533
display = 65532
keypad = 65531
magnet = 65530
speaker = 65529
[Pins]
doorSensor = 2
magnet = 3
[Audio]
# The tick sound played each second
tick = "tick.mp3"
# The sound played by the bomb when the timer hits zero
fail = "fail.mp3"
# The explosion sound played on the big speaker if the players fail
blam = "blam.mp3"
# The sound played by the bomb when players open the outside box
arm = "arm.mp3"
# The sound played when players put in the correct unlock code
correct = "correct.mp3"
# The sound played when the reset code is entered
reset = "reset.mp3"
# The sound played when the magnets release the interior door
release = "release.mp3"
# The sound played when groups completely disarm the bomb
disarm = "disarm.mp3
# The sound played overhead when groups are victorious
victory = "victory.mp3"
# The sound played as the bomb is powering up
power = "power.mp3"