Rev 136 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | plagman | 1 | // Maphacks for Duke3D HRP |
2 | // Level: E1L2.MAP - "Red Light District" (Original Atomic Edition version) |
||
136 | nightfrigh | 3 | // Reviewed by NightFright (July 2010) |
1 | plagman | 4 | |
5 | |||
6 | |||
7 | // CHARACTERS |
||
8 | |||
9 | // Hooker |
||
10 | sprite 544 angoff -768 // flipped sprite |
||
11 | |||
12 | // Slime babes |
||
13 | sprite 1 angoff -896 |
||
14 | |||
15 | // Stripper |
||
16 | sprite 309 angoff 512 |
||
17 | |||
18 | |||
19 | |||
20 | // PROPS |
||
21 | |||
22 | // Bottles |
||
23 | sprite 525 angoff -64 |
||
24 | sprite 526 angoff 128 |
||
25 | sprite 527 angoff 384 |
||
26 | sprite 528 angoff 960 |
||
27 | sprite 465 angoff 256 |
||
28 | sprite 466 angoff -512 |
||
29 | sprite 467 angoff 128 |
||
30 | sprite 468 angoff 512 |
||
31 | sprite 469 angoff -768 |
||
32 | sprite 470 angoff -192 |
||
33 | sprite 471 angoff 256 |
||
34 | sprite 472 angoff -384 |
||
35 | sprite 473 angoff -192 |
||
36 | sprite 474 angoff 512 |
||
37 | sprite 475 angoff 128 |
||
38 | sprite 476 angoff -256 |
||
39 | |||
40 | // Fire Hydrant |
||
41 | sprite 797 angoff -512 |
||
42 | |||
43 | // Toilet |
||
44 | sprite 478 angoff -512 |
||
45 | |||
46 | // Trashcan |
||
47 | sprite 160 angoff -256 |
||
48 | sprite 228 angoff 512 |
||
49 | sprite 402 angoff -256 |
||
50 | sprite 407 angoff -256 |
||
51 | |||
52 | |||
53 | |||
54 | // ITEMS/POWERUPS |
||
55 | |||
56 | // Armor |
||
57 | sprite 189 angoff -512 |
||
58 | sprite 367 angoff 256 |
||
59 | |||
60 | // Health +30 |
||
61 | sprite 44 angoff 256 |
||
62 | sprite 153 angoff 256 |
||
63 | sprite 154 angoff 256 |
||
64 | sprite 155 angoff -256 |
||
65 | sprite 156 angoff 256 |
||
66 | sprite 158 angoff 512 |
||
67 | sprite 180 angoff -256 |
||
68 | |||
69 | // HoloDuke |
||
70 | sprite 208 angoff 256 |
||
71 | |||
72 | // Keycards (Y/R) |
||
73 | sprite 179 angoff -768 |
||
74 | sprite 249 angoff 512 |
||
75 | |||
76 | // Medkit |
||
10 | parkar | 77 | sprite 278 angoff -512 |
78 | sprite 823 angoff 384 |
||
1 | plagman | 79 | |
80 | // Nightvision |
||
81 | sprite 186 angoff 1024 |
||
82 | |||
83 | |||
84 | |||
85 | // WEAPONS/AMMO |
||
86 | |||
87 | // Pistol & ammo |
||
88 | sprite 432 angoff 1024 |
||
89 | sprite 755 angoff 512 |
||
90 | sprite 757 angoff 512 |
||
91 | |||
92 | // Shotgun & ammo |
||
93 | sprite 331 angoff -512 |
||
94 | sprite 332 angoff -512 // Dukematch only |
||
95 | sprite 390 angoff 512 // Dukematch only |
||
96 | sprite 391 angoff 512 |
||
97 | sprite 515 angoff 1024 |
||
98 | sprite 694 angoff 1024 |
||
99 | sprite 818 angoff -768 |
||
100 | |||
101 | // Chaingun & ammo |
||
102 | sprite 173 angoff 512 |
||
103 | sprite 693 angoff 512 |
||
104 | sprite 754 angoff -512 |
||
105 | |||
106 | // RPG & ammo |
||
107 | sprite 163 angoff -512 |
||
108 | sprite 192 angoff -512 |
||
109 | sprite 751 angoff 256 // Dukematch only |
||
110 | |||
111 | // Pipebombs |
||
112 | sprite 63 angoff 512 |
||
113 | sprite 188 angoff -512 |
||
114 | sprite 265 angoff -768 |
||
115 | |||
116 | |||
117 | |||
118 | // OVERRIDE |
||
119 | |||
120 | // Fixes for badly aligned sprites |
||
121 | sprite 208 mdzoff 600000 // secret HoloDuke in video store |
||
122 | sprite 208 pitch 1 |
||
123 | |||
124 | // Forcing any floor aligned model to be rendered as sprite |
||
125 | sprite 177 notmd |
||
126 | sprite 287 notmd |
||
127 | sprite 288 notmd |
||
128 | sprite 289 notmd |
||
129 | sprite 290 notmd |
||
130 | sprite 291 notmd |
||
131 | sprite 292 notmd |
||
132 | sprite 426 notmd |
||
133 | sprite 461 notmd |
||
134 | sprite 462 notmd |
||
135 | sprite 463 notmd |
||
136 | sprite 540 notmd |
||
137 | |||
138 | // Switches to be hidden |
||
139 | sprite 191 notmd // Hand dryer |
||
140 | sprite 254 notmd // Telephone |
||
115 | devastator | 141 | sprite 517 notmd // Telephone |
142 | |||
136 | nightfrigh | 143 | |
144 | |||
252 | nightfrigh | 145 | // LIGHTS |
136 | nightfrigh | 146 | |
252 | nightfrigh | 147 | // by Devastator |
136 | nightfrigh | 148 | light 1 750 29970 127 2600 111 111 111 0 0 1536 -1 0 0 0 -1 |
149 | light 5 566 32938 -23626 1700 61 61 61 0 0 1536 -1 0 0 0 -1 |
||
150 | light 13 1262 2234 1792 1700 61 61 61 0 0 1536 -1 0 0 0 -1 |
||
151 | light 39 -3182 8993 -4480 2400 85 85 85 0 0 1536 -1 0 0 0 -1 |
||
152 | light 42 -1701 13103 -4736 4200 91 81 51 0 0 1536 -1 0 0 0 -1 |
||
153 | light 43 -2984 4245 -5760 2700 51 51 41 0 0 1536 -1 0 0 0 -1 |
||
154 | light 45 -5269 3398 -10752 1300 101 10 1 0 0 1536 -1 0 0 0 -1 |
||
155 | light 53 6113 11494 1280 1400 51 51 51 0 0 1536 -1 0 0 0 -1 |
||
156 | light 58 -4789 910 -640 1700 185 21 1 0 0 1536 -1 0 0 0 -1 |
||
157 | light 64 -1653 1096 256 2300 205 121 121 0 0 1536 -1 0 0 0 -1 |
||
158 | light 70 -16708 36851 -83712 2300 140 140 140 0 0 1536 -1 0 0 0 -1 |
||
159 | light 94 -24704 30264 -87168 1600 255 255 240 0 0 1536 -1 0 0 0 -1 |
||
160 | light 99 -4442 34049 -23040 2600 157 125 88 0 0 1536 -1 0 0 0 -1 |
||
161 | light 100 -2432 37120 -15104 1300 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
162 | light 103 -5545 36653 -19584 1500 187 158 160 0 0 1536 -1 0 0 0 -1 |
||
163 | light 105 -10724 30785 -48128 2000 181 181 161 0 0 1536 -1 0 0 0 -1 |
||
164 | light 106 -10676 35392 -32768 1400 211 41 61 0 0 1536 -1 0 0 0 -1 |
||
165 | light 110 -20484 25118 -56448 1400 180 210 210 0 0 1536 -1 0 0 0 -1 |
||
166 | light 112 967 4553 384 1600 111 111 111 0 0 1536 -1 0 0 0 -1 |
||
167 | light 116 -22230 36607 -73984 3000 81 71 1 0 0 1536 -1 0 0 0 -1 |
||
168 | light 129 13535 40259 41728 1700 45 58 11 0 0 1536 -1 0 0 0 -1 |
||
169 | light 129 16277 40174 43136 1400 75 76 1 0 0 1536 -1 0 0 0 -1 |
||
170 | light 134 5672 37297 41712 1600 105 96 21 0 0 1536 -1 0 0 0 -1 |
||
171 | light 155 -20469 33599 -77184 1600 221 201 201 0 0 1536 -1 0 0 0 -1 |
||
172 | light 155 -19871 29604 -64640 2400 181 71 61 0 0 1536 -1 0 0 0 -1 |
||
173 | light 155 -17821 30780 -76288 2400 255 195 91 0 0 1536 -1 0 0 0 -1 |
||
174 | light 163 -3269 7094 -7040 2400 85 85 85 0 0 1536 -1 0 0 0 -1 |
||
175 | light 173 7589 10336 4096 1200 111 111 111 0 0 1536 -1 0 0 0 -1 |
||
176 | light 174 -11840 20032 -454400 1900 255 41 1 0 0 1536 -1 0 0 0 -1 |
||
177 | light 174 -576 20032 -454400 1900 255 41 1 0 0 1536 -1 0 0 0 -1 |
||
178 | light 174 2560 23616 -454400 1900 255 41 1 0 0 1536 -1 0 0 0 -1 |
||
179 | light 179 -8903 35410 -15872 1600 201 41 1 0 0 1536 -1 0 0 0 -1 |
||
180 | light 183 -15703 27485 -38400 1300 71 191 221 0 0 1536 -1 0 0 0 -1 |
||
181 | light 183 -14400 32384 -54528 3500 1 31 121 0 0 1536 -1 0 0 0 -1 |
||
182 | light 183 -13973 28432 -54400 3500 1 1 225 0 0 1536 -1 0 0 0 -1 |
||
183 | light 183 -13713 33628 -46080 2000 1 95 165 0 0 1536 -1 0 0 0 -1 |
||
184 | light 183 -12884 27780 -46592 1900 1 135 135 0 0 1536 -1 0 0 0 -1 |
||
185 | light 184 -17280 33664 -55168 3500 255 31 1 0 0 1536 -1 0 0 0 -1 |
||
186 | light 185 -17064 28199 -53760 3500 255 51 1 0 0 1536 -1 0 0 0 -1 |
||
187 | light 186 -25344 29114 -86656 2500 91 71 55 0 0 1536 -1 0 0 0 -1 |
||
188 | light 188 -21865 29730 -78336 2200 40 40 40 0 0 1536 -1 0 0 0 -1 |
||
189 | light 188 -21225 30802 -81536 1300 211 71 121 0 0 1536 -1 0 0 0 -1 |
||
190 | light 191 -26059 27030 -75136 1100 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
191 | light 191 -24401 27016 -83072 1900 171 161 141 0 0 1536 -1 0 0 0 -1 |
||
192 | light 205 -11776 7680 2048 1700 255 31 1 0 0 1536 -1 0 0 0 -1 |
||
193 | light 215 3199 40315 10450 2400 131 131 121 0 0 1536 -1 0 0 0 -1 |
||
194 | light 221 2445 12334 -40832 2000 117 107 97 0 0 1536 -1 0 0 0 -1 |
||
195 | light 221 5462 13116 -47104 2600 47 37 27 0 0 1536 -1 0 0 0 -1 |
||
196 | light 233 3580 33824 -9105 1900 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
197 | light 239 -7374 10248 -31744 4200 161 151 131 0 0 1536 -1 0 0 0 -1 |
||
198 | light 239 -5354 16804 -171392 8000 131 121 91 0 0 1536 -1 0 0 0 -1 |
||
199 | light 239 81 17085 -37504 7000 161 151 131 0 0 1536 -1 0 0 0 -1 |
||
200 | light 239 3483 30313 -3200 2200 155 11 1 0 0 1536 -1 0 0 0 -1 |
||
201 | light 239 3615 30125 -43136 1500 255 51 1 0 0 1536 -1 0 0 0 -1 |
||
202 | light 239 4416 32512 -454400 1900 255 41 1 0 0 1536 -1 0 0 0 -1 |
||
203 | light 239 4864 22016 9216 2600 47 37 27 0 0 1536 -1 0 0 0 -1 |
||
204 | light 239 8704 30464 -171392 8000 131 121 91 0 0 1536 -1 0 0 0 -1 |
||
205 | light 239 11267 28860 -21760 4000 141 131 121 0 0 1536 -1 0 0 0 -1 |
||
206 | light 246 -8527 29608 -31616 3600 157 125 88 0 0 1536 -1 0 0 0 -1 |
||
207 | light 246 -4008 31035 -29568 3600 157 125 88 0 0 1536 -1 0 0 0 -1 |
||
208 | light 248 9984 40192 42624 1700 45 58 11 0 0 1536 -1 0 0 0 -1 |
||
209 | light 262 -5020 29232 -30208 2900 191 191 191 0 0 1536 -1 0 0 0 -1 |