From 72ba0211221dd8778b65088fdb3c6da8b5b7e10b Mon Sep 17 00:00:00 2001 From: "Akakij S. Bzdrishchenko" Date: Thu, 20 Feb 2025 23:13:50 +0500 Subject: [PATCH 1/2] added Necrom playlist (the same as for Sacred Lands) --- .../soundBanks/1100_tr_ost_cell_necrom.lua | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua diff --git a/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua b/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua new file mode 100644 index 0000000..bebb15e --- /dev/null +++ b/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua @@ -0,0 +1,26 @@ +local soundbank = { + cellNamePatterns = { + 'Necrom' + }, + interiorOnly = true, + tracks = { + { + path="Music/MS/region/Sacred Lands Region/sacred lands 1.mp3", + length=255 + }, + { + path="Music/MS/region/Sacred Lands Region/sacred lands 2.mp3", + length=135 + }, + { + path="Music/MS/region/Sacred Lands Region/sacred lands 3.mp3", + length=79 + }, + { + path="Music/MS/region/Sacred Lands Region/sacred lands 4.mp3", + length=76 + } + } +} + +return soundbank From 09d95abc638308895a86977113f5dccb6c3afe22 Mon Sep 17 00:00:00 2001 From: "Akakij S. Bzdrishchenko" Date: Thu, 20 Feb 2025 23:24:28 +0500 Subject: [PATCH 2/2] changed music in Necrom Catacombs to default tomb music --- .../soundBanks/1100_muse_expansion_tombs_cells.lua | 3 ++- scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/DynamicMusic/soundBanks/1100_muse_expansion_tombs_cells.lua b/scripts/DynamicMusic/soundBanks/1100_muse_expansion_tombs_cells.lua index c892bf9..83ba5b4 100644 --- a/scripts/DynamicMusic/soundBanks/1100_muse_expansion_tombs_cells.lua +++ b/scripts/DynamicMusic/soundBanks/1100_muse_expansion_tombs_cells.lua @@ -4,7 +4,8 @@ local soundbank = { 'Gedna Relvel\'s Tomb', 'Abandoned Crypt', 'Barrow', - 'Burial' + 'Burial', + 'Necrom, Catacombs' }, tracks = { { diff --git a/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua b/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua index bebb15e..6171c75 100644 --- a/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua +++ b/scripts/DynamicMusic/soundBanks/1100_tr_ost_cell_necrom.lua @@ -2,6 +2,9 @@ local soundbank = { cellNamePatterns = { 'Necrom' }, + cellNamePatternsExclude = { + 'Necrom, Catacombs' + }, interiorOnly = true, tracks = { {