mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Unique tracks for FreeDM title, intermission, and text screen (#1219)
Finally resolve #10 after nearly 10 years... The Jute MIDI used for the text screen here was never used.
This commit is contained in:
parent
aba9298ae1
commit
239f1aedc7
5 changed files with 11 additions and 10 deletions
|
@ -97,9 +97,9 @@ Cluster 3
|
|||
|
||||
--FreeDM--
|
||||
|
||||
Title: (same as Phase 2)
|
||||
Intermission: (same as Phase 2)
|
||||
Story: (same as Phase 2)
|
||||
Title: "I Hate Fredrik Johansson" by Toby "Tobester" Collins Jr.
|
||||
Intermission: "Burn the Bodies" by Tyler "Picklehammer" Pantella
|
||||
Story: dave3d25.mid by jute
|
||||
|
||||
DM01: "Zero Fort" by Ralph "Ralphis" Vickers
|
||||
DM02: "Untitled Jam" by Ralph "Ralphis" Vickers
|
||||
|
@ -141,7 +141,7 @@ Story: (same as Phase 2)
|
|||
--Previously Featured in 0.12.1--
|
||||
|
||||
Phase 1 Title: "Fountain Dance" by Tyler "Picklehammer" Pantella
|
||||
Phase 1 OPL Title: "I Hate Fredrik Johansson" by Toby "Tobester" Collins Jr.
|
||||
Phase 1 OPL Title: "I Hate Fredrik Johansson" by Toby "Tobester" Collins Jr. (moved to FreeDM Title, not removed)
|
||||
Phase 1 Intermission: "Music for Freedoom 10" by Jeremy "Vandalorian" Emerson
|
||||
Victory: "Ominous Theme" by Jared "BlackJar72" Blackburn
|
||||
Bunny: "Look At The Bunnies" by RestlessRodent
|
||||
|
@ -161,7 +161,7 @@ E2M8: "Pit" by Anthony "Ajanddino" Pierce
|
|||
E2M9: dave3d34.mid by jute
|
||||
|
||||
Phase 2 + FreeDM Title: "Warpath" by Tyler "Picklehammer" Pantella
|
||||
Phase 2 + FreeDM Intermission: "Burn the Bodies" by Tyler "Picklehammer" Pantella
|
||||
Phase 2 Intermission: "Burn the Bodies" by Tyler "Picklehammer" Pantella
|
||||
MAP04: "Soviet Porno" by Jeremy "Vandalorian" Emerson (moved to MAP10, not removed)
|
||||
MAP06: "Dark Trail" by Tyler "Picklehammer" Pantella
|
||||
MAP07: "Riders of Hell" by Tyler "Picklehammer" Pantella (moved to DM05, not removed)
|
||||
|
|
11
buildcfg.txt
11
buildcfg.txt
|
@ -492,11 +492,6 @@ D_BUNNY
|
|||
|
||||
#else /* #ifndef PHASE2 */
|
||||
|
||||
; doom 2 music
|
||||
D_READ_M
|
||||
D_DM2TTL
|
||||
D_DM2INT
|
||||
|
||||
#ifndef FREEDM
|
||||
|
||||
D_RUNNIN = D_MAP01
|
||||
|
@ -531,6 +526,9 @@ D_SHAWN3 = D_MAP29
|
|||
D_OPENIN = D_MAP30
|
||||
D_EVIL = D_MAP31
|
||||
D_ULTIMA = D_MAP32
|
||||
D_READ_M
|
||||
D_DM2TTL
|
||||
D_DM2INT
|
||||
|
||||
#else /* FREEDM */
|
||||
|
||||
|
@ -568,6 +566,9 @@ D_SHAWN3 = D_DM29
|
|||
D_OPENIN = D_DM30
|
||||
D_EVIL = D_DM31
|
||||
D_ULTIMA = D_DM32
|
||||
D_DM2TTL = D_FDMTTL
|
||||
D_DM2INT = D_FDMINT
|
||||
D_READ_M = D_FDMRDM
|
||||
|
||||
#endif /* #ifdef FREEDM */
|
||||
#endif /* #ifndef PHASE2 */
|
||||
|
|
BIN
musics/d_fdmint.mid
Normal file
BIN
musics/d_fdmint.mid
Normal file
Binary file not shown.
BIN
musics/d_fdmrdm.mid
Normal file
BIN
musics/d_fdmrdm.mid
Normal file
Binary file not shown.
BIN
musics/d_fdmttl.mid
Normal file
BIN
musics/d_fdmttl.mid
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue