X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.c;h=799ab6ca89e8e5164dae89fae7ebeca4552ce271;hb=ffda824157292e928e191ac15981652ad745e7c4;hp=23f2e50662897c76dec68bb630f8ba75468ab7ca;hpb=07bd1f7e496e8914d56ec4422b33492b8f66b1d0;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 23f2e506..799ab6ca 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -28,6 +28,17 @@ struct ConfigInfo sound_config_suffix[] = struct ConfigInfo sound_config[] = { + /* some default sounds */ + { "[default].digging", "schlurf.wav" }, + { "[default].collecting", "pong.wav" }, + { "[default].snapping", "pong.wav" }, + { "[default].pushing", "pusch.wav" }, + { "[default].impact", "klopf.wav" }, + { "[default].passing", "gate.wav" }, + { "[default].dying", "autsch.wav" }, + { "[default].exploding", "roaaar.wav" }, + { "[sp_default].exploding", "booom.wav" }, + /* sounds for Boulder Dash style elements and actions */ { "bd_diamond.collecting", "pong.wav" }, { "bd_diamond.impact", "pling.wav" }, @@ -72,7 +83,8 @@ struct ConfigInfo sound_config[] = { "[sokoban].emptying", UNDEFINED_FILENAME }, /* sounds for Emerald Mine style elements and actions */ - { "empty_space.digging", "empty.wav" }, + { "[player].moving", "empty.wav" }, + { "[player].moving.mode_loop", "false" }, { "sand.digging", "schlurf.wav" }, { "emerald.collecting", "pong.wav" }, { "emerald.impact", "pling.wav" }, @@ -113,6 +125,7 @@ struct ConfigInfo sound_config[] = { "[quicksand].emptying", UNDEFINED_FILENAME }, { "[exit].opening", "oeffnen.wav" }, { "[exit].passing", "buing.wav" }, + { "penguin.passing", "buing.wav" }, /* sounds for Emerald Mine Club style elements and actions */ { "balloon.moving", UNDEFINED_FILENAME }, @@ -199,11 +212,6 @@ struct ConfigInfo sound_config[] = { "dragon.waiting", UNDEFINED_FILENAME }, { "dragon.attacking", UNDEFINED_FILENAME }, - /* sounds for generic elements and actions */ - { "[player].dying", "autsch.wav" }, - { "element.exploding", "roaaar.wav" }, - { "sp_element.exploding", "booom.wav" }, - /* sounds not associated to game elements (used for menu screens etc.) */ /* keyword to stop parser: "NO_MORE_ELEMENT_SOUNDS" <-- do not change! */ @@ -216,14 +224,14 @@ struct ConfigInfo sound_config[] = { "game.sokoban_solving", "buing.wav" }, /* sounds for other non-game actions */ - { "menu.door_opening", "oeffnen.wav" }, - { "menu.door_closing", "oeffnen.wav" }, + { "door.opening", "oeffnen.wav" }, + { "door.closing", "oeffnen.wav" }, - { "menu.hall_of_fame", "halloffame.wav" }, - { "menu.hall_of_fame.mode_loop", "false" }, + { "background.SCORES", "halloffame.wav" }, + { "background.SCORES.mode_loop", "false" }, - { "menu.info_screen", "rhythmloop.wav" }, - { "menu.info_screen.mode_loop", "true" }, + { "background.INFO", "rhythmloop.wav" }, + { "background.INFO.mode_loop", "true" }, #if 0 { "[not used]", "antigrav.wav" },