Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
415 | leod | 1 | // Maphack for Duke3D HRP |
2 | // Level: E2L7.MAP - "Lunar Reactor" (Original Atomic Edition version) |
||
3 | // Reviewed by NightFright (February 2012) |
||
4 | |||
5 | |||
6 | |||
7 | // PROPS |
||
8 | |||
9 | // Barrels |
||
10 | sprite 343 angoff 512 |
||
11 | sprite 344 angoff -256 |
||
12 | sprite 345 angoff -768 |
||
13 | |||
14 | // Bottles |
||
15 | sprite 299 angoff -288 |
||
16 | sprite 770 angoff -960 |
||
17 | |||
18 | // Reactor core |
||
19 | sprite 423 angoff 256 |
||
20 | sprite 425 angoff 256 |
||
21 | |||
22 | // Space suits |
||
23 | sprite 415 angoff -512 |
||
24 | sprite 416 angoff -256 |
||
25 | |||
26 | // Water fountains |
||
27 | sprite 2 angoff 1024 |
||
28 | sprite 4 angoff 1024 |
||
29 | |||
30 | |||
31 | |||
32 | // ITEMS/POWERUPS |
||
33 | |||
34 | // Armor |
||
35 | sprite 109 angoff -384 |
||
36 | sprite 149 angoff 1024 |
||
37 | |||
38 | // Boots |
||
39 | sprite 1040 angoff 1024 |
||
40 | |||
41 | // Health +10 |
||
42 | sprite 137 angoff 256 |
||
43 | sprite 138 angoff -256 |
||
44 | sprite 150 angoff 512 |
||
45 | sprite 151 angoff 512 |
||
46 | sprite 152 angoff 512 |
||
47 | |||
48 | // Health +30 |
||
49 | sprite 87 angoff 512 |
||
50 | sprite 124 angoff 512 |
||
51 | sprite 136 angoff 1024 |
||
52 | sprite 143 angoff 768 |
||
53 | sprite 155 angoff 512 |
||
54 | sprite 161 angoff 640 |
||
55 | sprite 169 angoff -768 |
||
56 | sprite 991 angoff 512 |
||
57 | sprite 1027 angoff 1024 |
||
58 | |||
59 | // HoloDuke |
||
60 | sprite 132 angoff -512 |
||
61 | |||
62 | // Jetpack |
||
63 | sprite 128 angoff 768 |
||
64 | |||
65 | // Keycards (R/B/Y) |
||
66 | sprite 882 angoff 1024 |
||
67 | sprite 883 angoff 512 |
||
68 | sprite 983 angoff 512 |
||
69 | |||
70 | // Medkit |
||
71 | sprite 165 angoff 512 |
||
72 | |||
73 | // Nightvision |
||
74 | sprite 992 angoff 1024 |
||
75 | sprite 1028 angoff -256 |
||
76 | |||
77 | // Steroids |
||
78 | sprite 5 angoff -512 |
||
79 | |||
80 | |||
81 | |||
82 | // WEAPONS/AMMO |
||
83 | |||
84 | // Pistol & ammo |
||
85 | sprite 163 angoff 512 |
||
86 | |||
87 | // Shotgun & ammo |
||
88 | sprite 78 angoff -256 |
||
89 | sprite 123 angoff -512 |
||
90 | sprite 135 angoff 1024 |
||
91 | sprite 141 angoff -768 |
||
92 | sprite 157 angoff 256 |
||
93 | sprite 168 angoff 512 |
||
94 | |||
95 | // Chaingun & ammo |
||
96 | sprite 144 angoff 1024 |
||
97 | sprite 156 angoff -512 |
||
98 | sprite 160 angoff 512 |
||
99 | sprite 981 angoff 512 |
||
100 | |||
101 | // RPG & ammo |
||
102 | sprite 110 angoff 512 |
||
103 | sprite 145 angoff 512 |
||
104 | sprite 159 angoff 384 |
||
105 | sprite 213 angoff 512 |
||
106 | sprite 979 angoff 128 |
||
107 | |||
108 | // Pipebombs |
||
109 | sprite 129 angoff 1024 |
||
110 | sprite 154 angoff 768 |
||
111 | |||
112 | // Shrinker & ammo |
||
113 | sprite 130 angoff -256 |
||
114 | sprite 146 angoff -768 |
||
115 | sprite 147 angoff -128 |
||
116 | |||
117 | // Devastator & ammo |
||
118 | sprite 79 angoff -512 |
||
119 | sprite 121 angoff 256 |
||
120 | sprite 122 angoff 512 |
||
121 | sprite 131 angoff 512 |
||
122 | sprite 162 angoff 256 |
||
123 | sprite 167 angoff -256 |
||
124 | sprite 980 angoff -256 |
||
125 | |||
126 | // Laser Tripbomb |
||
127 | sprite 120 angoff 512 |
||
128 | sprite 994 angoff -256 |
||
129 | sprite 1029 angoff -384 |
||
130 | sprite 1030 angoff -640 |
||
131 | |||
132 | // Freezethrower & ammo |
||
133 | sprite 142 angoff 512 |
||
134 | sprite 153 angoff 256 |
||
135 | sprite 993 angoff 512 |
||
136 | |||
137 | |||
138 | |||
139 | // OVERRIDE |
||
140 | |||
141 | // Fixes for badly aligned sprites |
||
142 | sprite 2 mdzoff 45000 // drinking fountain |
||
143 | sprite 2 pitch 1 |
||
144 | sprite 4 mdzoff -1500 // drinking fountain |
||
145 | sprite 4 pitch 2 |
||
146 | sprite 333 away2 // computer panel |
||
147 | sprite 549 away2 // computer panel |
||
148 | sprite 583 away2 // computer panel |
||
149 | |||
150 | // Forcing any floor aligned model to be rendered as sprite |
||
151 | sprite 214 notmd |
||
152 | sprite 215 notmd |
||
153 | sprite 216 notmd |
||
154 | sprite 217 notmd |
||
155 | sprite 218 notmd |
||
156 | sprite 219 notmd |
||
157 | sprite 304 notmd |
||
158 | sprite 305 notmd |
||
159 | sprite 306 notmd |
||
160 | sprite 307 notmd |
||
161 | sprite 308 notmd |
||
162 | sprite 309 notmd |
||
163 | sprite 310 notmd |
||
164 | sprite 311 notmd |
||
165 | sprite 312 notmd |
||
166 | sprite 313 notmd |
||
167 | sprite 314 notmd |
||
168 | sprite 451 notmd |
||
169 | sprite 461 notmd |
||
170 | sprite 462 notmd |
||
171 | sprite 473 notmd |
||
172 | sprite 474 notmd |
||
173 | sprite 475 notmd |
||
174 | sprite 476 notmd |
||
175 | sprite 477 notmd |
||
176 | sprite 478 notmd |
||
177 | sprite 485 notmd |
||
178 | sprite 489 notmd |
||
179 | sprite 490 notmd |
||
180 | sprite 535 notmd |
||
181 | sprite 542 notmd |
||
182 | sprite 543 notmd |
||
183 | sprite 544 notmd |
||
184 | sprite 545 notmd |
||
185 | sprite 546 notmd |
||
186 | sprite 547 notmd |
||
187 | sprite 567 notmd |
||
188 | sprite 568 notmd |
||
189 | sprite 569 notmd |
||
190 | sprite 571 notmd |
||
191 | sprite 572 notmd |
||
192 | sprite 574 notmd |
||
193 | sprite 575 notmd |
||
194 | sprite 577 notmd |
||
195 | sprite 578 notmd |
||
196 | sprite 580 notmd |
||
197 | sprite 581 notmd |
||
198 | sprite 592 notmd |
||
199 | sprite 593 notmd |
||
200 | sprite 594 notmd |
||
201 | sprite 595 notmd |
||
202 | sprite 596 notmd |
||
203 | sprite 597 notmd |
||
204 | sprite 598 notmd |
||
205 | sprite 599 notmd |
||
206 | sprite 600 notmd |
||
207 | sprite 601 notmd |
||
208 | sprite 602 notmd |
||
209 | sprite 603 notmd |
||
210 | sprite 604 notmd |
||
211 | sprite 605 notmd |
||
212 | sprite 606 notmd |
||
213 | sprite 607 notmd |
||
214 | |||
215 | |||
216 | |||
217 | // LIGHTS |