From 61c53ee15aa7ba55ce1c7577f8b5f2bc705c2081 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 4 Oct 2020 16:29:33 -0700 Subject: Fix beaded doors Add more robots --- README.md | 3 +- effects.json | 29 +++++++++++++ furniture_effects.json | 103 +++++++++++++++++++++++++++++++++++++++++++++ terrain_effects.json | 111 +------------------------------------------------ 4 files changed, 136 insertions(+), 110 deletions(-) diff --git a/README.md b/README.md index ff165ce..b1b456d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Add sound references for my hk_loadout mod. ### Nitpicks: Underbarrel shotguns/launchers do not call a reloading sound. Opening/Closing gates do not call a sound. -Opening a safe does not call a sound. +safes do not call a sound when opened. +open_door sounds sometimes do not play. Relaunching the game can enable them. :/ Need sound files for player laughing. Non-Zombie monsters don't seem to make attack sounds against each other. diff --git a/effects.json b/effects.json index f0ef752..007a3fe 100644 --- a/effects.json +++ b/effects.json @@ -677,6 +677,35 @@ "robot/mon_eyebot_5.wav" ] }, + { + "type": "sound_effect", + "id": "speech", + "variant": "mon_grocerybot", + "volume": 70, + "files": [ + "robot/bot_default_1.wav", + "robot/bot_default_2.wav", + "robot/bot_default_3.wav", + "robot/bot_default_4.wav", + "robot/bot_default_5.wav", + "robot/bot_default_6.wav", + "robot/bot_default_7.wav", + "robot/mon_riotbot_1.wav", + "robot/mon_riotbot_2.wav" + ] + }, + { + "type": "sound_effect", + "id": "speech", + "variant": "mon_leech_blossom", + "volume": 70, + "files": [ + "effects/electosparks/sparks_1.ogg", + "effects/electosparks/sparks_2.ogg", + "effects/electosparks/sparks_3.ogg", + "effects/electosparks/sparks_4.ogg" + ] + }, { "type": "sound_effect", "id": "misc", diff --git a/furniture_effects.json b/furniture_effects.json index 1e27e9d..adc8875 100644 --- a/furniture_effects.json +++ b/furniture_effects.json @@ -5454,5 +5454,108 @@ "terrain/wood/smash_wooden_9.ogg", "terrain/wood/smash_wooden_10.ogg" ] + }, + { + "type": "sound_effect", + "id": "open_door", + "variant": "f_beaded_door", + "volume": 50, + "files": [ + "env/open_close/window/window/open_1.ogg", + "env/open_close/window/window/open_2.ogg", + "env/open_close/window/window/open_3.ogg", + "env/open_close/window/window/open_4.ogg", + "env/open_close/window/window/open_5.ogg", + "env/open_close/window/window/open_6.ogg", + "env/open_close/window/window/open_7.ogg", + "env/open_close/window/window/open_8.ogg", + "env/open_close/window/window/open_9.ogg", + "env/open_close/window/window/open_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_beaded_door", + "volume": 50, + "files": [ + "terrain/plastic/smash_plastic_1.ogg", + "terrain/plastic/smash_plastic_2.ogg", + "terrain/plastic/smash_plastic_3.ogg", + "terrain/plastic/smash_plastic_4.ogg", + "terrain/plastic/smash_plastic_5.ogg", + "terrain/plastic/smash_plastic_6.ogg", + "terrain/plastic/smash_plastic_7.ogg", + "terrain/plastic/smash_plastic_8.ogg", + "terrain/plastic/smash_plastic_9.ogg", + "terrain/plastic/smash_plastic_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_fail", + "variant": "f_beaded_door", + "volume": 50, + "files": [ + "terrain/plastic/hit_plastic_1.ogg", + "terrain/plastic/hit_plastic_2.ogg", + "terrain/plastic/hit_plastic_3.ogg", + "terrain/plastic/hit_plastic_4.ogg", + "terrain/plastic/hit_plastic_5.ogg", + "terrain/plastic/hit_plastic_6.ogg", + "terrain/plastic/hit_plastic_7.ogg", + "terrain/plastic/hit_plastic_8.ogg", + "terrain/plastic/hit_plastic_9.ogg", + "terrain/plastic/hit_plastic_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "close_door", + "variant": "f_beaded_door_o", + "volume": 50, + "files": [ + "env/open_close/window/curtain/close_1.ogg", + "env/open_close/window/curtain/close_2.ogg", + "env/open_close/window/curtain/close_3.ogg", + "env/open_close/window/curtain/close_4.ogg", + "env/open_close/window/curtain/close_5.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_success", + "variant": "f_beaded_door_o", + "volume": 50, + "files": [ + "terrain/plastic/smash_plastic_1.ogg", + "terrain/plastic/smash_plastic_2.ogg", + "terrain/plastic/smash_plastic_3.ogg", + "terrain/plastic/smash_plastic_4.ogg", + "terrain/plastic/smash_plastic_5.ogg", + "terrain/plastic/smash_plastic_6.ogg", + "terrain/plastic/smash_plastic_7.ogg", + "terrain/plastic/smash_plastic_8.ogg", + "terrain/plastic/smash_plastic_9.ogg", + "terrain/plastic/smash_plastic_10.ogg" + ] + }, + { + "type": "sound_effect", + "id": "smash_fail", + "variant": "f_beaded_door_o", + "volume": 50, + "files": [ + "terrain/plastic/hit_plastic_1.ogg", + "terrain/plastic/hit_plastic_2.ogg", + "terrain/plastic/hit_plastic_3.ogg", + "terrain/plastic/hit_plastic_4.ogg", + "terrain/plastic/hit_plastic_5.ogg", + "terrain/plastic/hit_plastic_6.ogg", + "terrain/plastic/hit_plastic_7.ogg", + "terrain/plastic/hit_plastic_8.ogg", + "terrain/plastic/hit_plastic_9.ogg", + "terrain/plastic/hit_plastic_10.ogg" + ] } ] diff --git a/terrain_effects.json b/terrain_effects.json index 8d02c82..3a219cc 100644 --- a/terrain_effects.json +++ b/terrain_effects.json @@ -14234,9 +14234,7 @@ "id": "close_door", "variant": "t_resin_hole_o", "volume": 50, - "files": [ - "terrain/other/smash_flesh_4.ogg" - ] + "files": [ "terrain/other/smash_flesh_4.ogg" ] }, { "type": "sound_effect", @@ -14274,9 +14272,7 @@ "id": "open_door", "variant": "t_resin_hole_c", "volume": 50, - "files": [ - "terrain/other/hit_flesh_3.ogg" - ] + "files": [ "terrain/other/hit_flesh_3.ogg" ] }, { "type": "sound_effect", @@ -14339,108 +14335,5 @@ "terrain/plastic/hit_plastic_9.ogg", "terrain/plastic/hit_plastic_10.ogg" ] - }, - { - "type": "sound_effect", - "id": "open_door", - "variant": "f_beaded_door", - "volume": 50, - "files": [ - "env/open_close/window/window/open_1.ogg", - "env/open_close/window/window/open_2.ogg", - "env/open_close/window/window/open_3.ogg", - "env/open_close/window/window/open_4.ogg", - "env/open_close/window/window/open_5.ogg", - "env/open_close/window/window/open_6.ogg", - "env/open_close/window/window/open_7.ogg", - "env/open_close/window/window/open_8.ogg", - "env/open_close/window/window/open_9.ogg", - "env/open_close/window/window/open_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_success", - "variant": "f_beaded_door", - "volume": 50, - "files": [ - "terrain/plastic/smash_plastic_1.ogg", - "terrain/plastic/smash_plastic_2.ogg", - "terrain/plastic/smash_plastic_3.ogg", - "terrain/plastic/smash_plastic_4.ogg", - "terrain/plastic/smash_plastic_5.ogg", - "terrain/plastic/smash_plastic_6.ogg", - "terrain/plastic/smash_plastic_7.ogg", - "terrain/plastic/smash_plastic_8.ogg", - "terrain/plastic/smash_plastic_9.ogg", - "terrain/plastic/smash_plastic_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_fail", - "variant": "f_beaded_door", - "volume": 50, - "files": [ - "terrain/plastic/hit_plastic_1.ogg", - "terrain/plastic/hit_plastic_2.ogg", - "terrain/plastic/hit_plastic_3.ogg", - "terrain/plastic/hit_plastic_4.ogg", - "terrain/plastic/hit_plastic_5.ogg", - "terrain/plastic/hit_plastic_6.ogg", - "terrain/plastic/hit_plastic_7.ogg", - "terrain/plastic/hit_plastic_8.ogg", - "terrain/plastic/hit_plastic_9.ogg", - "terrain/plastic/hit_plastic_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "close_door", - "variant": "f_beaded_door_o", - "volume": 50, - "files": [ - "env/open_close/window/curtain/close_1.ogg", - "env/open_close/window/curtain/close_2.ogg", - "env/open_close/window/curtain/close_3.ogg", - "env/open_close/window/curtain/close_4.ogg", - "env/open_close/window/curtain/close_5.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_success", - "variant": "f_beaded_door_o", - "volume": 50, - "files": [ - "terrain/plastic/smash_plastic_1.ogg", - "terrain/plastic/smash_plastic_2.ogg", - "terrain/plastic/smash_plastic_3.ogg", - "terrain/plastic/smash_plastic_4.ogg", - "terrain/plastic/smash_plastic_5.ogg", - "terrain/plastic/smash_plastic_6.ogg", - "terrain/plastic/smash_plastic_7.ogg", - "terrain/plastic/smash_plastic_8.ogg", - "terrain/plastic/smash_plastic_9.ogg", - "terrain/plastic/smash_plastic_10.ogg" - ] - }, - { - "type": "sound_effect", - "id": "smash_fail", - "variant": "f_beaded_door_o", - "volume": 50, - "files": [ - "terrain/plastic/hit_plastic_1.ogg", - "terrain/plastic/hit_plastic_2.ogg", - "terrain/plastic/hit_plastic_3.ogg", - "terrain/plastic/hit_plastic_4.ogg", - "terrain/plastic/hit_plastic_5.ogg", - "terrain/plastic/hit_plastic_6.ogg", - "terrain/plastic/hit_plastic_7.ogg", - "terrain/plastic/hit_plastic_8.ogg", - "terrain/plastic/hit_plastic_9.ogg", - "terrain/plastic/hit_plastic_10.ogg" - ] } ] -- cgit v1.2.1