Rev 252 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5 | parkar | 1 | // Maphacks for Duke3D HRP |
2 | // Level: E4L6.MAP - "Going Postal" (Original Atomic Edition version) |
||
292 | nightfrigh | 3 | // Reviewed by NightFright (February 2012) |
5 | parkar | 4 | |
5 | |||
6 | |||
7 | // PROPS |
||
8 | |||
9 | // Box |
||
10 | sprite 328 angoff -384 |
||
11 | sprite 329 angoff 64 |
||
12 | sprite 676 angoff 128 |
||
13 | sprite 677 angoff -256 |
||
14 | |||
15 | // Car mirror |
||
16 | sprite 14 angoff 1024 |
||
17 | |||
18 | // Chair |
||
19 | sprite 143 angoff 256 |
||
20 | sprite 332 angoff -640 |
||
21 | |||
22 | // Desklamp |
||
23 | sprite 333 angoff -512 |
||
24 | |||
25 | // Fire extinguisher |
||
26 | sprite 637 angoff -256 |
||
27 | sprite 638 angoff -768 |
||
28 | sprite 640 angoff -256 |
||
29 | |||
30 | // Fire hydrant |
||
31 | sprite 42 angoff 512 |
||
32 | |||
33 | // Mail bags |
||
34 | sprite 17 angoff 128 |
||
35 | sprite 110 angoff 256 |
||
36 | sprite 111 angoff -128 |
||
37 | sprite 112 angoff -128 |
||
38 | sprite 113 angoff 192 |
||
39 | sprite 114 angoff -128 |
||
40 | sprite 115 angoff 256 |
||
41 | sprite 116 angoff -640 |
||
42 | sprite 117 angoff 256 |
||
43 | sprite 314 angoff 128 |
||
44 | |||
45 | // Nuke barrel |
||
46 | sprite 231 angoff 512 |
||
47 | sprite 232 angoff 640 |
||
48 | sprite 233 angoff -896 |
||
49 | sprite 235 angoff 1024 |
||
50 | sprite 684 angoff -512 |
||
51 | sprite 685 angoff -512 |
||
52 | sprite 686 angoff 768 |
||
53 | sprite 688 angoff 256 |
||
54 | sprite 689 angoff 512 |
||
55 | sprite 690 angoff 768 |
||
56 | sprite 691 angoff 512 |
||
57 | sprite 693 angoff 512 |
||
58 | sprite 694 angoff 1024 |
||
59 | sprite 696 angoff -384 |
||
60 | sprite 697 angoff 896 |
||
61 | |||
62 | // Radar Dish |
||
63 | sprite 221 angoff 512 |
||
64 | |||
65 | // Spotlights |
||
66 | sprite 96 angoff 1024 |
||
67 | sprite 98 angoff 1024 |
||
68 | |||
69 | // Toilet |
||
70 | sprite 238 angoff 512 |
||
71 | |||
72 | |||
73 | |||
74 | // ITEMS/POWERUPS |
||
75 | |||
76 | // Armor |
||
77 | sprite 209 angoff -256 |
||
78 | sprite 286 angoff -512 |
||
79 | |||
80 | // Boots |
||
81 | sprite 25 angoff 1024 |
||
82 | |||
83 | // Health +10 |
||
84 | sprite 269 angoff -128 |
||
85 | sprite 270 angoff 256 |
||
86 | sprite 272 angoff -256 |
||
87 | sprite 274 angoff -256 |
||
88 | sprite 275 angoff 256 |
||
89 | sprite 276 angoff 512 |
||
90 | |||
91 | // Health +30 |
||
92 | sprite 271 angoff -768 |
||
93 | sprite 285 angoff -512 |
||
94 | sprite 292 angoff -256 |
||
95 | sprite 578 angoff -512 |
||
96 | sprite 579 angoff -512 |
||
97 | |||
98 | // HoloDuke |
||
99 | sprite 277 angoff 256 |
||
100 | |||
101 | // Jetpack |
||
102 | sprite 295 angoff -512 // Dukematch only |
||
103 | |||
104 | // Keycards (R/B/Y) |
||
292 | nightfrigh | 105 | sprite 145 angoff -512 |
106 | sprite 534 angoff -512 |
||
107 | sprite 724 angoff -512 |
||
5 | parkar | 108 | |
10 | parkar | 109 | // Medkit |
110 | sprite 296 angoff 512 |
||
111 | sprite 672 angoff -512 |
||
5 | parkar | 112 | |
113 | // Steroids |
||
114 | sprite 284 angoff -768 |
||
115 | sprite 293 angoff -512 |
||
116 | |||
117 | |||
118 | |||
119 | // WEAPONS/AMMO |
||
120 | |||
121 | // Pistol & ammo |
||
122 | sprite 212 angoff -256 |
||
123 | sprite 213 angoff -256 |
||
124 | sprite 214 angoff -256 |
||
125 | sprite 299 angoff 256 |
||
126 | sprite 300 angoff 128 |
||
127 | sprite 302 angoff 1024 |
||
128 | sprite 529 angoff 512 |
||
129 | sprite 669 angoff 512 |
||
130 | sprite 752 angoff 256 |
||
131 | |||
132 | // Shotgun & ammo |
||
292 | nightfrigh | 133 | sprite 211 angoff 1024 |
134 | sprite 223 angoff 384 |
||
5 | parkar | 135 | sprite 635 angoff -256 |
136 | |||
137 | // Chaingun & ammo |
||
138 | sprite 206 angoff -512 |
||
139 | sprite 216 angoff -512 |
||
140 | sprite 218 angoff -512 |
||
141 | sprite 305 angoff 1024 |
||
142 | sprite 641 angoff 512 |
||
143 | |||
144 | // RPG & ammo |
||
145 | sprite 207 angoff -384 |
||
146 | sprite 282 angoff -512 |
||
292 | nightfrigh | 147 | sprite 306 angoff 1024 |
5 | parkar | 148 | sprite 351 angoff 512 |
149 | sprite 352 angoff 512 |
||
150 | |||
151 | // Pipebombs |
||
152 | sprite 81 angoff -512 |
||
153 | sprite 288 angoff -768 |
||
154 | sprite 750 angoff 512 |
||
155 | |||
156 | // Shrinker/Expander & ammo |
||
292 | nightfrigh | 157 | sprite 84 angoff -768 // Dukematch only |
158 | sprite 280 angoff -768 |
||
5 | parkar | 159 | |
160 | // Devastator & ammo |
||
161 | sprite 26 angoff 64 |
||
162 | sprite 278 angoff 768 |
||
163 | sprite 577 angoff -512 |
||
164 | |||
165 | // Laser Tripbomb |
||
166 | sprite 266 angoff 1024 |
||
167 | sprite 267 angoff 896 |
||
168 | |||
169 | // Freezethrower & ammo |
||
292 | nightfrigh | 170 | sprite 283 angoff 1024 |
5 | parkar | 171 | |
172 | // Forcing any floor aligned model to be rendered as sprite |
||
173 | sprite 246 notmd |
||
174 | sprite 254 notmd |
||
175 | sprite 255 notmd |
||
176 | sprite 256 notmd |
||
177 | sprite 257 notmd |
||
178 | sprite 258 notmd |
||
179 | sprite 259 notmd |
||
180 | sprite 260 notmd |
||
181 | sprite 334 notmd |
||
182 | sprite 335 notmd |
||
183 | sprite 336 notmd |
||
184 | sprite 337 notmd |
||
185 | sprite 338 notmd |
||
186 | sprite 339 notmd |
||
187 | sprite 340 notmd |
||
188 | sprite 341 notmd |
||
189 | sprite 342 notmd |
||
190 | sprite 343 notmd |
||
191 | sprite 344 notmd |
||
192 | sprite 345 notmd |
||
193 | sprite 346 notmd |
||
194 | sprite 347 notmd |
||
195 | sprite 348 notmd |
||
196 | sprite 399 notmd |
||
197 | sprite 400 notmd |
||
198 | sprite 403 notmd |
||
199 | sprite 404 notmd |
||
200 | sprite 429 notmd |
||
201 | sprite 430 notmd |
||
202 | sprite 433 notmd |
||
203 | sprite 434 notmd |
||
204 | sprite 437 notmd |
||
205 | sprite 438 notmd |
||
206 | sprite 441 notmd |
||
207 | sprite 442 notmd |
||
208 | sprite 472 notmd |
||
209 | sprite 473 notmd |
||
210 | sprite 505 notmd |
||
211 | sprite 507 notmd |
||
212 | sprite 508 notmd |
||
213 | sprite 710 notmd |
||
214 | sprite 711 notmd |
||
215 | sprite 741 notmd |
||
216 | |||
292 | nightfrigh | 217 | |
218 | |||
5 | parkar | 219 | // OVERRIDE |
220 | |||
221 | // Fixes for badly aligned sprites |
||
222 | sprite 513 mdyoff -26700 // newspaper |
||
223 | sprite 513 roll 5 |
||
224 | sprite 635 mdzoff 375000 // shotgun |
||
225 | sprite 635 pitch 1 |
||
226 | |||
227 | // Switches to be hidden |
||
228 | sprite 41 notmd // Side of fire engine |
||
229 | sprite 147 notmd // Stamps machine |
||
98 | devastator | 230 | sprite 633 notmd // Paw-print by PO boxes |
231 | |||
252 | nightfrigh | 232 | |
233 | |||
234 | // LIGHTS |
||
235 | |||
236 | // by Devastator |
||
98 | devastator | 237 | light 284 19712 43776 -8192 4900 185 185 185 0 0 1536 -1 0 0 0 -1 |
238 | light 284 30976 41216 -8192 6600 185 185 185 0 0 1536 -1 0 0 0 -1 |
||
239 | light 103 31488 30720 4096 2700 95 95 95 0 0 1536 -1 0 0 0 -1 |
||
240 | light 284 25344 43008 -8192 4900 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
241 | light 284 20480 34816 -8192 4900 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
242 | light 284 15616 37376 -8192 4900 185 185 185 0 0 1536 -1 0 0 0 -1 |
||
243 | light 284 15104 35584 -112384 6500 146 114 94 0 0 1536 -1 0 0 0 -1 |
||
244 | light 328 31744 35840 -7168 5200 71 71 71 0 0 1536 -1 0 0 0 -1 |
||
245 | light 284 20224 25344 -25600 5300 41 41 41 0 0 1536 -1 0 0 0 -1 |
||
246 | light 284 13824 44544 -76800 4900 236 204 184 0 0 1536 -1 0 0 0 -1 |
||
247 | light 280 12288 25088 -52992 3300 121 121 121 0 0 1536 -1 0 0 0 -1 |
||
248 | light 284 35840 44544 2048 6700 21 21 21 0 0 1536 -1 0 0 0 -1 |
||
249 | light 284 26112 33280 -8192 5200 185 185 185 0 0 1536 -1 0 0 0 -1 |
||
250 | light 263 34112 32384 -2048 3300 31 31 31 0 0 1536 -1 0 0 0 -1 |
||
251 | light 263 37056 36032 -3072 3400 51 51 51 0 0 1536 -1 0 0 0 -1 |
||
252 | light 263 39936 40256 -5120 3300 75 75 75 0 0 1536 -1 0 0 0 -1 |
||
253 | light 263 34880 34112 -2048 3300 91 91 91 0 0 1536 -1 0 0 0 -1 |
||
254 | light 6 33664 27136 -6144 1900 131 131 131 0 0 1536 -1 0 0 0 -1 |
||
255 | light 180 44032 26752 -4096 2700 81 81 81 0 0 1536 -1 0 0 0 -1 |
||
256 | light 143 35776 25984 3072 1200 40 36 35 0 0 1536 -1 0 0 0 -1 |
||
257 | light 191 31040 19968 23552 2200 131 131 131 0 0 1536 -1 0 0 0 -1 |
||
258 | light 255 30272 25408 -9216 4000 54 42 34 0 0 1536 -1 0 0 0 -1 |
||
259 | light 126 34048 20224 10496 1800 20 16 15 0 0 1536 -1 0 0 0 -1 |
||
260 | light 6 33664 24448 -6144 1900 131 131 131 0 0 1536 -1 0 0 0 -1 |
||
261 | light 180 44160 22656 -5120 2700 81 81 81 0 0 1536 -1 0 0 0 -1 |
||
262 | light 335 41600 25728 -4096 2300 181 181 181 0 0 1536 -1 0 0 0 -1 |
||
263 | light 335 41600 23552 -4096 2300 181 181 181 0 0 1536 -1 0 0 0 -1 |
||
264 | light 335 38144 24960 -30720 4400 71 71 71 0 0 1536 -1 0 0 0 -1 |
||
265 | light 164 37120 18432 -8192 1900 68 69 79 0 0 0 -1 0 0 0 -1 |
||
266 | light 174 42880 16768 -5120 4200 135 135 135 0 0 896 -1 0 0 0 -1 |
||
267 | light 162 38528 18432 -8192 1900 68 69 79 0 0 0 -1 0 0 0 -1 |
||
268 | light 267 45504 30144 -24576 2000 95 31 21 0 0 1536 -1 0 0 0 -1 |
||
269 | light 337 45824 33280 -17408 4700 145 131 111 0 0 1536 -1 0 0 0 -1 |
||
270 | light 337 41216 33536 -14336 4700 135 121 111 0 0 1536 -1 0 0 0 -1 |
||
271 | light 277 45056 38912 -5120 2900 131 141 121 0 0 1536 -1 0 0 0 -1 |
||
272 | light 258 37632 30720 -1024 2900 81 80 78 0 0 1536 -1 0 0 0 -1 |
||
273 | light 330 41984 43520 -7168 3300 47 58 85 0 0 1536 -1 0 0 0 -1 |
||
274 | light 226 52480 35072 -24576 4300 195 195 195 0 0 1536 -1 0 0 0 -1 |
||
275 | light 226 51712 38400 4096 3000 101 101 101 0 0 1536 -1 0 0 0 -1 |
||
276 | light 227 60416 32768 -11264 2700 121 121 121 0 0 1536 -1 0 0 0 -1 |
||
277 | light 265 60416 28928 0 3000 201 201 201 0 0 1536 -1 0 0 0 -1 |
||
278 | light 218 49280 24960 -20480 2900 101 98 91 0 0 1536 -1 0 0 0 -1 |
||
279 | light 223 63872 24832 11264 1600 44 41 26 0 0 1536 -1 0 0 0 -1 |
||
280 | light 229 60416 38304 9216 1200 101 100 96 0 0 1536 -1 0 0 0 -1 |
||
281 | light 231 60416 41472 6144 500 195 180 166 0 0 1536 -1 0 0 0 -1 |
||
282 | light 231 60416 39680 12288 1000 195 180 166 0 0 1536 -1 0 0 0 -1 |
||
283 | light 231 60416 40704 12288 1000 195 180 166 0 0 1536 -1 0 0 0 -1 |
||
284 | light 266 55296 25088 -37632 4900 85 85 85 0 0 1536 -1 0 0 0 -1 |
||
285 | light 140 33856 22784 -20480 2800 211 211 211 296 222 0 -361 0 0 0 -1 |