Rev 1 | Go to most recent revision | Details | Compare with Previous | 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 | |||
20 | h266 | 22 | music { id "E1L1" file "nwinter/music/nw1.ogg" } |
23 | music { id "E1L2" file "nwinter/music/nw2.ogg" } |
||
24 | music { id "E1L3" file "nwinter/music/nw3.ogg" } |
||
25 | music { id "E1L4" file "nwinter/music/nw4.ogg" } |
||
26 | music { id "E1L5" file "nwinter/music/nw5.ogg" } |
||
27 | music { id "E1L6" file "nwinter/music/nw2.ogg" } |
||
28 | music { id "E1L7" file "nwinter/music/nw7.ogg" } |
||
29 | |||
1 | h266 | 30 | music { id "E2L1" file "nwinter/music/nw1.ogg" } |
31 | music { id "E2L2" file "nwinter/music/nw2.ogg" } |
||
32 | music { id "E2L3" file "nwinter/music/nw3.ogg" } |
||
33 | music { id "E2L4" file "nwinter/music/nw4.ogg" } |
||
34 | music { id "E2L5" file "nwinter/music/nw5.ogg" } |
||
35 | music { id "E2L6" file "nwinter/music/nw2.ogg" } // nw6 = nw2 |
||
36 | music { id "E2L7" file "nwinter/music/nw7.ogg" } |
||
20 | h266 | 37 | music { id "E2L8" file "nwinter/music/nw7.ogg" } |
38 | music { id "E1L9" file "nwinter/music/nw1.ogg" } |
||
39 | music { id "E1L10" file "nwinter/music/nw2.ogg" } |
||
40 | music { id "E1L11" file "nwinter/music/nw3.ogg" } |
||
41 | music { id "E1L12" file "nwinter/music/nw4.ogg" } |
||
1 | h266 | 42 | music { id "E2L13" file "nwinter/music/doom.ogg" } |
43 | music { id "E2L14" file "nwinter/music/smk-07.ogg" } |
||
44 | |||
45 | music { id "E3L1" file "nwinter/music/nw1.ogg" } |
||
46 | music { id "E3L2" file "nwinter/music/nw2.ogg" } |
||
47 | music { id "E3L3" file "nwinter/music/nw3.ogg" } |
||
48 | music { id "E3L4" file "nwinter/music/nw4.ogg" } |
||
49 | music { id "E3L5" file "nwinter/music/nw5.ogg" } |
||
50 | music { id "E3L6" file "nwinter/music/nw2.ogg" } |
||
51 | music { id "E3L7" file "nwinter/music/nw7.ogg" } |