Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 5 | parkar | 1 | // Maphacks for Duke3D HRP |
| 2 | // Level: E4L8.MAP - "Critical Mass" (Original Atomic Edition version) |
||
| 292 | nightfrigh | 3 | // Reviewed by NightFright (February 2012) |
| 5 | parkar | 4 | |
| 5 | |||
| 6 | |||
| 7 | // PROPS |
||
| 8 | |||
| 9 | // Bottle |
||
| 10 | sprite 326 angoff 256 |
||
| 11 | sprite 327 angoff 512 |
||
| 12 | |||
| 13 | // Chair |
||
| 14 | sprite 336 angoff -512 |
||
| 15 | sprite 361 angoff 786 |
||
| 16 | sprite 457 angoff -896 |
||
| 17 | sprite 894 angoff 256 |
||
| 18 | |||
| 19 | // Chopper wheel (trash compactor) |
||
| 20 | sprite 684 angoff 128 |
||
| 21 | |||
| 22 | // Donuts |
||
| 23 | sprite 458 angoff -64 |
||
| 24 | sprite 706 angoff -384 |
||
| 25 | sprite 707 angoff 192 |
||
| 26 | |||
| 27 | // Nuke barrel |
||
| 28 | sprite 365 angoff -128 |
||
| 29 | sprite 366 angoff -512 |
||
| 30 | sprite 367 angoff 512 |
||
| 31 | sprite 368 angoff -256 |
||
| 32 | sprite 369 angoff -128 |
||
| 33 | sprite 600 angoff 896 |
||
| 34 | sprite 601 angoff -512 |
||
| 35 | sprite 603 angoff 256 |
||
| 36 | |||
| 37 | // Trashcan |
||
| 38 | sprite 837 angoff -768 |
||
| 39 | sprite 838 angoff 512 |
||
| 40 | |||
| 41 | // US flag |
||
| 42 | sprite 335 angoff 256 |
||
| 43 | |||
| 44 | |||
| 45 | |||
| 46 | // ITEMS/POWERUPS |
||
| 47 | |||
| 48 | // Armor |
||
| 49 | sprite 351 angoff 256 |
||
| 50 | |||
| 51 | // Health +10 |
||
| 52 | sprite 655 angoff 256 |
||
| 53 | sprite 656 angoff -256 |
||
| 54 | sprite 851 angoff 256 |
||
| 55 | sprite 859 angoff 512 |
||
| 56 | |||
| 57 | // Health +30 |
||
| 58 | sprite 610 angoff -128 |
||
| 59 | sprite 654 angoff -768 |
||
| 60 | sprite 657 angoff -256 |
||
| 61 | sprite 732 angoff 512 |
||
| 62 | sprite 1019 angoff -512 |
||
| 63 | |||
| 64 | // HoloDuke |
||
| 65 | sprite 724 angoff 1024 |
||
| 66 | |||
| 67 | // Jetpack |
||
| 68 | sprite 323 angoff 1024 // Dukematch only |
||
| 69 | |||
| 70 | // Keycards (B/Y/R) |
||
| 292 | nightfrigh | 71 | sprite 386 angoff 1024 |
| 72 | sprite 762 angoff 768 |
||
| 73 | sprite 854 angoff 1024 |
||
| 5 | parkar | 74 | |
| 75 | // Medkit |
||
| 10 | parkar | 76 | sprite 733 angoff 256 |
| 5 | parkar | 77 | |
| 78 | // Scuba gear |
||
| 79 | sprite 863 angoff 768 |
||
| 80 | |||
| 81 | // Steroids |
||
| 82 | sprite 55 angoff -256 |
||
| 83 | sprite 734 angoff 256 |
||
| 84 | |||
| 85 | |||
| 86 | |||
| 87 | // WEAPONS/AMMO |
||
| 88 | |||
| 89 | // Pistol & ammo |
||
| 90 | sprite 607 angoff 256 |
||
| 91 | sprite 608 angoff 256 |
||
| 92 | sprite 609 angoff 256 |
||
| 93 | sprite 829 angoff 512 |
||
| 94 | sprite 865 angoff 512 |
||
| 95 | |||
| 96 | // Shotgun & ammo |
||
| 97 | sprite 352 angoff 64 |
||
| 98 | sprite 714 angoff -256 |
||
| 292 | nightfrigh | 99 | sprite 715 angoff -512 |
| 100 | sprite 731 angoff 512 |
||
| 5 | parkar | 101 | |
| 102 | // Chaingun & ammo |
||
| 103 | sprite 561 angoff -512 |
||
| 104 | sprite 611 angoff -512 |
||
| 105 | sprite 615 angoff 512 |
||
| 106 | |||
| 107 | // RPG & ammo |
||
| 108 | sprite 228 angoff -512 |
||
| 292 | nightfrigh | 109 | sprite 834 angoff 1024 |
| 110 | sprite 864 angoff 256 // Dukematch only |
||
| 5 | parkar | 111 | |
| 112 | // Pipebombs |
||
| 113 | sprite 140 angoff 1024 |
||
| 114 | sprite 538 angoff -512 |
||
| 115 | sprite 713 angoff -256 |
||
| 116 | sprite 723 angoff 128 |
||
| 117 | sprite 850 angoff 128 |
||
| 118 | |||
| 119 | // Shrinker/Expander & ammo |
||
| 292 | nightfrigh | 120 | sprite 319 angoff 768 |
| 121 | sprite 827 angoff -640 |
||
| 5 | parkar | 122 | |
| 123 | // Devastator & ammo |
||
| 292 | nightfrigh | 124 | sprite 532 angoff 512 |
| 5 | parkar | 125 | sprite 828 angoff -256 |
| 126 | |||
| 127 | // Freezethrower & ammo |
||
| 292 | nightfrigh | 128 | sprite 344 angoff 1024 |
| 129 | sprite 831 angoff 128 |
||
| 130 | sprite 868 angoff 256 // Dukematch only |
||
| 5 | parkar | 131 | |
| 132 | |||
| 133 | |||
| 134 | // OVERRIDE |
||
| 135 | |||
| 136 | // Fixes for badly aligned sprites |
||
| 137 | sprite 335 mdzoff 530000 // US flag |
||
| 138 | sprite 335 roll 1 |
||
| 139 | |||
| 140 | // Forcing any floor aligned model to be rendered as sprite |
||
| 141 | sprite 330 notmd |
||
| 142 | sprite 360 notmd |
||
| 143 | sprite 364 notmd |
||
| 144 | sprite 893 notmd |
||
| 145 | |||
| 146 | // Switches to be hidden |
||
| 147 | sprite 537 notmd // Pressure maintenance computer |
||
| 148 | |||
| 149 | // Symbols to be rendered as sprites |
||
| 150 | sprite 35 notmd // Atomic symbol on desk |
||
| 151 | sprite 332 notmd // Atomic symbol on desk |
||
| 101 | devastator | 152 | sprite 1033 notmd // Picture outside building used to hold player flat |
| 153 | |||
| 252 | nightfrigh | 154 | |
| 155 | |||
| 156 | // LIGHTS |
||
| 157 | |||
| 158 | // by Devastator |
||
| 101 | devastator | 159 | light 238 26112 -3840 -3840 1200 91 111 91 0 0 1536 -1 0 0 0 -1 |
| 160 | light 200 29600 -4960 -3072 3500 126 123 121 0 0 1536 -1 0 0 0 -1 |
||
| 161 | light 303 33024 -17408 -5120 2400 91 91 101 0 0 1536 -1 0 0 0 -1 |
||
| 162 | light 258 30976 -14080 -5120 1300 115 115 115 0 0 1536 -1 0 0 0 -1 |
||
| 163 | light 149 39808 -2176 35072 1200 91 111 91 0 0 1536 -1 0 0 0 -1 |
||
| 164 | light 158 37344 -2016 -7168 1600 31 31 31 0 0 1536 -1 0 0 0 -1 |
||
| 165 | light 134 39680 -33280 -25600 4800 43 39 35 0 0 1536 -1 0 0 0 -1 |
||
| 166 | light 136 37504 -29312 -15360 1200 71 71 71 0 0 1536 -1 0 0 0 -1 |
||
| 167 | light 34 39552 -24832 -7838 2400 33 29 25 0 0 1536 -1 0 0 0 -1 |
||
| 168 | light 376 34304 -24448 -1024 2400 33 29 25 0 0 1536 -1 0 0 0 -1 |
||
| 169 | light 376 36992 -25984 -38912 2300 81 81 81 0 0 1536 -1 0 4 0 -1 |
||
| 170 | light 376 36992 -24448 -10240 2300 51 51 51 0 0 1536 -1 0 0 0 -1 |
||
| 171 | light 376 36608 -22272 -4096 2800 33 32 25 0 0 1536 -1 0 0 0 -1 |
||
| 172 | light 28 33920 -34176 -61440 3500 32 6 1 0 0 1536 -1 0 0 0 -1 |
||
| 173 | light 134 41728 -31616 -64512 3900 32 16 11 0 0 1536 -1 0 0 0 -1 |
||
| 174 | light 136 34816 -29184 -25600 2100 163 156 141 0 0 1536 -1 0 0 0 -1 |
||
| 175 | light 46 36352 -18944 -36864 1500 111 108 101 0 0 1536 -1 0 0 0 -1 |
||
| 176 | light 21 36480 -16896 -31744 1800 211 178 131 0 0 1536 -1 0 0 0 -1 |
||
| 177 | light 59 41728 -17152 -29696 1100 211 211 211 0 0 1536 -1 0 0 0 -1 |
||
| 178 | light 54 39680 -16640 -36864 2100 71 71 71 0 0 1536 -1 0 0 0 -1 |
||
| 179 | light 60 43136 -17152 -38912 700 171 171 171 0 0 1536 -1 0 0 0 -1 |
||
| 180 | light 66 41792 -12928 -15360 2900 235 211 201 0 0 1536 -1 0 0 0 -1 |
||
| 181 | light 66 41792 -12928 27648 3900 125 101 91 0 0 1536 -1 0 0 0 -1 |
||
| 182 | light 71 44544 39552 -26624 2400 151 141 111 0 0 1536 -1 0 0 0 -1 |
||
| 183 | light 71 42944 37824 -26624 1200 121 151 131 0 0 1536 -1 0 0 0 -1 |
||
| 184 | light 71 40896 38592 -26624 2400 151 141 111 0 0 1536 -1 0 0 0 -1 |
||
| 185 | light 216 41792 -10368 39936 1700 120 109 90 0 0 1536 -1 0 0 0 -1 |
||
| 186 | light 370 41984 -4288 29952 1300 91 91 91 0 0 1536 -1 0 0 0 -1 |
||
| 187 | light 363 42112 -8960 33024 1300 91 91 91 0 0 1536 -1 0 0 0 -1 |
||
| 188 | light 363 42048 -7488 48128 1300 91 91 91 0 0 1536 -1 0 0 0 -1 |
||
| 189 | light 317 40448 -4224 37888 1300 83 77 70 0 0 1536 -1 0 0 0 -1 |
||
| 190 | light 317 38752 -4288 43008 1300 83 77 70 0 0 1536 -1 0 0 0 -1 |
||
| 191 | light 274 36512 -4320 -7168 1200 51 31 21 0 0 1536 -1 0 0 0 -1 |
||
| 192 | light 265 27648 -13568 -32512 3700 67 56 45 0 0 1536 -1 0 0 0 -1 |
||
| 193 | light 202 32128 -3904 0 3500 11 3 1 0 0 1536 -1 0 0 0 -1 |
||
| 194 | light 269 26976 -4672 2048 1600 111 101 101 0 0 1536 -1 0 0 0 -1 |
||
| 195 | light 144 39808 -6304 35072 1200 91 111 91 0 0 1536 -1 0 0 0 -1 |
||
| 196 | light 242 27136 -9152 0 1300 81 91 71 0 0 1536 -1 0 0 0 -1 |
||
| 197 | light 197 25664 -7488 -10240 1200 135 125 115 0 0 1536 -1 0 0 0 -1 |
||
| 198 | light 241 27136 -7488 -1024 1400 81 81 71 0 0 1536 -1 0 0 0 -1 |
||
| 199 | light 197 25664 -9152 -10240 1200 135 125 115 0 0 1536 -1 0 0 0 -1 |
||
| 200 | light 212 28864 -10368 -11264 1800 101 95 91 0 0 1536 -1 0 0 0 -1 |
||
| 201 | light 178 30144 -9344 0 1000 101 95 91 0 0 1536 -1 0 0 0 -1 |
||
| 202 | light 178 30208 -8576 -1024 1000 101 95 91 0 0 1536 -1 0 0 0 -1 |
||
| 203 | light 121 34816 -8992 -99072 10200 145 165 108 372 279 1664 -500 0 0 0 -1 |
||
| 204 | light 193 34656 -5568 4096 1300 45 55 1 0 0 1536 -1 0 0 0 -1 |
||
| 205 | light 193 38016 -8128 3072 1300 45 55 1 0 0 1536 -1 0 0 0 -1 |
||
| 206 | light 193 31776 -11264 -15360 1300 45 55 1 0 0 1536 -1 0 0 0 -1 |
||
| 207 | light 42 36096 43968 67840 3800 215 235 161 0 0 1536 -1 0 0 0 -1 |
||
| 208 | light 42 33728 41568 71680 2500 235 255 201 0 0 1536 -1 0 0 0 -1 |
||
| 209 | light 240 39232 -8800 -112640 1500 33 42 21 0 0 1536 -1 0 0 0 -1 |
||
| 210 | light 209 29888 -12416 -7168 1100 101 95 91 0 0 1536 -1 0 0 0 -1 |
||
| 211 | light 258 29696 -14080 -2048 1700 167 145 136 0 0 1536 -1 0 0 0 -1 |
||
| 212 | light 203 32384 -1664 2048 1700 49 9 1 0 0 1536 -1 0 0 0 -1 |
||
| 213 | light 303 32000 -15616 0 800 41 71 51 0 0 1536 -1 0 0 0 -1 |
||
| 214 | light 315 27776 -17920 -1024 1600 83 83 81 0 0 1536 -1 0 0 0 -1 |
||
| 215 | light 352 -48640 8704 -26676 12100 27 16 11 0 0 1536 -1 0 0 0 -1 |
||
| 216 | light 353 -56704 27520 -1792 12100 17 6 1 0 0 1536 -1 0 0 0 -1 |
||
| 217 | light 353 -50688 -1792 22528 14700 37 26 21 0 0 1536 -1 0 0 0 -1 |
||
| 218 | light 353 -23168 24320 -30720 16000 21 21 21 0 0 1536 -1 0 0 0 -1 |
||
| 219 | light 193 31104 -8960 5120 1300 33 35 23 0 0 1536 9 0 0 0 -1 |
||
| 412 | leod | 220 | light 23 40704 -36352 -16128 1000 255 206 111 0 0 1536 -1 0 0 0 -1 |