Skip to content

Commit

Permalink
Release: v1.1.4 (#38)
Browse files Browse the repository at this point in the history
* Regenerated database for patch 8.3 with 223 added icons and 61 added music files.
* Regenerated database for patch 1.13.3 with 1 added icon.
  • Loading branch information
Meorawr authored Jan 14, 2020
1 parent f7810f6 commit 1ce1784
Show file tree
Hide file tree
Showing 14 changed files with 2,601 additions and 67 deletions.
2 changes: 1 addition & 1 deletion Exporter/Config/Classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ return {
-- List of file IDs to exclude from the database.
excludeFiles = {},

-- List of file/sound kit name patterns to exclude from the database.
-- List of file/soundkit name patterns to exclude from the database.
excludeNames = {},
},
};
31 changes: 29 additions & 2 deletions Exporter/Config/Retail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ return {
-- Name of the manifest file to generate.
manifest = "Exporter/Data/Retail.lua",

-- Override mapping of DB2 names to explicit build versions to download.
databaseOverrides = {
soundkitname = "8.3.0.32218", -- Removed after this build.
},

-- Settings for icon database generation.
icons = {
-- List of icon name patterns to exclude from the database.
Expand All @@ -37,6 +42,13 @@ return {
"^inv_skiff$",
"^inv_explorergyrocopter$",
"^inv_camelmount2$",
"^inv_aetherbase$", -- Shadowlands prepurchase rewards.
"^inv_aetherserpentmount$",
"^inv_aetherserpentpet$",
"^inv_hearthstone_aether$",
"^inv_%a+_armor_oribos_d_01$",
"^inv_armor_explorer_d_01_%a+$", -- RaF rewards.
"^inv_marmosetpet$",

-- Encrypted icon files (these *may* work with file IDs):
"^inv_.*encrypted%d+",
Expand All @@ -51,6 +63,21 @@ return {

-- Settings for music database generation.
music = {
-- Mapping of soundkit IDs to be explicitly included or excluded.
-- The value of each entry should be false to omit the soundkit,
-- true to include it, or a string to include it with a custom name.
--
-- If a kit is included, a name must be obtainable from the client
-- databases; if not, it will be skipped and a debug message logged.
--
-- Custom names take priority over those found within the client
-- databases.
--
-- Soundkits present within this mapping will be overridden and
-- excluded if matching any of the files or names present in the
-- excludeFiles and excludeNames lists.
overrideKits = {},

-- List of file IDs to exclude from the database.
excludeFiles = {
538910, -- Sound test file ("sound/soundtest06.ogg").
Expand All @@ -68,10 +95,10 @@ return {
629319, -- Sound test file ("mus_soundtest_music01.mp3").
629320, -- Sound test file ("mus_soundtest_music02.mp3").
629321, -- Sound test file ("mus_soundtest_music03.mp3").
642256, -- Used by sound kit 30582, file doesn't exist.
642256, -- Used by soundkit 30582, file doesn't exist.
},

-- List of file/sound kit name patterns to exclude from the database.
-- List of file/soundkit name patterns to exclude from the database.
excludeNames = {
-- Any soundkits with these tags should be skipped.
"^%[not used%]",
Expand Down
11 changes: 9 additions & 2 deletions Exporter/Data/Classic.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
build = {
bkey = "8a01b815ea1356e7e031aee9e762f99c",
version = "1.13.2.31882",
bkey = "289e100e9c14605242193aa351ef16f1",
version = "1.13.3.32887",
},
icons = {
{
Expand Down Expand Up @@ -18820,6 +18820,13 @@ return {
size = { h = 64, w = 64 },
type = 1,
},
{
file = 1530081,
hash = "cb5192f1cd588fc310a28b94a695434e",
name = "vas_charactertransfer",
size = { h = 64, w = 64 },
type = 1,
},
},
music = {
{
Expand Down
Loading

0 comments on commit 1ce1784

Please sign in to comment.