Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 5 | parkar | 1 | // Maphacks for Duke3D HRP |
| 2 | // Level: E4L11.MAP - "Area 51" (Original Atomic Edition version) |
||
| 292 | nightfrigh | 3 | // Reviewed by NightFright (February 2012) |
| 5 | parkar | 4 | |
| 5 | |||
| 6 | |||
| 7 | // PROPS |
||
| 8 | |||
| 9 | // Antenna (bus) |
||
| 10 | sprite 305 angoff 128 |
||
| 11 | |||
| 12 | // Barrels |
||
| 13 | sprite 728 angoff 512 |
||
| 14 | sprite 729 angoff -256 |
||
| 15 | |||
| 16 | // Bottle |
||
| 17 | sprite 726 angoff 384 |
||
| 18 | |||
| 19 | // IV Unit |
||
| 20 | sprite 441 angoff -256 |
||
| 21 | |||
| 22 | // Parking lot light |
||
| 23 | sprite 620 angoff -128 |
||
| 24 | |||
| 25 | // Scale |
||
| 26 | sprite 442 angoff 256 |
||
| 27 | |||
| 28 | // Tripod camera |
||
| 29 | sprite 303 angoff -32 |
||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | // ITEMS/POWERUPS |
||
| 34 | |||
| 35 | // Armor |
||
| 36 | sprite 304 angoff 1024 |
||
| 37 | sprite 513 angoff 512 |
||
| 38 | |||
| 39 | // Health +10 |
||
| 40 | sprite 191 angoff 512 |
||
| 41 | sprite 192 angoff 512 |
||
| 42 | sprite 263 angoff 256 |
||
| 43 | sprite 264 angoff -384 |
||
| 44 | sprite 265 angoff 512 |
||
| 45 | sprite 266 angoff 640 |
||
| 46 | sprite 283 angoff -256 |
||
| 47 | sprite 289 angoff -128 |
||
| 48 | sprite 290 angoff -128 |
||
| 49 | sprite 291 angoff -128 |
||
| 50 | sprite 608 angoff 256 |
||
| 51 | sprite 609 angoff -256 |
||
| 52 | |||
| 53 | // Health +30 |
||
| 54 | sprite 201 angoff 512 |
||
| 55 | sprite 205 angoff -128 |
||
| 56 | sprite 253 angoff 768 |
||
| 57 | sprite 255 angoff 1024 |
||
| 58 | sprite 267 angoff -512 |
||
| 59 | sprite 277 angoff -512 |
||
| 60 | sprite 293 angoff 256 |
||
| 61 | sprite 296 angoff 768 |
||
| 62 | sprite 515 angoff -896 |
||
| 63 | sprite 562 angoff -512 |
||
| 64 | sprite 563 angoff -512 |
||
| 65 | sprite 611 angoff -256 |
||
| 66 | sprite 686 angoff 128 |
||
| 67 | |||
| 68 | // HoloDuke |
||
| 69 | sprite 258 angoff -512 |
||
| 70 | sprite 297 angoff 768 |
||
| 71 | |||
| 72 | // Jetpack |
||
| 73 | sprite 558 angoff 512 |
||
| 74 | |||
| 292 | nightfrigh | 75 | // Keycards (B/R/Y) |
| 76 | sprite 311 angoff -512 |
||
| 77 | sprite 469 angoff 512 |
||
| 78 | sprite 690 angoff 1024 |
||
| 5 | parkar | 79 | |
| 80 | // MedKit |
||
| 10 | parkar | 81 | sprite 301 angoff -768 |
| 5 | parkar | 82 | |
| 83 | // Nightvision |
||
| 84 | sprite 234 angoff -256 |
||
| 85 | sprite 252 angoff 1024 |
||
| 86 | |||
| 87 | // Scuba gear |
||
| 88 | sprite 637 angoff 768 |
||
| 89 | |||
| 90 | // Steroids |
||
| 91 | sprite 299 angoff 768 |
||
| 92 | |||
| 93 | |||
| 94 | |||
| 95 | // WEAPONS/AMMO |
||
| 96 | |||
| 97 | // Pistol & ammo |
||
| 98 | sprite 244 angoff 256 |
||
| 99 | sprite 259 angoff -512 |
||
| 100 | sprite 260 angoff 512 |
||
| 101 | sprite 262 angoff 512 |
||
| 102 | sprite 276 angoff -768 |
||
| 103 | |||
| 104 | // Shotgun & ammo |
||
| 105 | sprite 85 angoff 768 |
||
| 292 | nightfrigh | 106 | sprite 284 angoff 1024 |
| 107 | sprite 285 angoff 512 |
||
| 108 | sprite 286 angoff -256 |
||
| 5 | parkar | 109 | |
| 110 | // Chaingun & ammo |
||
| 111 | sprite 202 angoff -512 |
||
| 112 | sprite 256 angoff 512 |
||
| 113 | sprite 257 angoff 512 |
||
| 114 | sprite 292 angoff 512 |
||
| 115 | sprite 335 angoff -768 |
||
| 116 | sprite 711 angoff 1024 |
||
| 117 | |||
| 118 | // RPG & ammo |
||
| 119 | sprite 287 angoff 128 |
||
| 120 | sprite 288 angoff 128 |
||
| 292 | nightfrigh | 121 | sprite 568 angoff 1024 |
| 5 | parkar | 122 | |
| 123 | // Pipebombs |
||
| 124 | sprite 90 angoff 1024 |
||
| 125 | sprite 92 angoff -256 |
||
| 126 | sprite 93 angoff 128 |
||
| 127 | sprite 94 angoff -768 // Dukematch only |
||
| 128 | sprite 95 angoff -384 |
||
| 129 | sprite 203 angoff -512 |
||
| 130 | sprite 204 angoff -640 |
||
| 131 | sprite 254 angoff -512 |
||
| 132 | sprite 275 angoff 384 |
||
| 133 | sprite 636 angoff -768 |
||
| 134 | sprite 655 angoff -256 |
||
| 135 | sprite 721 angoff 384 |
||
| 136 | sprite 722 angoff 512 |
||
| 137 | sprite 723 angoff 1024 |
||
| 138 | sprite 724 angoff -256 |
||
| 139 | |||
| 140 | // Shrinker/Expander & ammo |
||
| 292 | nightfrigh | 141 | sprite 282 angoff -256 // Dukematch only |
| 142 | sprite 560 angoff 1024 |
||
| 143 | sprite 599 angoff -256 // Dukematch only |
||
| 144 | sprite 651 angoff -512 |
||
| 145 | sprite 652 angoff -512 |
||
| 5 | parkar | 146 | |
| 147 | // Devastator & ammo |
||
| 148 | sprite 97 angoff 768 |
||
| 149 | sprite 98 angoff -768 |
||
| 292 | nightfrigh | 150 | sprite 198 angoff 768 |
| 5 | parkar | 151 | |
| 152 | // Laser Tripbomb |
||
| 153 | sprite 294 angoff -512 |
||
| 154 | sprite 295 angoff -512 |
||
| 155 | sprite 300 angoff -512 |
||
| 156 | |||
| 157 | // Freezethrower & ammo |
||
| 292 | nightfrigh | 158 | sprite 280 angoff 512 |
| 159 | sprite 281 angoff 512 |
||
| 160 | sprite 656 angoff 256 |
||
| 5 | parkar | 161 | |
| 162 | |||
| 163 | |||
| 164 | // OVERRIDE |
||
| 165 | |||
| 166 | // Fixes for badly aligned sprites |
||
| 167 | sprite 198 mdzoff -330000 // Devastator |
||
| 168 | sprite 198 roll 1 |
||
| 169 | sprite 198 pitch 1 |
||
| 170 | sprite 499 mdzoff -150000 // Hotmeat |
||
| 171 | sprite 499 roll 1 |
||
| 172 | |||
| 173 | // Forcing any floor aligned model to be rendered as sprite |
||
| 174 | sprite 69 notmd |
||
| 175 | sprite 75 notmd |
||
| 176 | sprite 89 notmd |
||
| 177 | sprite 110 notmd |
||
| 178 | sprite 111 notmd |
||
| 179 | sprite 410 notmd |
||
| 180 | sprite 486 notmd |
||
| 181 | sprite 491 notmd |
||
| 182 | sprite 492 notmd |
||
| 183 | sprite 567 notmd |
||
| 184 | sprite 574 notmd |
||
| 185 | sprite 583 notmd |
||
| 186 | sprite 615 notmd |
||
| 187 | sprite 616 notmd |
||
| 188 | sprite 705 notmd |
||
| 189 | |||
| 190 | // Switches to be hidden |
||
| 191 | sprite 406 notmd |
||
| 192 | sprite 423 notmd // Computer in section 2 |
||
| 193 | sprite 421 notmd // Bloody handprint inside crate |
||
| 194 | sprite 630 notmd // Teleporter in section 2 |
||
| 106 | devastator | 195 | sprite 683 notmd // Reception computer |
| 196 | |||
| 252 | nightfrigh | 197 | |
| 198 | |||
| 199 | // LIGHTS |
||
| 200 | |||
| 201 | // by Devastator |
||
| 106 | devastator | 202 | light 435 -36475 21853 -50304 1200 150 150 150 0 0 1536 -1 0 0 0 -1 |
| 203 | light 306 -36672 22848 -44416 1400 170 160 150 0 0 1536 -1 0 0 0 -1 |
||
| 204 | light 407 -38639 21756 -73728 1400 200 200 210 0 0 1536 -1 0 0 0 -1 |
||
| 205 | light 395 -18962 3670 -62976 2978 130 150 160 0 0 1536 -1 0 0 0 -1 |
||
| 206 | light 525 -23690 6405 -97280 5278 61 61 91 0 0 1536 -1 0 0 0 -1 |
||
| 207 | light 525 -24166 5887 -29824 2878 205 195 175 0 0 1536 -1 0 0 0 -1 |
||
| 208 | light 526 -25519 3091 -74522 3778 94 87 74 0 0 1536 -1 0 0 0 -1 |
||
| 209 | light 380 -25588 15445 -26496 2878 235 225 205 0 0 1536 -1 0 0 0 -1 |
||
| 210 | light 380 -26139 19120 -18304 1278 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
| 211 | light 524 -28550 13104 -11804 5678 94 87 74 0 0 1536 -1 0 0 0 -1 |
||
| 212 | light 408 -24537 17646 -7425 5678 64 57 44 0 0 1536 -1 0 0 0 -1 |
||
| 213 | light 408 -21894 15226 -25217 3078 174 167 154 0 0 1536 -1 0 0 0 -1 |
||
| 214 | light 408 -19282 17726 -103168 4978 41 41 71 0 0 1536 -1 0 0 0 -1 |
||
| 215 | light 522 -28559 17151 -103168 6278 21 21 41 0 0 1536 -1 0 0 0 -1 |
||
| 216 | light 8 -22259 12777 -4480 978 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
| 217 | light 485 -21546 9340 2048 2078 235 235 255 0 0 1536 -1 0 0 0 -1 |
||
| 218 | light 485 -21316 6679 -11520 1878 125 175 245 0 0 1536 -1 0 0 0 -1 |
||
| 219 | light 484 -19353 6499 -4736 1178 1 111 5 0 0 1536 -1 0 0 0 -1 |
||
| 220 | light 383 -18156 6737 30592 2878 165 165 165 0 0 1536 -1 0 0 0 -1 |
||
| 221 | light 399 -2808 7471 -162944 2178 185 141 1 0 0 1536 -1 0 0 0 -1 |
||
| 222 | light 399 -2816 6848 7808 2878 215 215 215 0 0 1536 -1 0 0 0 -1 |
||
| 223 | light 5 -256 6912 -512 1478 215 255 225 0 0 1536 -1 0 0 0 -1 |
||
| 224 | light 120 4010 9143 -20480 1978 235 255 245 0 0 1536 -1 0 0 0 -1 |
||
| 225 | light 122 4096 6912 -31104 978 235 255 245 0 0 1536 -1 0 0 0 -1 |
||
| 226 | light 509 7936 -3072 -10752 4578 91 88 65 0 0 1536 -1 0 0 0 -1 |
||
| 227 | light 349 7701 -31 -5248 2578 41 58 75 0 0 1536 -1 0 0 0 -1 |
||
| 228 | light 504 4352 -768 -23808 3178 151 101 101 0 0 1536 -1 0 0 0 -1 |
||
| 229 | light 135 9839 -2777 -5376 1478 131 175 175 0 0 1536 -1 0 0 0 -1 |
||
| 230 | light 170 10240 4608 3072 3078 201 181 181 0 0 1536 -1 0 0 0 -1 |
||
| 231 | light 527 15758 3732 4480 3478 201 181 181 0 0 1536 -1 0 0 0 -1 |
||
| 232 | light 147 13224 529 -3073 4178 51 41 91 0 0 1536 -1 0 0 0 -1 |
||
| 233 | light 440 10113 15574 12032 3300 40 55 21 0 0 1536 -1 0 0 0 -1 |
||
| 234 | light 468 13370 14743 15232 3500 40 65 170 0 0 1536 -1 0 0 0 -1 |
||
| 235 | light 185 12029 8343 2047 2800 105 105 85 0 0 1536 -1 0 0 0 -1 |
||
| 236 | light 449 27503 17632 16256 4600 71 91 255 0 0 1280 -1 0 0 0 -1 |
||
| 237 | light 469 23639 13824 3968 4400 20 10 65 0 0 1536 -1 0 0 0 -1 |
||
| 238 | light 25 -17955 12244 11264 1800 121 121 91 0 0 1536 -1 0 0 0 -1 |
||
| 239 | light 17 -18176 8448 7664 1700 81 71 71 0 0 1536 -1 0 0 0 -1 |
||
| 240 | light 171 7715 3085 -3072 900 255 51 51 0 0 1536 -1 0 0 0 -1 |
||
| 241 | light 182 6925 2312 -7297 1400 121 141 121 0 0 1536 -1 0 0 0 -1 |
||
| 242 | light 430 2816 14592 -3712 2200 47 43 41 0 0 1536 -1 0 0 0 -1 |
||
| 243 | light 430 -84 14141 -5888 2200 47 43 41 0 0 1536 -1 0 0 0 -1 |
||
| 244 | light 61 332 10133 -13184 1900 43 63 1 0 0 1536 -1 0 0 0 -1 |
||
| 245 | light 430 1717 11657 -8064 1900 50 56 61 0 0 1536 -1 0 0 0 -1 |
||
| 246 | light 493 -3934 -1943 -24960 1900 203 223 201 0 0 1536 -1 0 0 0 -1 |
||
| 247 | light 98 -4096 -512 -23808 1900 203 193 255 0 0 1536 -1 0 0 0 -1 |
||
| 248 | light 493 -3676 -1411 -45824 1300 243 223 121 0 0 1536 -1 0 0 0 -1 |
||
| 249 | light 492 -444 -1383 -21888 1900 131 181 201 0 0 1536 -1 0 0 0 -1 |
||
| 250 | light 493 -3365 1099 -27904 1900 111 111 111 0 0 1536 -1 0 0 0 -1 |
||
| 251 | light 478 1702 -1543 -11008 1500 210 210 210 0 0 1536 -1 0 0 0 -1 |
||
| 252 | light 208 -6382 -1379 -25216 2500 255 18 1 0 0 1536 -1 0 0 0 -1 |
||
| 253 | light 561 -7240 -13824 89344 2600 1 101 111 0 0 1536 -1 0 0 0 -1 |
||
| 254 | light 561 -9089 -13800 91648 1000 235 21 31 0 0 1536 -1 0 0 0 -1 |
||
| 255 | light 197 19418 -552 10149 2800 255 255 255 0 0 1536 -1 0 0 0 -1 |
||
| 256 | light 199 23106 -749 10600 2000 175 175 175 0 0 1536 -1 0 0 0 -1 |
||
| 257 | light 665 13685 -13221 79360 1900 175 175 255 0 0 1536 -1 0 0 0 -1 |
||
| 258 | light 666 14592 -13824 75008 1300 131 101 41 0 0 1536 -1 0 0 0 -1 |
||
| 259 | light 666 12800 -13824 75008 1300 131 101 41 0 0 1536 -1 0 0 0 -1 |
||
| 260 | light 661 16896 -12544 77311 1700 111 81 71 0 0 1536 -1 0 0 0 -1 |
||
| 261 | light 661 10363 -12502 82047 1700 111 81 71 0 0 1536 -1 0 0 0 -1 |
||
| 262 | light 60 -19757 8846 16128 1400 180 150 170 0 0 1536 -1 0 0 0 -1 |
||
| 263 | light 516 -23586 9633 17280 2000 130 160 175 0 0 1536 -11 0 0 0 -1 |
||
| 264 | light 39 -24718 12667 9785 1400 101 101 101 0 0 1536 -11 0 0 0 -1 |
||
| 265 | light 357 -43264 19072 -41984 6700 145 145 145 256 192 130 99 0 0 0 -1 |