slotUI/sound/info.txt

changeset 128
be47571ed2fd
parent 78
d9126a55295c
equal deleted inserted replaced
127:c12c7396f22b 128:be47571ed2fd
1 The sounds are just examples, you can exchange them with whatever you want 1 The sounds are just examples, you can exchange them with whatever you want
2 2
3 The sound files are public domain, downloaded from: 3 The sound files are public domain, downloaded from:
4 http://www.mediacollege.com/downloads/permission/public-domain.html 4 http://www.mediacollege.com/downloads/permission/public-domain.html
5
6 full list of sound triggers:
7
8 "countdown_start": os.path.abspath(SOUNDPREFIX + "sound/countdown.mp3"),
9 "race_start": os.path.abspath(SOUNDPREFIX + "sound/racestart.mp3"),
10 "race_prepare": os.path.abspath(SOUNDPREFIX + "sound/prepare.mp3"),
11 "lap_record": os.path.abspath(SOUNDPREFIX + "sound/laprecord.mp3"),
12 # "first_position": os.path.abspath(SOUNDPREFIX + "sound/laprecord.mp3"),
13 "fuel_warning1": os.path.abspath(SOUNDPREFIX + "sound/fuel1.mp3"),
14 "fuel_warning2": os.path.abspath(SOUNDPREFIX + "sound/fuel2.mp3"),
15 "fuel_full": os.path.abspath(SOUNDPREFIX + "sound/fuel_full.mp3"),
16 "pitlane_enter": os.path.abspath(SOUNDPREFIX + "sound/pitlane_enter.mp3"),
17 "pitlane_exit": os.path.abspath(SOUNDPREFIX + "sound/pitlane_exit.mp3"),
18 "data_error": os.path.abspath(SOUNDPREFIX + "sound/data_error.mp3"),
19 "panic": os.path.abspath(SOUNDPREFIX + "sound/panic.mp3"),
20 "panic_shortcut": os.path.abspath(SOUNDPREFIX + "sound/panic_shortcut.mp3"),
21 "resume": os.path.abspath(SOUNDPREFIX + "sound/resume.mp3"),
22 "win": os.path.abspath(SOUNDPREFIX + "sound/win.mp3"),

mercurial