Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5 | parkar | 1 | // Maphack for Duke3D HRP |
2 | // Level: E2L7.MAP - "Lunar Reactor" (Original Atomic Edition version) |
||
10 | parkar | 3 | // Reviewed by NightFright (June 2009) |
5 | parkar | 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 1024 |
||
24 | sprite 416 angoff -768 |
||
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) |
||
66 | sprite 882 angoff 512 |
||
67 | |||
10 | parkar | 68 | // Medkit |
69 | sprite 165 angoff 512 |
||
70 | |||
5 | parkar | 71 | // Nightvision |
72 | sprite 992 angoff 1024 |
||
73 | sprite 1028 angoff -256 |
||
74 | |||
75 | // Steroids |
||
76 | sprite 5 angoff -512 |
||
77 | |||
78 | |||
79 | |||
80 | // WEAPONS/AMMO |
||
81 | |||
82 | // Pistol & ammo |
||
83 | sprite 163 angoff 512 |
||
84 | |||
85 | // Shotgun & ammo |
||
86 | sprite 78 angoff -256 |
||
87 | sprite 123 angoff 1024 |
||
88 | sprite 135 angoff 512 |
||
89 | sprite 141 angoff 768 |
||
90 | sprite 157 angoff -512 |
||
91 | sprite 168 angoff -256 |
||
92 | |||
93 | // Chaingun & ammo |
||
94 | sprite 144 angoff 1024 |
||
95 | sprite 156 angoff -512 |
||
96 | sprite 160 angoff 512 |
||
97 | sprite 981 angoff 512 |
||
98 | |||
99 | // RPG & ammo |
||
100 | sprite 77 angoff -512 |
||
101 | sprite 110 angoff 512 |
||
102 | sprite 145 angoff 512 |
||
103 | sprite 159 angoff 384 |
||
104 | sprite 213 angoff 1024 |
||
105 | sprite 979 angoff 128 |
||
106 | |||
107 | // Pipebombs |
||
108 | sprite 129 angoff 1024 |
||
109 | sprite 154 angoff 768 |
||
110 | |||
111 | // Shrinker & ammo |
||
112 | sprite 130 angoff 256 |
||
113 | sprite 146 angoff -256 |
||
114 | sprite 147 angoff 384 |
||
115 | |||
116 | // Devastator & ammo |
||
117 | sprite 79 angoff -512 |
||
118 | sprite 121 angoff 256 |
||
119 | sprite 122 angoff 512 |
||
120 | sprite 131 angoff 512 |
||
121 | sprite 162 angoff 256 |
||
122 | sprite 167 angoff -256 |
||
123 | sprite 175 angoff -512 |
||
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 153 angoff -256 |
||
134 | |||
135 | |||
136 | |||
137 | // OVERRIDE |
||
138 | |||
139 | // Fixes for badly aligned sprites |
||
140 | sprite 2 mdzoff -130000 // drinking fountain |
||
141 | sprite 2 pitch 1 |
||
142 | sprite 4 mdzoff -1500 // drinking fountain |
||
143 | sprite 4 pitch 2 |
||
144 | |||
145 | // Forcing any floor aligned model to be rendered as sprite |
||
146 | sprite 214 notmd |
||
147 | sprite 215 notmd |
||
148 | sprite 216 notmd |
||
149 | sprite 217 notmd |
||
150 | sprite 218 notmd |
||
151 | sprite 219 notmd |
||
152 | sprite 304 notmd |
||
153 | sprite 305 notmd |
||
154 | sprite 306 notmd |
||
155 | sprite 307 notmd |
||
156 | sprite 308 notmd |
||
157 | sprite 309 notmd |
||
158 | sprite 310 notmd |
||
159 | sprite 311 notmd |
||
160 | sprite 312 notmd |
||
161 | sprite 313 notmd |
||
162 | sprite 314 notmd |
||
163 | sprite 451 notmd |
||
164 | sprite 461 notmd |
||
165 | sprite 462 notmd |
||
166 | sprite 473 notmd |
||
167 | sprite 474 notmd |
||
168 | sprite 475 notmd |
||
169 | sprite 476 notmd |
||
170 | sprite 477 notmd |
||
171 | sprite 478 notmd |
||
172 | sprite 485 notmd |
||
173 | sprite 489 notmd |
||
174 | sprite 490 notmd |
||
175 | sprite 535 notmd |
||
176 | sprite 542 notmd |
||
177 | sprite 543 notmd |
||
178 | sprite 544 notmd |
||
179 | sprite 545 notmd |
||
180 | sprite 546 notmd |
||
181 | sprite 547 notmd |
||
182 | sprite 567 notmd |
||
183 | sprite 568 notmd |
||
184 | sprite 569 notmd |
||
185 | sprite 571 notmd |
||
186 | sprite 572 notmd |
||
187 | sprite 574 notmd |
||
188 | sprite 575 notmd |
||
189 | sprite 577 notmd |
||
190 | sprite 578 notmd |
||
191 | sprite 580 notmd |
||
192 | sprite 581 notmd |
||
193 | sprite 592 notmd |
||
194 | sprite 593 notmd |
||
195 | sprite 594 notmd |
||
196 | sprite 595 notmd |
||
197 | sprite 596 notmd |
||
198 | sprite 597 notmd |
||
199 | sprite 598 notmd |
||
200 | sprite 599 notmd |
||
201 | sprite 600 notmd |
||
202 | sprite 601 notmd |
||
203 | sprite 602 notmd |
||
204 | sprite 603 notmd |
||
205 | sprite 604 notmd |
||
206 | sprite 605 notmd |
||
207 | sprite 606 notmd |
||
208 | sprite 607 notmd |