Rev 479 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 479 | Rev 652 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // Maphacks for Duke3D HRP |
1 | // Maphacks for the Duke Nukem 3D High Resolution Pack (HRP) |
2 | // Level: E4L1.MAP - "It's Impossible" (Original Atomic Edition version) |
- | |
3 | // Author: Randall S Pitchford II |
- | |
4 | // mapmd4: 49a4643137700e4ee07275714d781004 |
- | |
5 | // Reviewed by NightFright (February 2012) |
- | |
6 | - | ||
7 | - | ||
8 | - | ||
9 | // CHARACTERS |
- | |
10 | - | ||
11 | // Weather Girl |
- | |
12 | sprite 1046 angoff 1024 |
- | |
13 | - | ||
14 | - | ||
15 | - | ||
16 | // PROPS |
- | |
17 | - | ||
18 | // Broken light |
- | |
19 | sprite 64 angoff -256 |
- | |
20 | - | ||
21 | // C9 cannisters |
- | |
22 | sprite 396 angoff -384 |
- | |
23 | sprite 397 angoff -128 |
- | |
24 | sprite 515 angoff 192 |
- | |
25 | - | ||
26 | // Chair |
- | |
27 | sprite 737 angoff -128 |
- | |
28 | - | ||
29 | // Hotmeat |
- | |
30 | sprite 622 angoff 256 |
- | |
31 | - | ||
32 | // Knife |
- | |
33 | sprite 229 angoff 256 |
- | |
34 | - | ||
35 | // Nuke barrel |
- | |
36 | sprite 399 angoff -128 |
- | |
37 | - | ||
38 | // "Slippery Floor" sign |
- | |
39 | sprite 804 angoff -384 |
- | |
40 | - | ||
41 | // Vacuum |
- | |
42 | sprite 400 angoff -896 |
- | |
43 | - | ||
44 | - | ||
45 | - | ||
46 | // ITEMS/POWERUPS |
- | |
47 | - | ||
48 | // Armor |
- | |
49 | sprite 419 angoff 512 |
- | |
50 | sprite 634 angoff -512 |
- | |
51 | - | ||
52 | // Health +10 |
- | |
53 | sprite 38 angoff -256 |
- | |
54 | sprite 39 angoff -256 |
- | |
55 | sprite 40 angoff -256 |
- | |
56 | sprite 143 angoff 512 |
- | |
57 | sprite 144 angoff 512 // Dukematch only |
- | |
58 | sprite 145 angoff 512 // Dukematch only |
- | |
59 | sprite 146 angoff 512 |
- | |
60 | sprite 147 angoff 512 |
- | |
61 | sprite 188 angoff 512 |
- | |
62 | sprite 189 angoff 512 |
- | |
63 | sprite 230 angoff 256 |
- | |
64 | sprite 244 angoff 256 |
- | |
65 | sprite 824 angoff -512 |
- | |
66 | sprite 825 angoff -512 |
- | |
67 | - | ||
68 | // Health +30 |
- | |
69 | sprite 0 angoff 512 |
- | |
70 | sprite 8 angoff 768 |
- | |
71 | sprite 10 angoff 256 |
- | |
72 | sprite 165 angoff -256 |
- | |
73 | sprite 166 angoff -256 |
- | |
74 | sprite 351 angoff 768 |
- | |
75 | sprite 627 angoff -256 |
- | |
76 | sprite 874 angoff -512 // Dukematch only |
- | |
77 | 2 | ||
78 | // HoloDuke |
- | |
79 | sprite 54 angoff 1024 |
- | |
80 | - | ||
81 | // Jetpack |
- | |
82 | sprite 840 angoff 512 |
- | |
83 | - | ||
84 | // Keycards (B) |
- | |
85 | sprite 136 angoff -256 |
- | |
86 | - | ||
87 | // Nightvision |
- | |
88 | sprite 53 angoff -256 |
- | |
89 | - | ||
90 | // Steroids |
- | |
91 | sprite 839 angoff 512 |
- | |
92 | - | ||
93 | - | ||
94 | - | ||
95 | // WEAPONS/AMMO |
- | |
96 | - | ||
97 | // Pistol & ammo |
- | |
98 | sprite 1 angoff 512 |
- | |
99 | sprite 160 angoff 384 |
- | |
100 | sprite 237 angoff -256 |
- | |
101 | sprite 251 angoff -256 |
- | |
102 | sprite 352 angoff 1024 |
- | |
103 | - | ||
104 | // Shotgun & ammo |
- | |
105 | sprite 193 angoff -512 |
- | |
106 | sprite 350 angoff -512 |
- | |
107 | sprite 539 angoff 256 |
- | |
108 | sprite 542 angoff 512 |
- | |
109 | sprite 544 angoff 1024 |
- | |
110 | - | ||
111 | // Chaingun & ammo |
- | |
112 | sprite 191 angoff 512 |
- | |
113 | sprite 353 angoff 1024 |
- | |
114 | sprite 540 angoff 512 |
- | |
115 | sprite 541 angoff -512 |
- | |
116 | sprite 545 angoff -256 |
- | |
117 | - | ||
118 | // RPG & ammo |
- | |
119 | sprite 48 angoff -256 // Dukematch only |
- | |
120 | sprite 140 angoff 768 |
- | |
121 | - | ||
122 | // Pipebombs |
- | |
123 | sprite 56 angoff -768 |
- | |
124 | sprite 151 angoff -960 |
- | |
125 | sprite 674 angoff 512 |
- | |
126 | sprite 679 angoff 1024 |
- | |
127 | sprite 812 angoff 256 |
- | |
128 | sprite 813 angoff 768 |
- | |
129 | - | ||
130 | // Devastator & ammo |
3 | // Title : It's Impossible |
131 | sprite 760 angoff -768 |
- | |
132 | sprite 761 angoff 256 |
- | |
133 | - | ||
134 | // Shrinker & ammo |
4 | // Filename : E4L1.MAP |
135 | sprite 148 angoff 512 |
- | |
136 | sprite 633 angoff -512 |
- | |
137 | - | ||
138 | // Laser Tripbomb |
- | |
139 | sprite 4 angoff -256 |
- | |
140 | sprite 149 angoff -640 |
- | |
141 | sprite 150 angoff 128 |
- | |
142 | - | ||
143 | - | ||
144 | - | ||
145 | // OVERRIDE |
- | |
146 | - | ||
147 | // Fixes for badly aligned sprites |
5 | // Author : Randall S Pitchford II |
148 | sprite 23 away1 // U.N.C.L.E. phone |
- | |
149 | sprite 419 mdzoff 175000 // armor |
- | |
150 | sprite 419 roll 1 |
- | |
151 | sprite 419 pitch 1 |
- | |
152 | sprite 501 away1 // "Danger" sign |
- | |
153 | sprite 622 mdyoff 18000 // hotmeat |
6 | // mapmd4 : 49a4643137700e4ee07275714d781004 // 1996-12-11 (1.3D + Atomic GRP) |
154 | sprite 622 roll 1 |
- | |
155 | - | ||
156 | // Forcing any floor aligned model to be rendered as sprite |
7 | // mapmd4 : 72e411eec155119f09482ca593b08843 // 2014-11-20 (NUKEMDAVE) |
157 | sprite 21 notmd |
- | |
158 | sprite 80 notmd |
- | |
159 | sprite 94 notmd |
- | |
160 | sprite 100 notmd |
- | |
161 | sprite 393 notmd |
- | |
162 | sprite 441 notmd |
- | |
163 | sprite 442 notmd |
- | |
164 | sprite 509 notmd |
- | |
165 | sprite 576 notmd |
- | |
166 | sprite 767 notmd |
- | |
167 | sprite 788 notmd |
- | |
168 | sprite 1058 notmd |
- | |
169 | 8 | ||
170 | // Switches to be hidden |
9 | // Curr. HRP: r5.3.652 |
171 | sprite 125 notmd // Bloody handprint in cave |
- | |
172 | sprite 129 notmd // Bloody handprint outside |
- | |
173 | sprite 155 notmd // Computer behind freezer |
- | |
174 | sprite 288 notmd // Bloody handprint in freezer |
- | |
175 | sprite 624 notmd // Monitor with burning fuse |
- | |
176 | sprite 668 notmd // Hand dryer |
- | |
177 | 10 | ||
- | 11 | sprite 160 angoff 768 // tile0021 firstgunsprite |
|
- | 12 | sprite 874 angoff -512 // tile0052 sixpack (multiplayer) |
|
- | 13 | sprite 544 angoff 928 // tile0028 shotgunsprite (multiplayer) |
|
- | 14 | sprite 54 angoff -960 // tile1348 holoduke |
|
- | 15 | sprite 152 angoff -960 // tile0055 steroids (multiplayer) |
|
- | 16 | sprite 151 angoff 608 // tile0047 hbombammo |
|
- | 17 | sprite 151 mdzoff -3000 // tile0047 hbombammo |
|
- | 18 | sprite 151 pitch -80 // tile0047 hbombammo |
|
- | 19 | sprite 393 notmd // tile4428 (rail track) |
|
- | 20 | sprite 545 angoff -128 // tile0022 chaingunsprite (multiplayer) |
|
- | 21 | sprite 129 notmd // tile0164 dipswitch2 |
|
- | 22 | //sprite 53 angoff -256 // tile0059 heatsensor |
|
- | 23 | sprite 125 notmd // tile0164 dipswitch2 |
|
- | 24 | sprite 355 angoff 1024 // tile0051 cola |
|
- | 25 | sprite 356 angoff 1024 // tile0051 cola |
|
- | 26 | sprite 576 notmd // tile4396 topsecret |
|
- | 27 | sprite 603 angoff 640 // tile0994 pipe5 |
|
- | 28 | sprite 94 notmd // tile4387 (tabletop) |
|
- | 29 | sprite 788 notmd // tile4387 (tabletop) |
|
- | 30 | sprite 100 notmd // tile4387 (tabletop) |
|
- | 31 | sprite 350 angoff -768 // tile0049 shotgunammo |
|
- | 32 | sprite 89 angoff 1024 // tile0051 cola |
|
- | 33 | sprite 826 angoff 1024 // tile0051 cola |
|
- | 34 | sprite 88 angoff 1024 // tile0051 cola |
|
- | 35 | sprite 426 mdzoff 650000 // tile1048 (pipes) |
|
- | 36 | sprite 426 roll -1 // tile1048 (pipes) |
|
- | 37 | sprite 424 mdzoff 100000 // tile0670 (faucet) |
|
- | 38 | sprite 424 pitch -1 // tile0670 (faucet) |
|
- | 39 | sprite 425 mdzoff 650000 // tile1048 (pipes) |
|
- | 40 | sprite 425 roll 1 // tile1048 (pipes) |
|
- | 41 | sprite 824 angoff 512 // tile0051 cola |
|
- | 42 | sprite 825 angoff -512 // tile0051 cola |
|
- | 43 | sprite 431 angoff 384 // tile2249 (tile2245 jibs1) |
|
- | 44 | sprite 431 mdzoff 100000 // tile2249 (tile2245 jibs1) |
|
- | 45 | sprite 431 pitch 1 // tile2249 (tile2245 jibs1) |
|
- | 46 | sprite 431 roll -3 // tile2249 (tile2245 jibs1) |
|
- | 47 | sprite 288 notmd // tile0164 dipswitch2 |
|
- | 48 | sprite 155 notmd // tile0164 dipswitch2 |
|
- | 49 | sprite 8 angoff 768 // tile0052 sixpack |
|
- | 50 | sprite 633 angoff -768 // tile0025 shrinkersprite |
|
- | 51 | sprite 634 angoff -512 // tile0054 shield |
|
- | 52 | //sprite 622 angoff 256 // tile4427 hotmeat |
|
- | 53 | sprite 622 mdxoff 18000 // tile4427 hotmeat |
|
- | 54 | sprite 622 pitch 1 // tile4427 hotmeat |
|
- | 55 | sprite 484 mdxoff 90000 // tile1053 (toilet roll holder) |
|
- | 56 | sprite 484 pitch 1 // tile1053 (toilet roll holder) |
|
- | 57 | sprite 481 mdxoff 90000 // tile1053 (toilet roll holder) |
|
- | 58 | sprite 481 pitch 1 // tile1053 (toilet roll holder) |
|
- | 59 | sprite 540 angoff 512 // tile0022 chaingunsprite |
|
- | 60 | sprite 10 angoff 256 // tile0052 sixpack |
|
- | 61 | sprite 668 notmd // tile0164 dipswitch2 |
|
- | 62 | sprite 485 mdzoff 180000 // tile0574 (tile0670 (faucet)) |
|
- | 63 | sprite 485 pitch -1 // tile0574 (tile0670 (faucet)) |
|
- | 64 | sprite 486 mdzoff 180000 // tile0574 (tile0670 (faucet)) |
|
- | 65 | sprite 486 pitch -1 // tile0574 (tile0670 (faucet)) |
|
- | 66 | sprite 48 angoff -128 // tile0044 rpgammo (multiplayer) |
|
- | 67 | sprite 48 mdzoff 200000 // tile0044 rpgammo (multiplayer) |
|
- | 68 | sprite 48 pitch 2 // tile0044 rpgammo (multiplayer) |
|
- | 69 | sprite 48 roll 1 // tile0044 rpgammo (multiplayer) |
|
- | 70 | sprite 136 angoff -128 // tile0060 accesscard blue |
|
- | 71 | sprite 541 angoff 1024 // tile0041 batteryammo |
|
- | 72 | sprite 541 mdzoff 500000 // tile0041 batteryammo |
|
- | 73 | sprite 541 pitch -1 // tile0041 batteryammo |
|
- | 74 | sprite 541 roll 2 // tile0041 batteryammo |
|
- | 75 | sprite 1058 notmd // tile4449 (roger moore) |
|
- | 76 | sprite 1046 angoff 1024 // tile4874 woman |
|
- | 77 | sprite 1046 mdzoff 500000 // tile4874 woman |
|
- | 78 | sprite 1046 pitch 1 // tile4874 woman |
|
- | 79 | sprite 567 angoff 128 // tile0052 sixpack |
|
- | 80 | sprite 543 angoff -128 // tile0052 sixpack |
|
- | 81 | sprite 839 angoff 512 // tile0055 steroids |
|
- | 82 | sprite 840 angoff 512 // tile0057 jetpack |
|
- | 83 | sprite 760 angoff 1024 // tile0042 devistatorammo |
|
- | 84 | sprite 760 mdzoff 200000 // tile0042 devistatorammo |
|
- | 85 | sprite 760 roll -1 // tile0042 devistatorammo |
|
- | 86 | sprite 761 mdzoff 200000 // tile0042 devistatorammo |
|
- | 87 | sprite 761 roll -1 // tile0042 devistatorammo |
|
- | 88 | sprite 286 angoff 1024 // tile0040 ammo |
|
- | 89 | sprite 542 angoff 512 // tile0049 shotgunammo |
|
- | 90 | sprite 40 angoff 896 // tile0051 cola |
|
- | 91 | sprite 39 angoff 640 // tile0051 cola |
|
- | 92 | sprite 38 angoff 512 // tile0051 cola |
|
- | 93 | //sprite 624 notmd // tile0164 dipswitch2 |
|
- | 94 | sprite 624 angoff 1024 // tile0164 dipswitch2 |
|
- | 95 | sprite 148 angoff -512 // tile0046 crystalammo |
|
- | 96 | sprite 767 notmd // tile0503 glass |
|
- | 97 | sprite 135 angoff 0 // tile0060 accesscard red |
|
- | 98 | sprite 501 away1 // tile0309 (hazardous sign) |
|
- | 99 | sprite 352 angoff 1024 // tile0040 ammo |
|
- | 100 | sprite 562 angoff 640 // tile0047 hbombammo |
|
- | 101 | sprite 0 angoff 512 // tile0052 sixpack |
|
- | 102 | sprite 441 notmd // tile0790 (concrete) |
|
- | 103 | sprite 419 angoff 512 // tile0054 shield |
|
- | 104 | sprite 419 mdzoff 175000 // tile0054 shield |
|
- | 105 | sprite 419 pitch 1 // tile0054 shield |
|
- | 106 | sprite 1 angoff 512 // tile0021 firstgunsprite |
|
- | 107 | sprite 442 notmd // tile4439 (pen & paper) |
|
- | 108 | sprite 80 notmd // tile4488 (map) |
|
- | 109 | sprite 539 angoff 256 // tile0028 shotgunsprite |
|
- | 110 | sprite 351 angoff 768 // tile0052 sixpack |
|
- | 111 | sprite 140 angoff 768 // tile0044 rpgammo |
|
- | 112 | sprite 509 notmd // tile0373 (edf box plate) |
|
- | 113 | sprite 507 angoff -256 // tile0045 growammo |
|
- | 114 | sprite 508 angoff -256 // tile0045 growammo |
|
- | 115 | sprite 64 angoff -256 // tile1078 (streetlight broken) |
|
- | 116 | sprite 149 angoff -768 // tile0027 tripbombsprite |
|
- | 117 | sprite 4 angoff -256 // tile0027 tripbombsprite |
|
- | 118 | sprite 150 angoff 256 // tile0027 tripbombsprite |
|
- | 119 | sprite 21 notmd // tile1226 bloodpool |
|
- | 120 | sprite 804 angoff -128 // tile4495 wetfloor |
|
- | 121 | sprite 803 angoff 512 // tile4497 mop |
|
- | 122 | sprite 805 mdzoff 150000 // tile4496 broom |
|
- | 123 | sprite 805 pitch 1 // tile4496 broom |
|
- | 124 | sprite 56 angoff 1024 // tile0047 hbombammo |
|
- | 125 | sprite 262 mdzoff -4096 // tile0407 fansprite |
|
- | 126 | sprite 262 pitch 1024 // tile0407 fansprite |
|
- | 127 | sprite 267 angoff 512 // tile1247 seenine |
|
- | 128 | sprite 237 angoff -256 // tile0021 firstgunsprite |
|
- | 129 | sprite 230 angoff 256 // tile0051 cola |
|
- | 130 | sprite 229 angoff 256 // tile4363 (combat knife) |
|
- | 131 | sprite 251 angoff 768 // tile0021 firstgunsprite |
|
- | 132 | sprite 244 angoff -768 // tile0051 cola |
|
- | 133 | sprite 627 angoff -256 // tile0052 sixpack |
|
- | 134 | //sprite 399 angoff -128 // tile1227 nukebarrel |
|
- | 135 | sprite 813 angoff 768 // tile0026 heavyhbomb |
|
- | 136 | sprite 353 angoff 512 // tile0041 batteryammo |
|
- | 137 | sprite 515 angoff 192 // tile1247 seenine |
|
- | 138 | sprite 397 angoff -128 // tile1247 seenine |
|
- | 139 | sprite 396 angoff -384 // tile1247 seenine |
|
- | 140 | sprite 812 angoff -768 // tile0026 heavyhbomb |
|
- | 141 | //sprite 400 angoff -896 // tile0669 vacuum |
|
- | 142 | sprite 188 angoff 512 // tile0051 cola |
|
- | 143 | sprite 191 angoff 0 // tile0041 batteryammo |
|
- | 144 | sprite 189 angoff -512 // tile0051 cola |
|
- | 145 | sprite 193 angoff 1024 // tile0049 shotgunammo |
|
- | 146 | sprite 147 angoff -512 // tile0051 cola (multiplayer) |
|
- | 147 | sprite 146 angoff -512 // tile0051 cola |
|
- | 148 | sprite 145 angoff -512 // tile0051 cola (multiplayer) |
|
- | 149 | sprite 144 angoff -512 // tile0051 cola (multiplayer) |
|
- | 150 | sprite 143 angoff -512 // tile0051 cola |
|
- | 151 | sprite 23 away1 // tile4499 (U.N.C.L.E. phone) |
|
- | 152 | sprite 679 angoff 1024 // tile0026 heavyhbomb |
|
- | 153 | sprite 674 angoff 576 // tile0047 hbombammo |
|
- | 154 | sprite 737 angoff -384 // tile0556 chair1 |
|
- | 155 | sprite 165 angoff -384 // tile0052 sixpack |
|
- | 156 | sprite 166 angoff -128 // tile0052 sixpack |
|
178 | 157 | ||
179 | 158 | ||
180 | // LIGHTS |
159 | // LIGHTS |