Subversion Repositories nw_plus

Rev

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
4
By Joris Weimar
5
© 1997 Simply Silly Software
6
--------------------------------------------------------------------------------
7
Duke: Nuclear Winter Plus
8
By Hendricks266
9
--------------------------------------------------------------------------------
10
*/
11
 
12
define ELFUZISTRENGTH 50
13
define ELFUZIALTSTR   25
14
define ELFGUNSTRENGTH 75
15
define SNOWMANSTRENGTH 75
16
define SOBBOTSTRENGTH 2500
17
define MINIBOSSSTRENGTH 100
18
define SNOWBALLAMOUNT 10
19
 
20
define JETPACK_NEAR_EMPTY       160
21
 
22
definequote 125       This jetpack is almost empty!
23
 
24
definevolumename 0 Nuclear Winter Demo
25
definevolumename 1 Nuclear Winter
26
definevolumename 2 Nuclear Winter Zoo
27
 
28
defineskillname 0 Piece Of Cake
29
defineskillname 1 Let's Rock
30
defineskillname 2 Come Get Some
31
defineskillname 3 Damn I'm Good
32
 
33
// Déjà Vu Demo
34
definelevelname 0 0 nwl1demo.map 02:30 01:11 Deja Vu Demo
35
definelevelname 0 7 E1L8.MAP 00:00 00:00 NWinter User Map
36
 
37
// Déjà Vu
38
definelevelname 1 0 nwl1.map 02:30 01:11 Deja Vu
39
definelevelname 1 1 nwl2.map 04:45 02:18 Where It All Began
40
definelevelname 1 2 nwl3.map 03:00 01:57 Land Of Forgotten Toys
41
definelevelname 1 3 nwl4.map 03:15 01:46 Santa's Corporate HQ
42
definelevelname 1 4 nwl5.map 02:30 01:04 The Backdoor
43
definelevelname 1 5 nwl6.map 03:30 01:30 Christmas Village
44
definelevelname 1 6 nwl7.map 02:00 00:55 Here Comes Santa Claws
45
definelevelname 1 7 nwl8.map 02:15 01:09 SantaMatch
46
 
47
definelevelname 2 0 _nwzoo.map 00:00 00:00 Nuclear Winter Zoo
48
 
49
music 0 nwinter/music/gremlin.ogg
50
 
51
music 1 NW1.MID NW2.MID NW3.MID NW4.MID NW5.MID NW2.MID NW7.MID dethtoll.mid
52
 
53
music 2 NW1.MID NW2.MID NW3.MID NW4.MID NW5.MID NW2.MID NW7.MID NW7.MID NW1.MID NW2.MID NW3.MID NW4.MID nwinter/music/D_E1M1.mid nwinter/music/smk-07.ogg
54
 
55
music 3 NW1.MID NW2.MID NW3.MID NW4.MID NW5.MID NW2.MID NW7.MID
56
 
57
definesound FLY_BY              flyby.voc         0     0   0   0   0
58
definesound DUKETALKTOBOSS      nwinter/sounds/blank.ogg   0   0   255  12  0
59
definesound BOSSTALKTODUKE      nwinter/sounds/blank.ogg   0   0   255  12  0
60
definesound WIND_AMBIENCE       wind54.voc          0   0   0   0   0
61
definesound WIND_REPEAT         wind54.voc          0   0   0   0   0
62
 
63
definesound ENDSEQVOL2SND1    416.voc           0   0   255 0   0
64
definesound ENDSEQVOL2SND2    nwinter/sounds/blank.ogg  0   0   0 0   0
65
definesound ENDSEQVOL2SND3    nwinter/sounds/blank.ogg  0   0   0 0   0
66
definesound ENDSEQVOL2SND4    nwinter/sounds/blank.ogg  0   0   0 0   0
67
definesound ENDSEQVOL2SND5    nwinter/sounds/blank.ogg  0   0   0 0   0
68
definesound ENDSEQVOL2SND6    nwinter/sounds/blank.ogg  0   0   0 0   0
69
definesound ENDSEQVOL2SND7    nwinter/sounds/blank.ogg  0   0   0 0   0
70
 
71
// definesound ENDSEQVOL3SND1    nwinter/sounds/blank.ogg    0   0   0 0   0
72
definesound ENDSEQVOL3SND2    nwinter/sounds/blank.ogg    0   0   0 0   0
73
definesound ENDSEQVOL3SND3    nwinter/sounds/blank.ogg    0   0   0 0   0
74
definesound ENDSEQVOL3SND4    nwinter/sounds/blank.ogg    0   0   0 0   0
75
definesound ENDSEQVOL3SND5    nwinter/sounds/blank.ogg    0   0   0 0   0
76
definesound ENDSEQVOL3SND6    nwinter/sounds/blank.ogg    0   0   0 0   0
77
definesound ENDSEQVOL3SND7    nwinter/sounds/blank.ogg    0   0   0 0   0
78
definesound ENDSEQVOL3SND8    nwinter/sounds/blank.ogg    0   0   0 0   0
79
definesound ENDSEQVOL3SND9    nwinter/sounds/blank.ogg    0   0   0 0   0
80
 
81
definesound INTRO4_1               nwinter/sounds/blank.ogg    0   0   0 0   0
82
definesound INTRO4_B               nwinter/sounds/blank.ogg    0   0   0 0   0
83
definesound INTRO4_2               nwinter/sounds/blank.ogg    0   0   0 0   0
84
definesound INTRO4_3               nwinter/sounds/blank.ogg    0   0   0 0   0
85
definesound INTRO4_4               nwinter/sounds/blank.ogg    0   0   0 0   0
86
definesound INTRO4_5               nwinter/sounds/blank.ogg    0   0   0 0   0
87
definesound INTRO4_6               nwinter/sounds/blank.ogg    0   0   0 0   0
88
 
