Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 53 additions & 5 deletions TConvert/Extract/XactExtractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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() {
Expand Down