From ab71362d49ef540fda6b36b1bb493c52b5957302 Mon Sep 17 00:00:00 2001 From: Lucas Maldonacho <31268463+Maldonacho@users.noreply.github.com> Date: Thu, 21 May 2020 00:08:10 +1000 Subject: [PATCH] Added track names for 1.4 music Also includes the secret Terraria Otherworld music, but I don't know what the track names are. Some in-game experimentation is needed. I've also renamed some of the existing tracks that have changed slightly in 1.4. For example, "Jungle" is now "Jungle Day" because Jungle Night got added. --- TConvert/Extract/XactExtractor.cs | 58 ++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/TConvert/Extract/XactExtractor.cs b/TConvert/Extract/XactExtractor.cs index a23d034..60e16e4 100644 --- a/TConvert/Extract/XactExtractor.cs +++ b/TConvert/Extract/XactExtractor.cs @@ -61,8 +61,8 @@ public static class XactExtractor { "02 Eerie", "03 Overworld Day", "04 Boss 1", - "05 Title Screen", - "06 Jungle", + "05 Legacy Title Screen", + "06 Jungle Day", "07 Corruption", "08 Hallow", "09 Underground Corruption", @@ -71,14 +71,14 @@ public static class XactExtractor { "12 Underground", "13 Boss 3", "14 Snow", - "15 Space", + "15 Space Night", "16 Crimson", "17 Boss 4", "18 Alt Overworld Day", "19 Rain", "20 Underground Snow", "21 Desert", - "22 Ocean", + "22 Ocean Night", "23 Dungeon", "24 Plantera", "25 Boss 5", @@ -97,7 +97,55 @@ public static class XactExtractor { "38 Moon Lord", "39 Goblin Invasion", "40 Sandstorm", - "41 Old One's Army" + "41 Old One's Army", + "42 Space Day", + "43 Ocean Night", + "44 Windy Day", + "45 Wind Ambience", + "46 Town Day", + "47 Town Night", + "48 Slime Rain", + "49 Overworld Day Remix", + "50 Journey's End (Title Screen)", // Only played when the game is launched + "51 Journey's End (no Fanfare)", // Played when returning to the main menu + "52 Storm", + "53 Graveyard", + "54 Underground Jungle", + "55 Jungle Night", + "56 Queen Slime", + "57 Empress of Light", + "58 Duke Fishron", + "59 Rainy Morning", + "60 Console Title Screen", + "61 Underground Desert", + // Music from Terraria Otherworld, create world with seed 05162020 to access + "62 Otherworld - Unknown", + "63 Otherworld - Overworld Day", + "64 Otherworld - Unknown", + "65 Otherworld - Unknown", + "66 Otherworld - Unknown", + "67 Otherworld - Unknown", + "68 Otherworld - Unknown", + "69 Otherworld - Unknown", + "70 Otherworld - Unknown", + "71 Otherworld - Unknown", + "72 Otherworld - Unknown", + "73 Otherworld - Unknown", + "74 Otherworld - Unknown", + "75 Otherworld - Unknown", + "76 Otherworld - Unknown", + "77 Otherworld - Unknown", + "78 Otherworld - Unknown", + "79 Otherworld - Unknown", + "80 Otherworld - Unknown", + "81 Otherworld - Unknown", + "82 Otherworld - Unknown", + "83 Otherworld - Unknown", + "84 Otherworld - Unknown", + "85 Otherworld - Unknown", + "86 Otherworld - Unknown", + "87 Otherworld - Unknown", + "88 Otherworld - Unknown" }; static XactExtractor() {