Subversion Repositories nw_plus

Rev

Rev 20 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 h266 1
/*
2
--------------------------------------------------------------------------------
3
Duke: Nuclear Winter Plus
4
By Hendricks266
5
--------------------------------------------------------------------------------
6
*/
7
 
8
// Pete B. has extended an offer to do this, but he has disappeared.  Again.
9
// Mark McWane has also expressed interest.  So far he has not done any tracks.
10
// Matéos converted the MIDIs to OGGs.
11
// MusicallyInspired ran the MIDIs through a Roland Sound Canvas SC-55 box to generate the current music.
12
 
13
// OGG soundtrack for Duke: Nuclear Winter
14
 
15
// nw*.ogg recorded by Brandon Blume (shine62@gmail.com) from the 
16
// Roland Sound Canvas SC-55 GS module as they were meant to be heard back in 1996
17
 
18
music { id "intro" file "nwinter/music/gremlin.ogg" }
19
music { id "briefing" file "nwinter/sounds/blank.ogg" }
20
 
21
music { id "E1L1" file "nwinter/music/nw1.ogg" }
22
 
23
music { id "E2L1"  file "nwinter/music/nw1.ogg" } 
24
music { id "E2L2"  file "nwinter/music/nw2.ogg" }
25
music { id "E2L3"  file "nwinter/music/nw3.ogg" }
26
music { id "E2L4"  file "nwinter/music/nw4.ogg" }
27
music { id "E2L5"  file "nwinter/music/nw5.ogg" }
28
music { id "E2L6"  file "nwinter/music/nw2.ogg" } // nw6 = nw2
29
music { id "E2L7"  file "nwinter/music/nw7.ogg" }
30
 
31
music { id "E2L13"  file "nwinter/music/doom.ogg" }
32
music { id "E2L14"  file "nwinter/music/smk-07.ogg" }
33
 
34
music { id "E3L1"  file "nwinter/music/nw1.ogg" } 
35
music { id "E3L2"  file "nwinter/music/nw2.ogg" }
36
music { id "E3L3"  file "nwinter/music/nw3.ogg" }
37
music { id "E3L4"  file "nwinter/music/nw4.ogg" }
38
music { id "E3L5"  file "nwinter/music/nw5.ogg" }
39
music { id "E3L6"  file "nwinter/music/nw2.ogg" }
40
music { id "E3L7"  file "nwinter/music/nw7.ogg" }