Rev 479 | Rev 700 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 479 | Rev 657 | ||
---|---|---|---|
1 | // Maphacks for Duke3D HRP |
1 | // Maphacks for the Duke Nukem 3D High Resolution Pack (HRP) |
2 | // Level: E2l10.MAP - "Spin Cycle" (Original Atomic Edition version) |
- | |
3 | // Author: Richard Bailey Gray (The Levelord) |
- | |
4 | // mapmd4: d71f66208b7593232a2c016c3ac72c0b |
- | |
5 | // Reviewed by NightFright (February 2012) |
- | |
6 | - | ||
7 | - | ||
8 | - | ||
9 | // PROPS |
- | |
10 | - | ||
11 | // Satellite |
- | |
12 | sprite 229 angoff 256 |
- | |
13 | - | ||
14 | - | ||
15 | - | ||
16 | // ITEMS/POWERUPS |
- | |
17 | - | ||
18 | // Health +30 |
- | |
19 | sprite 227 angoff 128 |
- | |
20 | sprite 228 angoff 384 |
- | |
21 | - | ||
22 | // HoloDuke |
- | |
23 | sprite 141 angoff -512 // Dukematch only |
- | |
24 | sprite 257 angoff -768 |
- | |
25 | - | ||
26 | // Jetpack |
- | |
27 | sprite 142 angoff -128 // Dukematch only |
- | |
28 | sprite 144 angoff 768 // Dukematch only |
- | |
29 | - | ||
30 | // MedKit |
- | |
31 | sprite 61 angoff 512 |
- | |
32 | sprite 179 angoff -512 |
- | |
33 | - | ||
34 | // Nightvision |
- | |
35 | sprite 225 angoff 768 |
- | |
36 | - | ||
37 | - | ||
38 | - | ||
39 | // WEAPONS/AMMO |
- | |
40 | - | ||
41 | // Pistol & ammo |
- | |
42 | sprite 208 angoff -128 |
- | |
43 | sprite 212 angoff -512 |
- | |
44 | sprite 222 angoff -512 |
- | |
45 | sprite 223 angoff -512 |
- | |
46 | - | ||
47 | // Shotgun & ammo |
- | |
48 | sprite 206 angoff 384 |
- | |
49 | sprite 209 angoff 384 |
- | |
50 | sprite 210 angoff -384 |
- | |
51 | sprite 213 angoff 256 |
- | |
52 | sprite 220 angoff 768 |
- | |
53 | sprite 221 angoff 512 |
- | |
54 | sprite 230 angoff 640 |
- | |
55 | - | ||
56 | // Chaingun & ammo |
- | |
57 | sprite 39 angoff -256 |
- | |
58 | sprite 60 angoff 512 |
- | |
59 | sprite 62 angoff -512 |
- | |
60 | sprite 161 angoff 1024 |
- | |
61 | sprite 178 angoff 512 |
- | |
62 | sprite 180 angoff -512 |
- | |
63 | sprite 198 angoff 1024 |
- | |
64 | - | ||
65 | // RPG & ammo |
- | |
66 | sprite 38 angoff -768 |
- | |
67 | sprite 155 angoff 512 |
- | |
68 | sprite 156 angoff 512 |
- | |
69 | sprite 157 angoff 512 |
- | |
70 | sprite 187 angoff -512 |
- | |
71 | sprite 188 angoff -512 |
- | |
72 | sprite 189 angoff -512 |
- | |
73 | - | ||
74 | // Pipebombs |
- | |
75 | sprite 207 angoff 128 |
- | |
76 | - | ||
77 | // Shrinker & ammo |
- | |
78 | sprite 36 angoff 256 |
- | |
79 | sprite 145 angoff -768 // Dukematch only |
- | |
80 | sprite 211 angoff 896 |
- | |
81 | sprite 215 angoff -384 |
- | |
82 | sprite 218 angoff 512 |
- | |
83 | sprite 219 angoff 512 |
- | |
84 | - | ||
85 | // Devastator & ammo |
- | |
86 | sprite 111 angoff 1024 |
- | |
87 | sprite 112 angoff 1024 |
- | |
88 | sprite 113 angoff 1024 |
- | |
89 | sprite 258 angoff 256 |
- | |
90 | - | ||
91 | // Freezethrower & ammo |
- | |
92 | sprite 37 angoff 768 |
- | |
93 | sprite 146 angoff 768 // Dukematch only |
- | |
94 | sprite 214 angoff 512 |
- | |
95 | sprite 216 angoff -256 |
- | |
96 | sprite 217 angoff 256 |
- | |
97 | 2 | ||
- | 3 | // Title : Spin Cycle |
|
- | 4 | // Filename : E2L10.MAP |
|
- | 5 | // Author : Richard Bailey Gray (The Levelord) |
|
- | 6 | // mapmd4 : d71f66208b7593232a2c016c3ac72c0b // 1996-12-11 (1.3D + Atomic GRP) |
|
- | 7 | ||
- | 8 | // Curr. HRP: r5.3.657 |
|
- | 9 | ||
- | 10 | sprite 207 angoff 64 // tile0047 hbombammo |
|
- | 11 | sprite 179 angoff -512 // tile0053 firstaid |
|
- | 12 | sprite 178 angoff 1024 // tile0041 batteryammo |
|
- | 13 | sprite 178 mdzoff 700000 // tile0041 batteryammo |
|
- | 14 | sprite 178 pitch 1 // tile0041 batteryammo |
|
- | 15 | sprite 178 roll 1 // tile0041 batteryammo |
|
- | 16 | sprite 180 angoff 1024 // tile0041 batteryammo |
|
- | 17 | sprite 180 mdzoff 350000 // tile0041 batteryammo |
|
- | 18 | sprite 180 pitch -1 // tile0041 batteryammo |
|
- | 19 | sprite 180 roll 2 // tile0041 batteryammo |
|
- | 20 | sprite 141 angoff 800 // tile1348 holoduke (multiplayer) |
|
- | 21 | sprite 206 angoff 448 // tile0028 shotgunsprite |
|
- | 22 | sprite 230 angoff 576 // tile0049 shotgunammo |
|
- | 23 | sprite 156 angoff 512 // tile0044 rpgammo |
|
- | 24 | sprite 157 angoff 512 // tile0044 rpgammo |
|
- | 25 | sprite 155 angoff 512 // tile0044 rpgammo |
|
- | 26 | sprite 161 angoff -512 // tile0041 batteryammo |
|
- | 27 | sprite 163 angoff -512 // tile0041 batteryammo |
|
- | 28 | sprite 142 angoff -128 // tile0057 jetpack (multiplayer) |
|
- | 29 | sprite 229 angoff 128 // tile0489 satellite |
|
- | 30 | sprite 208 angoff -64 // tile0021 firstgunsprite |
|
- | 31 | sprite 227 angoff 128 // tile0052 sixpack |
|
- | 32 | sprite 112 angoff 1024 // tile0042 devistatorammo |
|
- | 33 | sprite 111 angoff 1024 // tile0042 devistatorammo |
|
- | 34 | sprite 113 angoff 1024 // tile0042 devistatorammo |
|
- | 35 | sprite 61 angoff 512 // tile0053 firstaid |
|
- | 36 | sprite 62 mdzoff 700000 // tile0041 batteryammo |
|
- | 37 | sprite 62 pitch 1 // tile0041 batteryammo |
|
- | 38 | sprite 62 roll 1 // tile0041 batteryammo |
|
- | 39 | sprite 60 mdzoff 350000 // tile0041 batteryammo |
|
- | 40 | sprite 60 pitch -1 // tile0041 batteryammo |
|
- | 41 | sprite 60 roll 2 // tile0041 batteryammo |
|
- | 42 | sprite 145 angoff -768 // tile0046 crystalammo (multiplayer) |
|
- | 43 | sprite 143 angoff 256 // tile0059 heatsensor (multiplayer) |
|
- | 44 | sprite 209 angoff 448 // tile0049 shotgunammo |
|
- | 45 | sprite 228 angoff -640 // tile0052 sixpack |
|
- | 46 | sprite 210 angoff 576 // tile0028 shotgunsprite |
|
- | 47 | sprite 146 angoff -320 // tile0037 freezeammo (multiplayer) |
|
- | 48 | sprite 188 angoff -512 // tile0044 rpgammo |
|
- | 49 | sprite 187 angoff -512 // tile0044 rpgammo |
|
- | 50 | sprite 189 angoff -512 // tile0044 rpgammo |
|
- | 51 | sprite 200 angoff 512 // tile0041 batteryammo |
|
- | 52 | sprite 198 angoff 512 // tile0041 batteryammo |
|
- | 53 | sprite 144 angoff 832 // tile0057 jetpack (multiplayer) |
|
- | 54 | sprite 211 angoff 960 // tile0025 shrinkersprite |
|
- | 55 | sprite 38 angoff -768 // tile0023 rpgsprite |
|
- | 56 | sprite 219 angoff -512 // tile0046 crystalammo |
|
- | 57 | sprite 218 angoff -640 // tile0046 crystalammo |
|
- | 58 | sprite 215 angoff -768 // tile0046 crystalammo |
|
- | 59 | sprite 37 angoff 768 // tile0024 freezesprite |
|
- | 60 | sprite 217 angoff 768 // tile0037 freezeammo |
|
- | 61 | sprite 214 angoff 640 // tile0037 freezeammo |
|
- | 62 | sprite 216 angoff 512 // tile0037 freezeammo |
|
- | 63 | sprite 225 angoff 768 // tile0059 heatsensor |
|
- | 64 | sprite 36 angoff 256 // tile0025 shrinkersprite |
|
- | 65 | sprite 221 angoff 512 // tile0049 shotgunammo |
|
- | 66 | sprite 213 angoff 384 // tile0049 shotgunammo |
|
- | 67 | sprite 220 angoff 256 // tile0049 shotgunammo |
|
- | 68 | sprite 39 angoff -256 // tile0022 chaingunsprite |
|
- | 69 | sprite 222 angoff -512 // tile0040 ammo |
|
- | 70 | sprite 212 angoff -512 // tile0040 ammo |
|
- | 71 | sprite 223 angoff -512 // tile0040 ammo |
|
- | 72 | sprite 257 angoff -768 // tile1348 holoduke |
|
- | 73 | sprite 258 angoff 256 // tile0029 devistatorsprite |
|
- | 74 | sprite 258 pitch 176 // tile0029 devistatorsprite |
|
98 | 75 | ||
99 | 76 | ||
100 | // LIGHTS |
77 | // LIGHTS |
101 | 78 | ||
102 | // by Micky C |
79 | // by Micky C |
- | 80 | // sect x y z range r g b rad fade ang horiz mins maxs prio tile |
|
103 | light 63 28800 21248 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
81 | light 63 28800 21248 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
104 | light 14 20352 -12800 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
82 | light 14 20352 -12800 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
105 | light 66 2048 -13312 -37888 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
83 | light 66 2048 -13312 -37888 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
106 | light 66 15936 -7168 -29696 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
84 | light 66 15936 -7168 -29696 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
107 | light 66 16896 20736 -31744 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
85 | light 66 16896 20736 -31744 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
108 | light 64 -12288 34432 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
86 | light 64 -12288 34432 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
109 | light 66 2176 27456 -26624 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
87 | light 66 2176 27456 -26624 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
110 | light 66 22336 6976 -25600 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
88 | light 66 22336 6976 -25600 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
111 | light 66 -17920 6976 -26624 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
89 | light 66 -17920 6976 -26624 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
112 | light 74 -2816 12032 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
90 | light 74 -2816 12032 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
113 | light 55 -16000 25216 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
91 | light 55 -16000 25216 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
114 | light 55 19968 25216 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
92 | light 55 19968 25216 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
115 | light 55 20096 -10880 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
93 | light 55 20096 -10880 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
116 | light 7 22016 25472 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
94 | light 7 22016 25472 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
117 | light 30 -16896 26112 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
95 | light 30 -16896 26112 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
118 | light 17 22016 -11136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
96 | light 17 22016 -11136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
119 | light 24 -16256 -12928 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
97 | light 24 -16256 -12928 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
120 | light 10 20352 27136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
98 | light 10 20352 27136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
121 | light 28 -16256 27136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
99 | light 28 -16256 27136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
122 | light 31 -17920 25472 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
100 | light 31 -17920 25472 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
123 | light 21 -17920 -11136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
101 | light 21 -17920 -11136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
124 | light 13 20992 -11776 15 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
102 | light 13 20992 -11776 15 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
125 | light 9 20992 26112 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
103 | light 9 20992 26112 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
126 | light 23 -16896 -11776 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
104 | light 23 -16896 -11776 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
127 | light 66 -11904 21760 -30720 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
105 | light 66 -11904 21760 -30720 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
128 | light 59 -12032 -20096 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
106 | light 59 -12032 -20096 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
129 | light 63 16256 34304 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
107 | light 63 16256 34304 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
130 | light 56 -19584 28672 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
108 | light 56 -19584 28672 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
131 | light 63 23936 28672 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
109 | light 63 23936 28672 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
132 | light 61 15872 -20096 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
110 | light 61 15872 -20096 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
133 | light 61 29184 -7168 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
111 | light 61 29184 -7168 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
134 | light 61 23680 -14464 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
112 | light 61 23680 -14464 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
135 | light 56 -24960 21888 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
113 | light 56 -24960 21888 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
136 | light 59 -19328 -14336 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
114 | light 59 -19328 -14336 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
137 | light 59 -24704 -7296 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
115 | light 59 -24704 -7296 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
138 | light 44 3968 5312 -33792 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
116 | light 44 3968 5312 -33792 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
139 | light 37 -5760 -384 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
117 | light 37 -5760 -384 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
140 | light 38 9856 -384 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
118 | light 38 9856 -384 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
141 | light 39 9856 14848 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
119 | light 39 9856 14848 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
142 | light 76 2112 9152 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
120 | light 76 2112 9152 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
143 | light 44 5760 7168 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
121 | light 44 5760 7168 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
144 | light 70 7168 2304 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
122 | light 70 7168 2304 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
145 | light 69 7040 12160 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
123 | light 69 7040 12160 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
146 | light 72 -2688 2304 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
124 | light 72 -2688 2304 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
147 | light 44 2048 3456 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
125 | light 44 2048 3456 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
148 | light 44 -1664 7168 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
126 | light 44 -1664 7168 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
149 | light 44 2048 10944 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
127 | light 44 2048 10944 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
150 | light 66 -11520 -7424 -33792 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
128 | light 66 -11520 -7424 -33792 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
151 | light 44 192 5312 -31744 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
129 | light 44 192 5312 -31744 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
152 | light 44 128 9088 -36864 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
130 | light 44 128 9088 -36864 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
153 | light 44 3968 9088 -31744 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
131 | light 44 3968 9088 -31744 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
154 | light 80 1344 6464 -20480 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
132 | light 80 1344 6464 -20480 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
155 | light 76 256 7168 -117760 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
133 | light 76 256 7168 -117760 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
156 | light 76 2048 5184 -116736 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
134 | light 76 2048 5184 -116736 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
157 | light 76 4160 7104 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
135 | light 76 4160 7104 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
158 | light 40 -5888 14976 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
136 | light 40 -5888 14976 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
159 | 137 |