Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 479 | Rev 666 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // Maphack for Duke3D HRP |
1 | // Maphacks for the Duke Nukem 3D High Resolution Pack (HRP) |
2 | // Level: E2L7.MAP - "Lunar Reactor" (Original Atomic Edition version) |
- | |
3 | // Author: Allen H. Blum III |
- | |
4 | // mapmd4: 8f550a8f9f8c00388b0397faf608508c |
- | |
5 | // Reviewed by NightFright (February 2012) |
- | |
6 | - | ||
7 | - | ||
8 | - | ||
9 | // PROPS |
- | |
10 | - | ||
11 | // Barrels |
- | |
12 | sprite 343 angoff 512 |
- | |
13 | sprite 344 angoff -256 |
- | |
14 | sprite 345 angoff -768 |
- | |
15 | - | ||
16 | // Bottles |
- | |
17 | sprite 299 angoff -288 |
- | |
18 | sprite 770 angoff -960 |
- | |
19 | - | ||
20 | // Reactor core |
- | |
21 | sprite 423 angoff 256 |
- | |
22 | sprite 425 angoff 256 |
- | |
23 | - | ||
24 | // Space suits |
- | |
25 | sprite 415 angoff -512 |
- | |
26 | sprite 416 angoff -256 |
- | |
27 | - | ||
28 | // Water fountains |
- | |
29 | sprite 2 angoff 1024 |
- | |
30 | sprite 4 angoff 1024 |
- | |
31 | - | ||
32 | - | ||
33 | - | ||
34 | // ITEMS/POWERUPS |
- | |
35 | - | ||
36 | // Armor |
- | |
37 | sprite 109 angoff -384 |
- | |
38 | sprite 149 angoff 1024 |
- | |
39 | - | ||
40 | // Boots |
- | |
41 | sprite 1040 angoff 1024 |
- | |
42 | - | ||
43 | // Health +10 |
- | |
44 | sprite 137 angoff 256 |
- | |
45 | sprite 138 angoff -256 |
- | |
46 | sprite 150 angoff 512 |
- | |
47 | sprite 151 angoff 512 |
- | |
48 | sprite 152 angoff 512 |
- | |
49 | - | ||
50 | // Health +30 |
- | |
51 | sprite 87 angoff 512 |
- | |
52 | sprite 124 angoff 512 |
- | |
53 | sprite 136 angoff 1024 |
- | |
54 | sprite 143 angoff 768 |
- | |
55 | sprite 155 angoff 512 |
- | |
56 | sprite 161 angoff 640 |
- | |
57 | sprite 169 angoff -768 |
- | |
58 | sprite 991 angoff 512 |
- | |
59 | sprite 1027 angoff 1024 |
- | |
60 | - | ||
61 | // HoloDuke |
- | |
62 | sprite 132 angoff -512 |
- | |
63 | - | ||
64 | // Jetpack |
- | |
65 | sprite 128 angoff 768 |
- | |
66 | - | ||
67 | // Keycards (R/B/Y) |
- | |
68 | sprite 882 angoff 1024 |
- | |
69 | sprite 883 angoff 512 |
- | |
70 | sprite 983 angoff 512 |
- | |
71 | - | ||
72 | // Medkit |
- | |
73 | sprite 165 angoff 512 |
- | |
74 | - | ||
75 | // Nightvision |
- | |
76 | sprite 992 angoff 1024 |
- | |
77 | sprite 1028 angoff -256 |
- | |
78 | - | ||
79 | // Steroids |
- | |
80 | sprite 5 angoff -512 |
- | |
81 | - | ||
82 | - | ||
83 | - | ||
84 | // WEAPONS/AMMO |
- | |
85 | - | ||
86 | // Pistol & ammo |
- | |
87 | sprite 163 angoff 512 |
- | |
88 | - | ||
89 | // Shotgun & ammo |
- | |
90 | sprite 78 angoff -256 |
- | |
91 | sprite 123 angoff -512 |
- | |
92 | sprite 135 angoff 1024 |
- | |
93 | sprite 141 angoff -768 |
- | |
94 | sprite 157 angoff 256 |
- | |
95 | sprite 168 angoff 512 |
- | |
96 | - | ||
97 | // Chaingun & ammo |
- | |
98 | sprite 144 angoff 1024 |
- | |
99 | sprite 156 angoff -512 |
- | |
100 | sprite 160 angoff 512 |
- | |
101 | sprite 981 angoff 512 |
- | |
102 | - | ||
103 | // RPG & ammo |
- | |
104 | sprite 110 angoff 512 |
- | |
105 | sprite 145 angoff 512 |
- | |
106 | sprite 159 angoff 384 |
- | |
107 | sprite 213 angoff 512 |
- | |
108 | sprite 979 angoff 128 |
- | |
109 | - | ||
110 | // Pipebombs |
- | |
111 | sprite 129 angoff 1024 |
- | |
112 | sprite 154 angoff 768 |
- | |
113 | - | ||
114 | // Shrinker & ammo |
- | |
115 | sprite 130 angoff -256 |
- | |
116 | sprite 146 angoff -768 |
- | |
117 | sprite 147 angoff -128 |
- | |
118 | - | ||
119 | // Devastator & ammo |
- | |
120 | sprite 79 angoff -512 |
- | |
121 | sprite 121 angoff 256 |
- | |
122 | sprite 122 angoff 512 |
- | |
123 | sprite 131 angoff 512 |
- | |
124 | sprite 162 angoff 256 |
- | |
125 | sprite 167 angoff -256 |
- | |
126 | sprite 980 angoff -256 |
- | |
127 | - | ||
128 | // Laser Tripbomb |
- | |
129 | sprite 120 angoff 512 |
- | |
130 | sprite 994 angoff -256 |
- | |
131 | sprite 1029 angoff -384 |
- | |
132 | sprite 1030 angoff -640 |
- | |
133 | - | ||
134 | // Freezethrower & ammo |
- | |
135 | sprite 142 angoff 512 |
- | |
136 | sprite 153 angoff 256 |
- | |
137 | sprite 993 angoff 512 |
- | |
138 | - | ||
139 | - | ||
140 | - | ||
141 | // OVERRIDE |
- | |
142 | - | ||
143 | // Fixes for badly aligned sprites |
- | |
144 | sprite 2 mdzoff 45000 // drinking fountain |
- | |
145 | sprite 2 pitch 1 |
- | |
146 | sprite 4 mdzoff -1500 // drinking fountain |
- | |
147 | sprite 4 pitch 2 |
- | |
148 | sprite 333 away2 // computer panel |
- | |
149 | sprite 549 away2 // computer panel |
- | |
150 | sprite 583 away2 // computer panel |
- | |
151 | - | ||
152 | // Forcing any floor aligned model to be rendered as sprite |
- | |
153 | sprite 214 notmd |
- | |
154 | sprite 215 notmd |
- | |
155 | sprite 216 notmd |
- | |
156 | sprite 217 notmd |
- | |
157 | sprite 218 notmd |
- | |
158 | sprite 219 notmd |
- | |
159 | sprite 304 notmd |
- | |
160 | sprite 305 notmd |
- | |
161 | sprite 306 notmd |
- | |
162 | sprite 307 notmd |
- | |
163 | sprite 308 notmd |
- | |
164 | sprite 309 notmd |
- | |
165 | sprite 310 notmd |
- | |
166 | sprite 311 notmd |
- | |
167 | sprite 312 notmd |
- | |
168 | sprite 313 notmd |
- | |
169 | sprite 314 notmd |
- | |
170 | sprite 451 notmd |
- | |
171 | sprite 461 notmd |
- | |
172 | sprite 462 notmd |
- | |
173 | sprite 473 notmd |
- | |
174 | sprite 474 notmd |
- | |
175 | sprite 475 notmd |
- | |
176 | sprite 476 notmd |
- | |
177 | sprite 477 notmd |
- | |
178 | sprite 478 notmd |
- | |
179 | sprite 485 notmd |
- | |
180 | sprite 489 notmd |
- | |
181 | sprite 490 notmd |
- | |
182 | sprite 535 notmd |
- | |
183 | sprite 542 notmd |
- | |
184 | sprite 543 notmd |
- | |
185 | sprite 544 notmd |
- | |
186 | sprite 545 notmd |
- | |
187 | sprite 546 notmd |
- | |
188 | sprite 547 notmd |
- | |
189 | sprite 567 notmd |
- | |
190 | sprite 568 notmd |
- | |
191 | sprite 569 notmd |
- | |
192 | sprite 571 notmd |
- | |
193 | sprite 572 notmd |
- | |
194 | sprite 574 notmd |
- | |
195 | sprite 575 notmd |
- | |
196 | sprite 577 notmd |
- | |
197 | sprite 578 notmd |
- | |
198 | sprite 580 notmd |
- | |
199 | sprite 581 notmd |
- | |
200 | sprite 592 notmd |
- | |
201 | sprite 593 notmd |
- | |
202 | sprite 594 notmd |
- | |
203 | sprite 595 notmd |
- | |
204 | sprite 596 notmd |
- | |
205 | sprite 597 notmd |
- | |
206 | sprite 598 notmd |
- | |
207 | sprite 599 notmd |
- | |
208 | sprite 600 notmd |
- | |
209 | sprite 601 notmd |
- | |
210 | sprite 602 notmd |
- | |
211 | sprite 603 notmd |
- | |
212 | sprite 604 notmd |
- | |
213 | sprite 605 notmd |
- | |
214 | sprite 606 notmd |
- | |
215 | sprite 607 notmd |
- | |
216 | 2 | ||
- | 3 | // Title : Lunar Reactor |
|
- | 4 | // Filename : E2L7.MAP |
|
- | 5 | // Author : Allen H. Blum III |
|
- | 6 | // mapmd4 : 8f550a8f9f8c00388b0397faf608508c // 1996-12-11 (1.3D + Atomic GRP) |
|
- | 7 | ||
- | 8 | // Curr. HRP: r5.3.665 |
|
- | 9 | ||
- | 10 | sprite 954 angoff 1024 // tile0028 shotgunsprite |
|
- | 11 | sprite 954 mdzoff 500000 // tile0028 shotgunsprite |
|
- | 12 | sprite 954 pitch -1 // tile0028 shotgunsprite |
|
- | 13 | //sprite 583 away2 // tile0585 (display) |
|
- | 14 | sprite 583 mdzoff 10000 // tile0585 (display) |
|
- | 15 | sprite 583 pitch 1 // tile0585 (display) |
|
- | 16 | sprite 39 mdzoff 100000 // tile0059 heatsensor |
|
- | 17 | sprite 39 pitch 1 // tile0059 heatsensor |
|
- | 18 | sprite 39 roll 2 // tile0059 heatsensor |
|
- | 19 | sprite 168 angoff 512 // tile0049 shotgunammo |
|
- | 20 | sprite 168 mdzoff 700000 // tile0049 shotgunammo |
|
- | 21 | sprite 168 pitch -1 // tile0049 shotgunammo |
|
- | 22 | sprite 168 roll 1 // tile0049 shotgunammo |
|
- | 23 | sprite 169 angoff -512 // tile0052 sixpack |
|
- | 24 | sprite 165 angoff 512 // tile0053 firstaid |
|
- | 25 | sprite 165 mdzoff 400000 // tile0053 firstaid |
|
- | 26 | sprite 165 pitch -1 // tile0053 firstaid |
|
- | 27 | sprite 300 mdxoff 40000 // tile0571 (stall) |
|
- | 28 | sprite 300 pitch -1 // tile0571 (stall) |
|
- | 29 | sprite 250 mdxoff 40000 // tile0571 (stall) |
|
- | 30 | sprite 250 pitch -1 // tile0571 (stall) |
|
- | 31 | sprite 301 mdxoff 40000 // tile0571 (stall) |
|
- | 32 | sprite 301 pitch -1 // tile0571 (stall) |
|
- | 33 | sprite 302 mdxoff 40000 // tile0571 (stall) |
|
- | 34 | sprite 302 pitch -1 // tile0571 (stall) |
|
- | 35 | sprite 167 angoff -256 // tile0042 devistatorammo |
|
- | 36 | sprite 5 angoff -512 // tile0055 steroids |
|
- | 37 | sprite 451 notmd // tile0568 femmag1 |
|
- | 38 | sprite 213 angoff 640 // tile0023 rpgsprite |
|
- | 39 | sprite 122 angoff 512 // tile0042 devistatorammo |
|
- | 40 | sprite 120 angoff 1024 // tile0027 tripbombsprite |
|
- | 41 | sprite 120 mdzoff 300000 // tile0027 tripbombsprite |
|
- | 42 | sprite 120 pitch -1 // tile0027 tripbombsprite |
|
- | 43 | sprite 883 angoff 512 // tile0060 accesscard blue |
|
- | 44 | sprite 162 angoff 256 // tile0042 devistatorammo |
|
- | 45 | sprite 121 angoff 256 // tile0042 devistatorammo |
|
- | 46 | sprite 161 angoff 640 // tile0052 sixpack |
|
- | 47 | sprite 600 notmd // tile0609 maskwall12 |
|
- | 48 | sprite 603 notmd // tile0609 maskwall12 |
|
- | 49 | sprite 601 notmd // tile0609 maskwall12 |
|
- | 50 | sprite 602 notmd // tile0609 maskwall12 |
|
- | 51 | sprite 594 notmd // tile0609 maskwall12 |
|
- | 52 | sprite 595 notmd // tile0609 maskwall12 |
|
- | 53 | sprite 599 notmd // tile0609 maskwall12 |
|
- | 54 | sprite 604 notmd // tile0609 maskwall12 |
|
- | 55 | sprite 597 notmd // tile0609 maskwall12 |
|
- | 56 | sprite 607 notmd // tile0609 maskwall12 |
|
- | 57 | sprite 598 notmd // tile0609 maskwall12 |
|
- | 58 | sprite 605 notmd // tile0609 maskwall12 |
|
- | 59 | sprite 592 notmd // tile0609 maskwall12 |
|
- | 60 | sprite 593 notmd // tile0609 maskwall12 |
|
- | 61 | sprite 596 notmd // tile0609 maskwall12 |
|
- | 62 | sprite 606 notmd // tile0609 maskwall12 |
|
- | 63 | sprite 157 angoff 144 // tile0049 shotgunammo |
|
- | 64 | sprite 157 mdzoff 400000 // tile0049 shotgunammo |
|
- | 65 | sprite 157 pitch -1 // tile0049 shotgunammo |
|
- | 66 | sprite 159 angoff 384 // tile0044 rpgammo |
|
- | 67 | sprite 159 mdzoff 200000 // tile0044 rpgammo |
|
- | 68 | sprite 159 pitch 1 // tile0044 rpgammo |
|
- | 69 | sprite 159 roll -1 // tile0044 rpgammo |
|
- | 70 | sprite 4 angoff 1024 // tile0563 waterfountain |
|
- | 71 | sprite 4 mdzoff 30000 // tile0563 waterfountain |
|
- | 72 | sprite 4 pitch 1 // tile0563 waterfountain |
|
- | 73 | sprite 150 angoff -512 // tile0051 cola |
|
- | 74 | sprite 150 mdzoff 500000 // tile0051 cola |
|
- | 75 | sprite 150 pitch -1 // tile0051 cola |
|
- | 76 | sprite 416 angoff -256 // tile0058 (spacesuit) |
|
- | 77 | sprite 559 mdzoff 80000 // tile0544 (iron bar) |
|
- | 78 | sprite 559 pitch -1 // tile0544 (iron bar) |
|
- | 79 | sprite 560 mdzoff 80000 // tile0544 (iron bar) |
|
- | 80 | sprite 560 pitch -1 // tile0544 (iron bar) |
|
- | 81 | sprite 304 notmd // tile0245 (door) |
|
- | 82 | sprite 535 notmd // tile0245 (door) |
|
- | 83 | sprite 546 notmd // tile0545 (bedding) |
|
- | 84 | sprite 547 notmd // tile0545 (bedding) |
|
- | 85 | sprite 557 mdzoff 80000 // tile0544 (iron bar) |
|
- | 86 | sprite 557 pitch -1 // tile0544 (iron bar) |
|
- | 87 | sprite 558 mdzoff 80000 // tile0544 (iron bar) |
|
- | 88 | sprite 558 pitch -1 // tile0544 (iron bar) |
|
- | 89 | sprite 533 mdzoff 80000 // tile0544 (iron bar) |
|
- | 90 | sprite 533 pitch -1 // tile0544 (iron bar) |
|
- | 91 | sprite 534 mdzoff 80000 // tile0544 (iron bar) |
|
- | 92 | sprite 534 pitch -1 // tile0544 (iron bar) |
|
- | 93 | sprite 305 notmd // tile0245 (door) |
|
- | 94 | sprite 569 notmd // tile0245 (door) |
|
- | 95 | sprite 567 notmd // tile0545 (bedding) |
|
- | 96 | sprite 568 notmd // tile0545 (bedding) |
|
- | 97 | sprite 531 mdzoff 80000 // tile0544 (iron bar) |
|
- | 98 | sprite 531 pitch -1 // tile0544 (iron bar) |
|
- | 99 | sprite 532 mdzoff 80000 // tile0544 (iron bar) |
|
- | 100 | sprite 532 pitch -1 // tile0544 (iron bar) |
|
- | 101 | sprite 517 mdzoff 80000 // tile0544 (iron bar) |
|
- | 102 | sprite 517 pitch -1 // tile0544 (iron bar) |
|
- | 103 | sprite 518 mdzoff 80000 // tile0544 (iron bar) |
|
- | 104 | sprite 518 pitch -1 // tile0544 (iron bar) |
|
- | 105 | sprite 306 notmd // tile0245 (door) |
|
- | 106 | sprite 307 notmd // tile0245 (door) |
|
- | 107 | sprite 544 notmd // tile0545 (bedding) |
|
- | 108 | sprite 545 notmd // tile0545 (bedding) |
|
- | 109 | sprite 515 mdzoff 80000 // tile0544 (iron bar) |
|
- | 110 | sprite 515 pitch -1 // tile0544 (iron bar) |
|
- | 111 | sprite 516 mdzoff 80000 // tile0544 (iron bar) |
|
- | 112 | sprite 516 pitch -1 // tile0544 (iron bar) |
|
- | 113 | sprite 513 mdzoff 80000 // tile0544 (iron bar) |
|
- | 114 | sprite 513 pitch -1 // tile0544 (iron bar) |
|
- | 115 | sprite 514 mdzoff 80000 // tile0544 (iron bar) |
|
- | 116 | sprite 514 pitch -1 // tile0544 (iron bar) |
|
- | 117 | sprite 308 notmd // tile0245 (door) |
|
- | 118 | sprite 309 notmd // tile0245 (door) |
|
- | 119 | sprite 542 notmd // tile0545 (bedding) |
|
- | 120 | sprite 543 notmd // tile0545 (bedding) |
|
- | 121 | sprite 511 mdzoff 80000 // tile0544 (iron bar) |
|
- | 122 | sprite 511 pitch -1 // tile0544 (iron bar) |
|
- | 123 | sprite 512 mdzoff 80000 // tile0544 (iron bar) |
|
- | 124 | sprite 512 pitch -1 // tile0544 (iron bar) |
|
- | 125 | sprite 153 angoff 256 // tile0037 freezeammo |
|
- | 126 | sprite 993 angoff 512 // tile0037 freezeammo |
|
- | 127 | sprite 149 angoff 1024 // tile0054 shield |
|
- | 128 | sprite 149 mdxoff 10000 // tile0054 shield |
|
- | 129 | sprite 149 pitch -1 // tile0054 shield |
|
- | 130 | sprite 571 notmd // tile0228 (metal plate) |
|
- | 131 | sprite 572 notmd // tile0228 (metal plate) |
|
- | 132 | sprite 574 notmd // tile0228 (metal plate) |
|
- | 133 | sprite 575 notmd // tile0228 (metal plate) |
|
- | 134 | sprite 156 angoff 512 // tile0041 batteryammo |
|
- | 135 | sprite 156 mdzoff 400000 // tile0041 batteryammo |
|
- | 136 | sprite 156 roll 1 // tile0041 batteryammo |
|
- | 137 | //sprite 549 away2 // tile0585 (display) |
|
- | 138 | sprite 549 mdzoff 10000 // tile0585 (display) |
|
- | 139 | sprite 549 pitch 1 // tile0585 (display) |
|
- | 140 | sprite 160 angoff 512 // tile0022 chaingunsprite |
|
- | 141 | sprite 155 angoff 512 // tile0052 sixpack |
|
- | 142 | //sprite 333 away2 // tile0585 (display) |
|
- | 143 | sprite 333 mdzoff 10000 // tile0585 (display) |
|
- | 144 | sprite 333 pitch 1 // tile0585 (display) |
|
- | 145 | sprite 769 mdzoff 200000 // tile1014 bottle8 |
|
- | 146 | sprite 769 roll 1 // tile1014 bottle8 |
|
- | 147 | sprite 770 pitch 256 // tile1014 bottle8 |
|
- | 148 | sprite 770 roll 512 // tile1014 bottle8 |
|
- | 149 | sprite 577 notmd // tile0228 (metal plate) |
|
- | 150 | sprite 578 notmd // tile0228 (metal plate) |
|
- | 151 | sprite 299 angoff 768 // tile1014 bottle8 |
|
- | 152 | sprite 299 mdyoff 42000 // tile1014 bottle8 |
|
- | 153 | sprite 299 mdzoff 400000 // tile1014 bottle8 |
|
- | 154 | sprite 299 pitch 1 // tile1014 bottle8 |
|
- | 155 | sprite 299 roll 2 // tile1014 bottle8 |
|
- | 156 | sprite 580 notmd // tile0228 (metal plate) |
|
- | 157 | sprite 581 notmd // tile0228 (metal plate) |
|
- | 158 | sprite 154 angoff 768 // tile0047 hbombammo |
|
- | 159 | sprite 469 mdzoff 80000 // tile0544 (iron bar) |
|
- | 160 | sprite 469 pitch -1 // tile0544 (iron bar) |
|
- | 161 | sprite 470 mdzoff 80000 // tile0544 (iron bar) |
|
- | 162 | sprite 470 pitch -1 // tile0544 (iron bar) |
|
- | 163 | sprite 314 notmd // tile0245 (door) |
|
- | 164 | sprite 485 notmd // tile0245 (door) |
|
- | 165 | sprite 473 notmd // tile0545 (bedding) |
|
- | 166 | sprite 474 notmd // tile0545 (bedding) |
|
- | 167 | sprite 471 mdzoff 80000 // tile0544 (iron bar) |
|
- | 168 | sprite 471 pitch -1 // tile0544 (iron bar) |
|
- | 169 | sprite 472 mdzoff 80000 // tile0544 (iron bar) |
|
- | 170 | sprite 472 pitch -1 // tile0544 (iron bar) |
|
- | 171 | sprite 486 mdzoff 80000 // tile0544 (iron bar) |
|
- | 172 | sprite 486 pitch -1 // tile0544 (iron bar) |
|
- | 173 | sprite 487 mdzoff 80000 // tile0544 (iron bar) |
|
- | 174 | sprite 487 pitch -1 // tile0544 (iron bar) |
|
- | 175 | sprite 310 notmd // tile0245 (door) |
|
- | 176 | sprite 313 notmd // tile0245 (door) |
|
- | 177 | sprite 473 notmd // tile0545 (bedding) |
|
- | 178 | sprite 474 notmd // tile0545 (bedding) |
|
- | 179 | sprite 488 mdzoff 80000 // tile0544 (iron bar) |
|
- | 180 | sprite 488 pitch -1 // tile0544 (iron bar) |
|
- | 181 | sprite 721 mdzoff 80000 // tile0544 (iron bar) |
|
- | 182 | sprite 721 pitch -1 // tile0544 (iron bar) |
|
- | 183 | sprite 503 mdzoff 80000 // tile0544 (iron bar) |
|
- | 184 | sprite 503 pitch -1 // tile0544 (iron bar) |
|
- | 185 | sprite 504 mdzoff 80000 // tile0544 (iron bar) |
|
- | 186 | sprite 504 pitch -1 // tile0544 (iron bar) |
|
- | 187 | sprite 312 notmd // tile0245 (door) |
|
- | 188 | sprite 489 notmd // tile0245 (door) |
|
- | 189 | sprite 475 notmd // tile0545 (bedding) |
|
- | 190 | sprite 476 notmd // tile0545 (bedding) |
|
- | 191 | sprite 505 mdzoff 80000 // tile0544 (iron bar) |
|
- | 192 | sprite 505 pitch -1 // tile0544 (iron bar) |
|
- | 193 | sprite 506 mdzoff 80000 // tile0544 (iron bar) |
|
- | 194 | sprite 506 pitch -1 // tile0544 (iron bar) |
|
- | 195 | sprite 507 mdzoff 80000 // tile0544 (iron bar) |
|
- | 196 | sprite 507 pitch -1 // tile0544 (iron bar) |
|
- | 197 | sprite 508 mdzoff 80000 // tile0544 (iron bar) |
|
- | 198 | sprite 508 pitch -1 // tile0544 (iron bar) |
|
- | 199 | sprite 311 notmd // tile0245 (door) |
|
- | 200 | sprite 490 notmd // tile0245 (door) |
|
- | 201 | sprite 477 notmd // tile0545 (bedding) |
|
- | 202 | sprite 478 notmd // tile0545 (bedding) |
|
- | 203 | sprite 509 mdzoff 80000 // tile0544 (iron bar) |
|
- | 204 | sprite 509 pitch -1 // tile0544 (iron bar) |
|
- | 205 | sprite 510 mdzoff 80000 // tile0544 (iron bar) |
|
- | 206 | sprite 510 pitch -1 // tile0544 (iron bar) |
|
- | 207 | sprite 152 angoff -256 // tile0051 cola |
|
- | 208 | sprite 151 angoff -512 // tile0051 cola |
|
- | 209 | sprite 415 angoff -512 // tile0058 (spacesuit) |
|
- | 210 | sprite 415 mdzoff 600000 // tile0058 (spacesuit) |
|
- | 211 | sprite 415 pitch -1 // tile0058 (spacesuit) |
|
- | 212 | sprite 415 roll -1 // tile0058 (spacesuit) |
|
- | 213 | sprite 136 angoff 1024 // tile0052 sixpack |
|
- | 214 | sprite 136 mdzoff 200000 // tile0052 sixpack |
|
- | 215 | sprite 136 roll -1 // tile0052 sixpack |
|
- | 216 | sprite 135 angoff 1024 // tile0049 shotgunammo |
|
- | 217 | sprite 135 mdzoff 200000 // tile0049 shotgunammo |
|
- | 218 | sprite 135 pitch -2 // tile0049 shotgunammo |
|
- | 219 | sprite 135 roll -1 // tile0049 shotgunammo |
|
- | 220 | sprite 106 mdzoff 500000 // tile0052 sixpack |
|
- | 221 | sprite 106 pitch 1 // tile0052 sixpack |
|
- | 222 | sprite 107 mdzoff 400000 // tile0041 batteryammo |
|
- | 223 | sprite 107 roll 1 // tile0041 batteryammo |
|
- | 224 | sprite 145 angoff 512 // tile0044 rpgammo |
|
- | 225 | sprite 146 angoff -640 // tile0046 crystalammo |
|
- | 226 | sprite 147 angoff 192 // tile0025 shrinkersprite |
|
- | 227 | sprite 231 angoff 0 // tile1354 luke |
|
- | 228 | sprite 128 angoff 896 // tile0057 jetpack |
|
- | 229 | sprite 144 angoff 1024 // tile0041 batteryammo |
|
- | 230 | sprite 144 mdzoff 500000 // tile0041 batteryammo |
|
- | 231 | sprite 144 pitch 1 // tile0041 batteryammo |
|
- | 232 | sprite 983 angoff 512 // tile0060 accesscard yellow |
|
- | 233 | sprite 143 angoff 512 // tile0052 sixpack |
|
- | 234 | sprite 216 notmd // tile0343 pannel2 |
|
- | 235 | sprite 219 notmd // tile0311 (worn metal surface) |
|
- | 236 | sprite 215 notmd // tile0343 pannel2 |
|
- | 237 | sprite 218 notmd // tile0595 grate1 |
|
- | 238 | sprite 214 notmd // tile0343 pannel2 |
|
- | 239 | sprite 217 notmd // tile0311 (worn metal surface) |
|
- | 240 | sprite 109 angoff -512 // tile0054 shield |
|
- | 241 | sprite 110 angoff -512 // tile0044 rpgammo |
|
- | 242 | sprite 110 pitch -64 // tile0044 rpgammo |
|
- | 243 | sprite 141 angoff -768 // tile0049 shotgunammo |
|
- | 244 | sprite 141 mdzoff 100000 // tile0049 shotgunammo |
|
- | 245 | sprite 141 pitch -1 // tile0049 shotgunammo |
|
- | 246 | sprite 1027 angoff 1024 // tile0052 sixpack |
|
- | 247 | sprite 992 angoff 1024 // tile0059 heatsensor |
|
- | 248 | sprite 992 mdzoff 600000 // tile0059 heatsensor |
|
- | 249 | sprite 992 roll -1 // tile0059 heatsensor |
|
- | 250 | sprite 142 angoff 512 // tile0024 freezesprite |
|
- | 251 | sprite 87 mdzoff 100000 // tile0052 sixpack |
|
- | 252 | sprite 87 roll -1 // tile0052 sixpack |
|
- | 253 | sprite 1040 angoff 1024 // tile0061 boots |
|
- | 254 | sprite 137 angoff 256 // tile0051 cola |
|
- | 255 | sprite 138 angoff -256 // tile0051 cola |
|
- | 256 | sprite 132 angoff -512 // tile1348 holoduke |
|
- | 257 | sprite 882 angoff 1024 // tile0060 accesscard red |
|
- | 258 | sprite 163 angoff -512 // tile0040 ammo |
|
- | 259 | sprite 131 angoff 512 // tile0042 devistatorammo |
|
- | 260 | sprite 131 mdzoff 600000 // tile0042 devistatorammo |
|
- | 261 | sprite 131 roll 1 // tile0042 devistatorammo |
|
- | 262 | sprite 990 mdzoff 600000 // tile0042 devistatorammo |
|
- | 263 | sprite 990 roll -1 // tile0042 devistatorammo |
|
- | 264 | sprite 129 angoff 1024 // tile0047 hbombammo |
|
- | 265 | sprite 981 angoff 512 // tile0041 batteryammo |
|
- | 266 | sprite 994 angoff -256 // tile0027 tripbombsprite |
|
- | 267 | sprite 2 angoff 1024 // tile0563 waterfountain |
|
- | 268 | sprite 2 mdzoff 45000 // tile0563 waterfountain |
|
- | 269 | sprite 2 pitch 1 // tile0563 waterfountain |
|
- | 270 | sprite 79 angoff -512 // tile0042 devistatorammo |
|
- | 271 | sprite 78 angoff 768 // tile0028 shotgunsprite |
|
- | 272 | sprite 1028 angoff -256 // tile0059 heatsensor |
|
- | 273 | sprite 1028 mdzoff 500000 // tile0059 heatsensor |
|
- | 274 | sprite 1028 pitch 1 // tile0059 heatsensor |
|
- | 275 | sprite 1028 roll -1 // tile0059 heatsensor |
|
- | 276 | sprite 982 angoff 256 // tile0040 ammo |
|
- | 277 | sprite 991 angoff 512 // tile0052 sixpack |
|
- | 278 | sprite 130 angoff 512 // tile0046 crystalammo |
|
- | 279 | sprite 130 mdzoff 700000 // tile0046 crystalammo |
|
- | 280 | sprite 130 pitch -1 // tile0046 crystalammo |
|
- | 281 | sprite 1030 angoff -640 // tile0027 tripbombsprite |
|
- | 282 | sprite 1029 angoff -384 // tile0027 tripbombsprite |
|
- | 283 | sprite 980 angoff -128 // tile0042 devistatorammo |
|
- | 284 | sprite 77 angoff 1024 // tile0023 rpgsprite |
|
- | 285 | sprite 123 angoff -512 // tile0049 shotgunammo |
|
- | 286 | sprite 123 mdzoff 900000 // tile0049 shotgunammo |
|
- | 287 | sprite 123 pitch -1 // tile0049 shotgunammo |
|
- | 288 | sprite 979 angoff 128 // tile0044 rpgammo |
|
- | 289 | sprite 423 angoff 256 // tile1088 reactor |
|
- | 290 | sprite 425 angoff 256 // tile1088 reactor |
|
- | 291 | sprite 345 angoff 384 // tile1238 explodingbarrel |
|
- | 292 | sprite 344 angoff 768 // tile1238 explodingbarrel |
|
- | 293 | sprite 343 angoff -640 // tile1238 explodingbarrel |
|
217 | 294 | ||
218 | 295 | ||
219 | // LIGHTS |
296 | // LIGHTS |