Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newmusic #27

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
18 changes: 9 additions & 9 deletions MapInfos/MapsInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Map TITLEMAP3 "Introduction" {
}

Map INTRO "Entrance" {
Music = "D_DEAD"
Music = "D_DEAD" // D_ENTRNC
SkyBox = "SKY2"
Cluster = 1
LevelNum = 1
Expand All @@ -51,49 +51,49 @@ Map HUB "Junction" {
}

Map SEC1 "Sector 1" {
Music = "D_DOOM"
Music = "D_THE_DA" // D_DOOM
SkyBox = "sky2"
Cluster = 1
LevelNum = 3
}

Map SEC2 "Sector 2" {
Music = "D_DOOM"
Music = "D_DOOM" // D_SEC2
SkyBox = "sky2"
Cluster = 1
LevelNum = 4
}

Map SEC3 "Sector 3" {
Music = "D_DOOM"
Music = "D_SEC3" // D_MUS2/D_ROMERO
SkyBox = "sky2"
Cluster = 1
LevelNum = 5
}

Map SEC4 "Sector 4" {
Music = "D_DOOM"
Music = "D_MUS1" // D_MUS1/D_MESSAG
SkyBox = "sky2"
Cluster = 1
LevelNum = 6
}

Map SEC5 "Sector 5" {
Music = "D_DOOM"
Music = "D_SEC5" // Was "D_MUS3".
SkyBox = "sky2"
Cluster = 1
LevelNum = 7
}

Map SEC6 "Sector 6" {
Music = "D_DOOM"
Music = "D_SEC6" // Was "SONG25".
SkyBox = "sky2"
Cluster = 1
LevelNum = 8
}

Map SEC7 "Sector 7" {
Music = "D_DOOM"
Music = "D_E1M2"
SkyBox = "sky2"
Cluster = 1
LevelNum = 9
Expand All @@ -107,7 +107,7 @@ Map XHUB "Junction" {
}

Map REAC "Reactor" {
Music = "D_MYST"
Music = "E1M5"
SkyBox = "sky2"
Cluster = 1
LevelNum = 11
Expand Down
Binary file added music/D_E1M2.mid
Binary file not shown.
Binary file added music/D_ENTRNC.mid
Binary file not shown.
Binary file added music/D_MUS1.mid
Binary file not shown.
Binary file added music/D_MUS2.mid
Binary file not shown.
Binary file added music/D_MUS3.mid
Binary file not shown.
Binary file added music/D_SEC2.mid
Binary file not shown.
Binary file added music/D_SEC3.mid
Binary file not shown.
Binary file added music/D_SEC5.mid
Binary file not shown.
Binary file added music/D_SEC6.mid
Binary file not shown.
Binary file added music/E1M5.mid
Binary file not shown.
Binary file added music/SONG25.mid
Binary file not shown.
Binary file added music/SONG26.mid
Binary file not shown.
Binary file added music/SONG60.mid
Binary file not shown.