89
definesound BOSS4_DEADSPEECH       nwinter/sounds/blank.ogg    0   0   0 0   0
90
definesound BOSS4_FIRSTSEE         nwinter/sounds/blank.ogg    0   0   0 0   0
91
 
92
definesound VOL4ENDSND1            nwinter/sounds/blank.ogg    0   0   0  0    0
93
definesound VOL4ENDSND2            nwinter/sounds/blank.ogg    0   0   0  0    0
94
definesound BIGBANG                nwinter/sounds/blank.ogg       0   0   0  0    0
95
 
96
definesound DIEFOR                 nwinter/sounds/diefo002.voc 0 0 252 4 0
97
definesound SCREAM                 nwinter/sounds/dscrem04.voc 0 0 252 4 0
98
definesound ITHURTS                nwinter/sounds/hurts000.voc 0 0 252 4 0
99
definesound LUCKYSOB               nwinter/sounds/lucky02.voc  0 0 252 12 0
100
definesound PAYBACK                nwinter/sounds/paybk003.voc 0 0 252 4 0
101
definesound DAMNUGLY               nwinter/sounds/ugly01.voc   0 0 252 12 0
102
definesound WASTED                 nwinter/sounds/waste003.voc 0 0 252 4 0
103
definesound YOUSUCK                nwinter/sounds/yousuk01.voc 0 0 252 4 0
104
definesound BCONTROL               nwinter/sounds/bcntrl01.voc 0 0 252 4 0
105
definesound SCUMSUCK               nwinter/sounds/scum01.voc   0 0 252 4 0
106
 
107
definesound SANTA_TRASH1           410.voc 0 0 254 20 100
108
definesound SANTA_GOTHIT           411.voc 0 0 254 20 100
109
definesound SANTA_TRASH2           412.voc 0 0 254 20 100
110
definesound SANTA_FOUNDPLANS       413.voc 0 0 255 20 100
111
definesound SANTA_TRASH3           414.voc 0 0 254 20 100
112
definesound SANTA_DEAD             415.voc 0 0 254 20 100
113
definesound SANTA_TRASH4           416.voc 0 0 254 20 100
114
definesound SANTA_TRASH5           417.voc 0 0 254 20 100
115
definesound SANTA_TRASH6           418.voc 0 0 254 20 100
116
definesound SANTA_TRASH7           419.voc 0 0 254 20 100
117
definesound SANTA_TRASH8           421.voc 0 0 254 20 100
118
definesound SANTA_TRASH9           422.voc 0 0 254 20 100
119
 
120
definesound PHONE_RING        fonering.voc 0 0 100 3 0
22 h266 121
definesound RIP_PAPER         rippaper.voc -64 64 250 20 0
1 h266 122
 
123
definesound SQUISH2            squish.voc -128   0   2   0   0
124
definesound WIND2               wind2.voc    0   0   0   2   0
125
definesound FLY_BY2           nwinter/sounds/flyby2.voc  -256  256   3   0   0
126
 
127
definesound MOVIE2             movie2.voc    0   0   0   0   2000
128
definesound MOVIE3             movie3.voc    0   0   0   0   2000
129
definesound MALECAROL          jingle1.voc   0   0   0   0   0
130
definesound MALECAROL_DEAD     scream1.voc   0   0   0   0   0
131
definesound SQUEEK             squeek.voc    0   0   0   0   0
132
definesound FEMALECAROL        jingle2.voc   0   0   0   0   0
133
definesound FEMALECAROL_DEAD   scream2.voc   0   0   0   0   0
134
 
22 h266 135
definesound LOWANG1            nwinter/sounds/jg41075.voc   0   0   253   0   -2048 // 1.887 sec, 57 tics
136
definesound LOWANG2            nwinter/sounds/jg42004.voc   0   0   253   0   -2048 // 4.124 sec, 124 tics
137
definesound LOWANG3            nwinter/sounds/jg42019.voc   0   0   253   0   -2048 // 4.013 sec, 121 tics
138
definesound LOWANG4            nwinter/sounds/jg42021.voc   0   0   253   0   -2048 // 5.173 sec, 156 tics
1 h266 139
 
140
definesound PHONE_PICKUP          nwinter/sounds/phone-pick-up-1.wav 0 0 100 2 0
141
definesound PHONE_HANGUP          nwinter/sounds/phone-hang-up-1.wav 0 0 100 2 0
142
 
143
definesound WINDBLOW_01           nwinter/sounds/hurricane.wav  0   0   0   2   0
144
definesound WINDBLOW_02           nwinter/sounds/storm.wav      0   0   0   2   0
145
definesound WINDBLOW_03           nwinter/sounds/wind-sand.wav  0   0   0   2   0
146
definesound WINDBLOW_04           nwinter/sounds/wind.wav       0   0   0   2   0
147
definesound WINDBLOW_05           nwinter/sounds/wind01.wav     0   0   0   2   0
148
definesound WINDBLOW_06           nwinter/sounds/wind1.wav      0   0   0   2   0
149
definesound WINDBLOW_07           nwinter/sounds/windhowl.wav   0   0   0   2   0
150
definesound WINDBLOW_08           nwinter/sounds/windy.wav      0   0   0   2   0
151
definesound WINDBLOW_09           nwinter/sounds/wwind.wav      0   0   0   2   0
152
 
153
definesound SQUISHED            squish.voc     -128   0   2   0   0
154
// definesound 69 nwinter/sounds/blank.ogg 0 0 0 0 0
155
 
156