removed unused array for SDL key state
[rocksndiamonds.git] / src / conf_snd.c
1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // conf_snd.c
10 // ============================================================================
11
12 #include "libgame/libgame.h"
13 #include "main.h"
14
15
16 // List values that are not defined in the configuration file are set to
17 // reliable default values. If that value is SND_ARG_UNDEFINED, it will
18 // be dynamically determined, using some of the other list values.
19
20 struct ConfigTypeInfo sound_config_suffix[] =
21 {
22   { ".mode_loop",                               ARG_UNDEFINED,  TYPE_BOOLEAN    },
23   { ".volume",                                  "100",          TYPE_INTEGER    },
24   { ".priority",                                "0",            TYPE_INTEGER    },
25
26   { NULL,                                       NULL,           0               }
27 };
28
29 struct ConfigInfo sound_config[] =
30 {
31   // some default sounds
32   { "[default].digging",                        "schlurf.wav"                   },
33   { "[default].collecting",                     "pong.wav"                      },
34   { "[default].snapping",                       "pong.wav"                      },
35   { "[default].pushing",                        "pusch.wav"                     },
36   { "[default].impact",                         "klopf.wav"                     },
37   { "[default].walking",                        "empty.wav"                     },
38   { "[default].passing",                        "gate.wav"                      },
39   { "[default].dying",                          "autsch.wav"                    },
40   { "[default].exploding",                      "roaaar.wav"                    },
41   { "[default].hitting",                        "kink.wav"                      },
42   { "[sp_default].exploding",                   "booom.wav"                     },
43   { "[mm_default].exploding",                   "kabumm.wav"                    },
44
45   // sounds for Boulder Dash style elements and actions
46   { "bd_sand_ball.falling",                     UNDEFINED_FILENAME              },
47   { "bd_sand_ball.impact",                      "schlurf.wav"                   },
48   { "bd_sand_loose.falling",                    UNDEFINED_FILENAME              },
49   { "bd_sand_loose.impact",                     "schlurf.wav"                   },
50   { "bd_diamond.collecting",                    "pong.wav"                      },
51   { "bd_diamond.falling",                       UNDEFINED_FILENAME              },
52   { "bd_diamond.impact",                        "pling.wav"                     },
53   { "bd_flying_diamond.collecting",             "pong.wav"                      },
54   { "bd_flying_diamond.falling",                UNDEFINED_FILENAME              },
55   { "bd_flying_diamond.impact",                 "pling.wav"                     },
56   { "bd_rock.pushing",                          "pusch.wav"                     },
57   { "bd_rock.falling",                          UNDEFINED_FILENAME              },
58   { "bd_rock.impact",                           "klopf.wav"                     },
59   { "bd_flying_rock.pushing",                   "pusch.wav"                     },
60   { "bd_flying_rock.falling",                   UNDEFINED_FILENAME              },
61   { "bd_flying_rock.impact",                    "klopf.wav"                     },
62   { "bd_mega_rock.pushing",                     "pusch.wav"                     },
63   { "bd_mega_rock.falling",                     UNDEFINED_FILENAME              },
64   { "bd_mega_rock.impact",                      "klopf.wav"                     },
65   { "bd_waiting_rock.pushing",                  "pusch.wav"                     },
66   { "bd_chasing_rock.pushing",                  "pusch.wav"                     },
67   { "bd_nut.pushing",                           "knurk.wav"                     },
68   { "bd_nut.breaking",                          "knack.wav"                     },
69   { "bd_nut.falling",                           UNDEFINED_FILENAME              },
70   { "bd_nut.impact",                            "klumpf.wav"                    },
71   { "bd_nitro_pack.pushing",                    "pusch.wav"                     },
72   { "bd_nitro_pack.impact",                     "klopf.wav"                     },
73   { "bd_bomb.collecting",                       "pong.wav"                      },
74   { "bd_bomb.dropping",                         "zisch.wav"                     },
75   { "bd_magic_wall.activating",                 "quirk.wav"                     },
76   { "bd_magic_wall.active",                     "miep.wav"                      },
77   { "bd_magic_wall.filling",                    "quirk.wav"                     },
78   { "bd_amoeba.waiting",                        UNDEFINED_FILENAME              },
79   { "bd_amoeba.growing",                        "amoebe.wav"                    },
80   { "bd_amoeba.turning_to_gem",                 "pling.wav"                     },
81   { "bd_amoeba.turning_to_gem.mode_loop",       "false"                         },
82   { "bd_amoeba.turning_to_rock",                "klopf.wav"                     },
83   { "bd_amoeba.turning_to_rock.mode_loop",      "false"                         },
84   { "bd_amoeba.other",                          UNDEFINED_FILENAME              },
85   { "bd_butterfly.moving",                      "klapper.wav"                   },
86   { "bd_butterfly.waiting",                     "klapper.wav"                   },
87   { "bd_firefly.moving",                        "roehr.wav"                     },
88   { "bd_firefly.waiting",                       "roehr.wav"                     },
89   { "bd_pneumatic_hammer.active",               "hammer.wav"                    },
90   { "bd_covered.active",                        "jingle.wav"                    },
91   { "bd_inbox.opening",                         "crash.wav"                     },
92
93   // sounds for Supaplex style elements and actions
94   { "sp_base.digging",                          "base.wav"                      },
95   { "sp_buggy_base.digging",                    "base.wav"                      },
96   { "sp_buggy_base.active",                     "bug.wav"                       },
97   { "sp_infotron.collecting",                   "infotron.wav"                  },
98   { "sp_infotron.impact",                       "pling.wav"                     },
99   { "sp_zonk.pushing",                          "zonkpush.wav"                  },
100   { "sp_zonk.impact",                           "zonkdown.wav"                  },
101   { "sp_disk_red.collecting",                   "infotron.wav"                  },
102   { "sp_disk_orange.pushing",                   "zonkpush.wav"                  },
103   { "sp_disk_yellow.pushing",                   "pusch.wav"                     },
104   { "[sp_port].passing",                        "gate.wav"                      },
105   { "[sp_exit].passing",                        "exit.wav"                      },
106   { "[sp_exit].opening",                        UNDEFINED_FILENAME              },
107   { "[sp_exit].closing",                        UNDEFINED_FILENAME              },
108   { "sp_sniksnak.moving",                       UNDEFINED_FILENAME              },
109   { "sp_sniksnak.waiting",                      UNDEFINED_FILENAME              },
110   { "sp_electron.moving",                       UNDEFINED_FILENAME              },
111   { "sp_electron.waiting",                      UNDEFINED_FILENAME              },
112   { "sp_terminal.activating",                   UNDEFINED_FILENAME              },
113   { "sp_terminal.active",                       UNDEFINED_FILENAME              },
114
115   // sounds for Sokoban style elements and actions
116   { "[sokoban].pushing",                        "pusch.wav"                     },
117   { "[sokoban].filling",                        "deng.wav"                      },
118   { "[sokoban].emptying",                       UNDEFINED_FILENAME              },
119
120   // sounds for Emerald Mine style elements and actions
121   { "[player].moving",                          "empty.wav"                     },
122   { "[player].moving.mode_loop",                "false"                         },
123   { "sand.digging",                             "schlurf.wav"                   },
124   { "[emerald].collecting",                     "pong.wav"                      },
125   { "[emerald].impact",                         "pling.wav"                     },
126   { "diamond.collecting",                       "pong.wav"                      },
127   { "diamond.impact",                           "pling.wav"                     },
128   { "diamond.breaking",                         "quirk.wav"                     },
129   { "rock.pushing",                             "pusch.wav"                     },
130   { "rock.impact",                              "klopf.wav"                     },
131   { "bomb.pushing",                             "pusch.wav"                     },
132   { "nut.pushing",                              "knurk.wav"                     },
133   { "nut.breaking",                             "knack.wav"                     },
134   { "nut.impact",                               "klumpf.wav"                    },
135   { "[dynamite].collecting",                    "pong.wav"                      },
136   { "[dynamite].dropping",                      "deng.wav"                      },
137   { "[dynamite].active",                        "zisch.wav"                     },
138   { "[key].collecting",                         "pong.wav"                      },
139   { "[gate].passing",                           "gate.wav"                      },
140   { "bug.moving",                               "klapper.wav"                   },
141   { "bug.waiting",                              "klapper.wav"                   },
142   { "spaceship.moving",                         "roehr.wav"                     },
143   { "spaceship.waiting",                        "roehr.wav"                     },
144   { "yamyam.moving",                            UNDEFINED_FILENAME              },
145   { "yamyam.waiting",                           "njam.wav"                      },
146   { "yamyam.digging",                           "njam.wav"                      },
147   { "robot.moving",                             "schlurf.wav"                   },
148   { "robot.moving.mode_loop",                   "false"                         },
149   { "robot.waiting",                            UNDEFINED_FILENAME              },
150   { "robot_wheel.activating",                   "deng.wav"                      },
151   { "robot_wheel.active",                       "miep.wav"                      },
152   { "magic_wall.activating",                    "quirk.wav"                     },
153   { "magic_wall.active",                        "miep.wav"                      },
154   { "magic_wall.filling",                       "quirk.wav"                     },
155   { "dc_magic_wall.activating",                 "quirk.wav"                     },
156   { "dc_magic_wall.active",                     "miep.wav"                      },
157   { "dc_magic_wall.filling",                    "quirk.wav"                     },
158   { "[amoeba].waiting",                         UNDEFINED_FILENAME              },
159   { "[amoeba].growing",                         "amoebe.wav"                    },
160   { "[amoeba].dropping",                        UNDEFINED_FILENAME              },
161   { "acid.splashing",                           "blurb.wav"                     },
162   { "[quicksand].filling",                      UNDEFINED_FILENAME              },
163   { "[quicksand].emptying",                     UNDEFINED_FILENAME              },
164   { "[exit].opening",                           "oeffnen.wav"                   },
165   { "[exit].closing",                           "oeffnen.wav"                   },
166   { "[exit].passing",                           "buing.wav"                     },
167   { "[steel_exit].opening",                     "oeffnen.wav"                   },
168   { "[steel_exit].closing",                     "oeffnen.wav"                   },
169   { "[steel_exit].passing",                     "buing.wav"                     },
170   { "[em_exit].opening",                        "gong.wav"                      },
171   { "[em_exit].closing",                        UNDEFINED_FILENAME              },
172   { "[em_exit].passing",                        "buing.wav"                     },
173   { "[em_steel_exit].opening",                  "gong.wav"                      },
174   { "[em_steel_exit].closing",                  UNDEFINED_FILENAME              },
175   { "[em_steel_exit].passing",                  "buing.wav"                     },
176   { "penguin.passing",                          "buing.wav"                     },
177
178   // sounds for Emerald Mine Club style elements and actions
179   { "balloon.moving",                           UNDEFINED_FILENAME              },
180   { "balloon.waiting",                          UNDEFINED_FILENAME              },
181   { "balloon.pushing",                          "schlurf.wav"                   },
182   { "[balloon_switch].activating",              UNDEFINED_FILENAME              },
183   { "spring.moving",                            UNDEFINED_FILENAME              },
184   { "spring.pushing",                           "pusch.wav"                     },
185   { "spring.impact",                            "klopf.wav"                     },
186   { "[wall].growing",                           UNDEFINED_FILENAME              },
187   { "emc_android.pushing",                      "pusch.wav"                     },
188   { "emc_android.moving",                       "roehr.wav"                     },
189   { "emc_android.moving.mode_loop",             "false"                         },
190   { "emc_android.dropping",                     "deng.wav"                      },
191   { "emc_magic_ball.dropping",                  "deng.wav"                      },
192
193   // sounds for Diamond Caves style elements and actions
194   { "pearl.collecting",                         "pong.wav"                      },
195   { "pearl.breaking",                           "knack.wav"                     },
196   { "pearl.impact",                             "pling.wav"                     },
197   { "crystal.collecting",                       "pong.wav"                      },
198   { "crystal.impact",                           "pling.wav"                     },
199   { "[envelope].collecting",                    "pong.wav"                      },
200   { "[envelope].opening",                       UNDEFINED_FILENAME              },
201   { "[envelope].closing",                       UNDEFINED_FILENAME              },
202   { "invisible_sand.digging",                   "schlurf.wav"                   },
203   { "invisible_sand.active.digging",            "schlurf.wav"                   },
204   { "shield_normal.collecting",                 "pong.wav"                      },
205   { "shield_normal.active",                     UNDEFINED_FILENAME              },
206   { "shield_deadly.collecting",                 "pong.wav"                      },
207   { "shield_deadly.active",                     UNDEFINED_FILENAME              },
208   { "extra_time.collecting",                    "gong.wav"                      },
209   { "mole.moving",                              UNDEFINED_FILENAME              },
210   { "mole.waiting",                             UNDEFINED_FILENAME              },
211   { "mole.digging",                             "blurb.wav"                     },
212   { "[switchgate_switch].activating",           UNDEFINED_FILENAME              },
213   { "[switchgate].opening",                     "oeffnen.wav"                   },
214   { "[switchgate].closing",                     "oeffnen.wav"                   },
215   { "[switchgate].passing",                     "gate.wav"                      },
216   { "[timegate_switch].activating",             "deng.wav"                      },
217   { "[timegate_switch].active",                 "miep.wav"                      },
218   { "[timegate_switch].deactivating",           UNDEFINED_FILENAME              },
219   { "[timegate].opening",                       "oeffnen.wav"                   },
220   { "[timegate].closing",                       "oeffnen.wav"                   },
221   { "[timegate].passing",                       "gate.wav"                      },
222   { "[conveyor_belt_switch].activating",        UNDEFINED_FILENAME              },
223   { "[conveyor_belt].active",                   UNDEFINED_FILENAME              },
224   { "[conveyor_belt_switch].deactivating",      UNDEFINED_FILENAME              },
225   { "light_switch.activating",                  UNDEFINED_FILENAME              },
226   { "light_switch.deactivating",                UNDEFINED_FILENAME              },
227
228   // sounds for DX Boulderdash style elements and actions
229   { "dx_supabomb.pushing",                      "pusch.wav"                     },
230   { "trap.digging",                             "schlurf.wav"                   },
231   { "trap.activating",                          UNDEFINED_FILENAME              },
232   { "[tube].walking",                           UNDEFINED_FILENAME              },
233
234   // sounds for Rocks'n'Diamonds style elements and actions
235   { "amoeba.turning_to_gem",                    "pling.wav"                     },
236   { "amoeba.turning_to_gem.mode_loop",          "false"                         },
237   { "amoeba.turning_to_rock",                   "klopf.wav"                     },
238   { "amoeba.turning_to_rock.mode_loop",         "false"                         },
239   { "speed_pill.collecting",                    "pong.wav"                      },
240   { "dynabomb_increase_number.collecting",      "pong.wav"                      },
241   { "dynabomb_increase_size.collecting",        "pong.wav"                      },
242   { "dynabomb_increase_power.collecting",       "pong.wav"                      },
243   { "[dynabomb].dropping",                      "deng.wav"                      },
244   { "[dynabomb].active",                        "zisch.wav"                     },
245   { "satellite.moving",                         UNDEFINED_FILENAME              },
246   { "satellite.waiting",                        UNDEFINED_FILENAME              },
247   { "satellite.pushing",                        "pusch.wav"                     },
248   { "lamp.activating",                          "deng.wav"                      },
249   { "lamp.deactivating",                        "deng.wav"                      },
250   { "time_orb_full.collecting",                 "gong.wav"                      },
251   { "time_orb_full.impact",                     "deng.wav"                      },
252   { "time_orb_empty.pushing",                   "pusch.wav"                     },
253   { "time_orb_empty.impact",                    "deng.wav"                      },
254   { "game_of_life.waiting",                     UNDEFINED_FILENAME              },
255   { "game_of_life.growing",                     "amoebe.wav"                    },
256   { "biomaze.waiting",                          UNDEFINED_FILENAME              },
257   { "biomaze.growing",                          "amoebe.wav"                    },
258   { "pacman.moving",                            UNDEFINED_FILENAME              },
259   { "pacman.waiting",                           UNDEFINED_FILENAME              },
260   { "pacman.digging",                           UNDEFINED_FILENAME              },
261   { "dark_yamyam.moving",                       UNDEFINED_FILENAME              },
262   { "dark_yamyam.waiting",                      "njam.wav"                      },
263   { "dark_yamyam.digging",                      UNDEFINED_FILENAME              },
264   { "penguin.moving",                           UNDEFINED_FILENAME              },
265   { "penguin.waiting",                          UNDEFINED_FILENAME              },
266   { "pig.moving",                               UNDEFINED_FILENAME              },
267   { "pig.waiting",                              UNDEFINED_FILENAME              },
268   { "pig.digging",                              UNDEFINED_FILENAME              },
269   { "dragon.moving",                            UNDEFINED_FILENAME              },
270   { "dragon.waiting",                           UNDEFINED_FILENAME              },
271   { "dragon.attacking",                         UNDEFINED_FILENAME              },
272
273   // sounds for Mirror Magic style elements and actions
274   { "[mm_mcduffin].hitting",                    "autsch.wav"                    },
275   { "[mm_mirror].hitting",                      "laser.wav"                     },
276   { "[mm_mirror_fixed].hitting",                "laser.wav"                     },
277   { "[mm_prism].hitting",                       "laser.wav"                     },
278   { "[mm_exit].hitting",                        "holz.wav"                      },
279   { "[mm_exit].opening",                        "kling.wav"                     },
280   { "mm_exit_open.hitting",                     UNDEFINED_FILENAME              },
281   { "[df_mirror].hitting",                      "laser.wav"                     },
282   { "[df_mirror_rotating].hitting",             "laser.wav"                     },
283   { "[df_refractor].hitting",                   "laser.wav"                     },
284   { "[df_receiver].hitting",                    "holz.wav"                      },
285   { "[df_receiver].opening",                    "kling.wav"                     },
286   { "[mm_wooden_wall].hitting",                 "holz.wav"                      },
287   { "[mm_wooden_block].hitting",                "holz.wav"                      },
288   { "[mm_wooden_block].pushing",                "bong.wav"                      },
289   { "[mm_wooden_lock].hitting",                 "holz.wav"                      },
290   { "[mm_wooden_grid_fixed].hitting",           "holz.wav"                      },
291   { "[mm_fuse].hitting",                        "holz.wav"                      },
292   { "[mm_ice_wall].hitting",                    "holz.wav"                      },
293   { "[mm_ice_wall].shrinking",                  "slurp.wav"                     },
294   { "[mm_amoeba_wall].hitting",                 "holz.wav"                      },
295   { "[mm_amoeba_wall].growing",                 "amoebe.wav"                    },
296   { "[mm_amoeba_wall].growing.mode_loop",       "false"                         },
297   { "[df_wooden_wall].hitting",                 "holz.wav"                      },
298   { "[df_wooden_grid_fixed].hitting",           "holz.wav"                      },
299   { "[df_wooden_grid_rotating].hitting",        "holz.wav"                      },
300   { "[mm_steel_wall].hitting",                  "hui.wav"                       },
301   { "[mm_steel_grid_fixed].hitting",            "hui.wav"                       },
302   { "[mm_steel_block].hitting",                 "hui.wav"                       },
303   { "[mm_steel_block].pushing",                 "bong.wav"                      },
304   { "[mm_steel_lock].hitting",                  "hui.wav"                       },
305   { "[df_steel_wall].hitting",                  "hui.wav"                       },
306   { "[df_steel_grid_fixed].hitting",            "hui.wav"                       },
307   { "[df_steel_grid_rotating].hitting",         "hui.wav"                       },
308
309   { "[mm_pacman].exploding",                    "quiek.wav"                     },
310   { "[mm_mcduffin].exploding",                  "roaaar.wav"                    },
311   { "[mm_bomb].exploding",                      "roaaar.wav"                    },
312   { "[mm_key].exploding",                       "kling.wav"                     },
313   { "[mm_steel_lock].exploding",                "whoosh.wav"                    },
314   { "[mm_wooden_lock].exploding",               "whoosh.wav"                    },
315
316
317   // ==========================================================================
318   // sound definitions not associated with game elements (menu screens etc.)
319   // ==========================================================================
320
321   // keyword to stop parser: "NO_MORE_ELEMENT_SOUNDS" <-- do not change!
322
323   // sounds for Boulder Dash style elements and actions
324   { "bd_diamond.falling.RANDOM_1",              UNDEFINED_FILENAME              },
325   { "bd_diamond.falling.RANDOM_2",              UNDEFINED_FILENAME              },
326   { "bd_diamond.falling.RANDOM_3",              UNDEFINED_FILENAME              },
327   { "bd_diamond.falling.RANDOM_4",              UNDEFINED_FILENAME              },
328   { "bd_diamond.falling.RANDOM_5",              UNDEFINED_FILENAME              },
329   { "bd_diamond.falling.RANDOM_6",              UNDEFINED_FILENAME              },
330   { "bd_diamond.falling.RANDOM_7",              UNDEFINED_FILENAME              },
331   { "bd_diamond.falling.RANDOM_8",              UNDEFINED_FILENAME              },
332   { "bd_diamond.impact.RANDOM_1",               UNDEFINED_FILENAME              },
333   { "bd_diamond.impact.RANDOM_2",               UNDEFINED_FILENAME              },
334   { "bd_diamond.impact.RANDOM_3",               UNDEFINED_FILENAME              },
335   { "bd_diamond.impact.RANDOM_4",               UNDEFINED_FILENAME              },
336   { "bd_diamond.impact.RANDOM_5",               UNDEFINED_FILENAME              },
337   { "bd_diamond.impact.RANDOM_6",               UNDEFINED_FILENAME              },
338   { "bd_diamond.impact.RANDOM_7",               UNDEFINED_FILENAME              },
339   { "bd_diamond.impact.RANDOM_8",               UNDEFINED_FILENAME              },
340   { "bd_flying_diamond.falling.RANDOM_1",       UNDEFINED_FILENAME              },
341   { "bd_flying_diamond.falling.RANDOM_2",       UNDEFINED_FILENAME              },
342   { "bd_flying_diamond.falling.RANDOM_3",       UNDEFINED_FILENAME              },
343   { "bd_flying_diamond.falling.RANDOM_4",       UNDEFINED_FILENAME              },
344   { "bd_flying_diamond.falling.RANDOM_5",       UNDEFINED_FILENAME              },
345   { "bd_flying_diamond.falling.RANDOM_6",       UNDEFINED_FILENAME              },
346   { "bd_flying_diamond.falling.RANDOM_7",       UNDEFINED_FILENAME              },
347   { "bd_flying_diamond.falling.RANDOM_8",       UNDEFINED_FILENAME              },
348   { "bd_flying_diamond.impact.RANDOM_1",        UNDEFINED_FILENAME              },
349   { "bd_flying_diamond.impact.RANDOM_2",        UNDEFINED_FILENAME              },
350   { "bd_flying_diamond.impact.RANDOM_3",        UNDEFINED_FILENAME              },
351   { "bd_flying_diamond.impact.RANDOM_4",        UNDEFINED_FILENAME              },
352   { "bd_flying_diamond.impact.RANDOM_5",        UNDEFINED_FILENAME              },
353   { "bd_flying_diamond.impact.RANDOM_6",        UNDEFINED_FILENAME              },
354   { "bd_flying_diamond.impact.RANDOM_7",        UNDEFINED_FILENAME              },
355   { "bd_flying_diamond.impact.RANDOM_8",        UNDEFINED_FILENAME              },
356
357   // sounds for other game actions
358   { "game.starting",                            UNDEFINED_FILENAME              },
359   { "game.leveltime_charging",                  "fuel.wav"                      },
360   { "game.health_charging",                     "warnton.wav"                   },
361   { "game.running_out_of_time",                 "gong.wav"                      },
362   { "game.running_out_of_time_10",              UNDEFINED_FILENAME              },
363   { "game.running_out_of_time_9",               UNDEFINED_FILENAME              },
364   { "game.running_out_of_time_8",               UNDEFINED_FILENAME              },
365   { "game.running_out_of_time_7",               UNDEFINED_FILENAME              },
366   { "game.running_out_of_time_6",               UNDEFINED_FILENAME              },
367   { "game.running_out_of_time_5",               UNDEFINED_FILENAME              },
368   { "game.running_out_of_time_4",               UNDEFINED_FILENAME              },
369   { "game.running_out_of_time_3",               UNDEFINED_FILENAME              },
370   { "game.running_out_of_time_2",               UNDEFINED_FILENAME              },
371   { "game.running_out_of_time_1",               UNDEFINED_FILENAME              },
372   { "game.running_out_of_time_0",               UNDEFINED_FILENAME              },
373   { "game.leveltime_bonus",                     "sirr.wav"                      },
374   { "game.health_bonus",                        "sirr.wav"                      },
375   { "game.timeout",                             UNDEFINED_FILENAME              },
376   { "game.losing",                              UNDEFINED_FILENAME              },
377   { "game.winning",                             UNDEFINED_FILENAME              },
378   { "game.sokoban_solving",                     "buing.wav"                     },
379
380   // sounds for other non-game actions
381   { "door.opening",                             "door.wav"                      },
382   { "door.closing",                             "door.wav"                      },
383   { "door_1.opening",                           UNDEFINED_FILENAME              },
384   { "door_1.closing",                           UNDEFINED_FILENAME              },
385   { "door_2.opening",                           UNDEFINED_FILENAME              },
386   { "door_2.closing",                           UNDEFINED_FILENAME              },
387
388   { "request.opening",                          UNDEFINED_FILENAME              },
389   { "request.closing",                          UNDEFINED_FILENAME              },
390
391   // sounds for menu actions
392   { "menu.item.activating",                     "empty.wav"                     },
393   { "menu.item.selecting",                      "base.wav"                      },
394
395   { "menu.button.pressing",                     UNDEFINED_FILENAME              },
396   { "menu.button.releasing",                    UNDEFINED_FILENAME              },
397
398   { "background.TITLE_INITIAL",                 UNDEFINED_FILENAME              },
399   { "background.TITLE",                         UNDEFINED_FILENAME              },
400   { "background.MAIN",                          UNDEFINED_FILENAME              },
401   { "background.NAMES",                         UNDEFINED_FILENAME              },
402   { "background.LEVELS",                        UNDEFINED_FILENAME              },
403   { "background.LEVELNR",                       UNDEFINED_FILENAME              },
404   { "background.SCORES",                        "halloffame.wav"                },
405   { "background.SCORES.mode_loop",              "false"                         },
406   { "background.EDITOR",                        UNDEFINED_FILENAME              },
407   { "background.INFO",                          UNDEFINED_FILENAME              },
408   { "background.INFO[ELEMENTS]",                UNDEFINED_FILENAME              },
409   { "background.INFO[CREDITS]",                 UNDEFINED_FILENAME              },
410   { "background.INFO[PROGRAM]",                 UNDEFINED_FILENAME              },
411   { "background.INFO[VERSION]",                 UNDEFINED_FILENAME              },
412   { "background.INFO[LEVELSET]",                UNDEFINED_FILENAME              },
413   { "background.SETUP",                         UNDEFINED_FILENAME              },
414
415   { "background.titlescreen_initial_1",         UNDEFINED_FILENAME              },
416   { "background.titlescreen_initial_2",         UNDEFINED_FILENAME              },
417   { "background.titlescreen_initial_3",         UNDEFINED_FILENAME              },
418   { "background.titlescreen_initial_4",         UNDEFINED_FILENAME              },
419   { "background.titlescreen_initial_5",         UNDEFINED_FILENAME              },
420   { "background.titlescreen_1",                 UNDEFINED_FILENAME              },
421   { "background.titlescreen_2",                 UNDEFINED_FILENAME              },
422   { "background.titlescreen_3",                 UNDEFINED_FILENAME              },
423   { "background.titlescreen_4",                 UNDEFINED_FILENAME              },
424   { "background.titlescreen_5",                 UNDEFINED_FILENAME              },
425   { "background.titlemessage_initial_1",        UNDEFINED_FILENAME              },
426   { "background.titlemessage_initial_2",        UNDEFINED_FILENAME              },
427   { "background.titlemessage_initial_3",        UNDEFINED_FILENAME              },
428   { "background.titlemessage_initial_4",        UNDEFINED_FILENAME              },
429   { "background.titlemessage_initial_5",        UNDEFINED_FILENAME              },
430   { "background.titlemessage_1",                UNDEFINED_FILENAME              },
431   { "background.titlemessage_2",                UNDEFINED_FILENAME              },
432   { "background.titlemessage_3",                UNDEFINED_FILENAME              },
433   { "background.titlemessage_4",                UNDEFINED_FILENAME              },
434   { "background.titlemessage_5",                UNDEFINED_FILENAME              },
435
436
437   // ==========================================================================
438   // non-sound definitions
439   // ==========================================================================
440
441   // the following directives are not associated with a sound, but
442   // probably make sense to be defined in "soundsinfo.conf", too
443
444   // keyword to start parser: "CONFIG_VARS_START" <-- do not change!
445
446   { "game.use_native_bd_sound_engine",          "false"                         },
447
448   { NULL,                                       NULL                            }
449 };