Rev 10 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 253 | ||
---|---|---|---|
1 | // Maphacks for Duke3D HRP |
1 | // Maphacks for Duke3D HRP |
2 | // Level: E2l10.MAP - "Spin Cycle" (Original Atomic Edition version) |
2 | // Level: E2l10.MAP - "Spin Cycle" (Original Atomic Edition version) |
3 | // Reviewed by NightFright (June 2009) |
3 | // Reviewed by NightFright (May 2011) |
4 | 4 | ||
5 | 5 | ||
6 | 6 | ||
7 | // PROPS |
7 | // PROPS |
8 | 8 | ||
9 | // Satellite |
9 | // Satellite |
10 | sprite 229 angoff 256 |
10 | sprite 229 angoff 256 |
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | // ITEMS/POWERUPS |
14 | // ITEMS/POWERUPS |
15 | 15 | ||
16 | // Health +30 |
16 | // Health +30 |
17 | sprite 227 angoff 128 |
17 | sprite 227 angoff 128 |
18 | sprite 228 angoff 384 |
18 | sprite 228 angoff 384 |
19 | 19 | ||
20 | // HoloDuke |
20 | // HoloDuke |
21 | sprite 141 angoff -512 // Dukematch only |
21 | sprite 141 angoff -512 // Dukematch only |
22 | sprite 257 angoff -768 |
22 | sprite 257 angoff -768 |
23 | 23 | ||
24 | // Jetpack |
24 | // Jetpack |
25 | sprite 142 angoff -128 // Dukematch only |
25 | sprite 142 angoff -128 // Dukematch only |
26 | sprite 144 angoff 768 // Dukematch only |
26 | sprite 144 angoff 768 // Dukematch only |
27 | 27 | ||
28 | // MedKit |
28 | // MedKit |
29 | sprite 61 angoff 512 |
29 | sprite 61 angoff 512 |
30 | sprite 179 angoff -512 |
30 | sprite 179 angoff -512 |
31 | 31 | ||
32 | // Nightvision |
32 | // Nightvision |
33 | sprite 225 angoff 768 |
33 | sprite 225 angoff 768 |
34 | 34 | ||
35 | 35 | ||
36 | 36 | ||
37 | // WEAPONS/AMMO |
37 | // WEAPONS/AMMO |
38 | 38 | ||
39 | // Pistol & ammo |
39 | // Pistol & ammo |
40 | sprite 208 angoff -128 |
40 | sprite 208 angoff -128 |
41 | sprite 212 angoff -512 |
41 | sprite 212 angoff -512 |
42 | sprite 222 angoff -512 |
42 | sprite 222 angoff -512 |
43 | sprite 223 angoff -512 |
43 | sprite 223 angoff -512 |
44 | 44 | ||
45 | // Shotgun & ammo |
45 | // Shotgun & ammo |
46 | sprite 206 angoff 384 |
46 | sprite 206 angoff 384 |
47 | sprite 209 angoff -128 |
47 | sprite 209 angoff -128 |
48 | sprite 210 angoff -384 |
48 | sprite 210 angoff -384 |
49 | sprite 230 angoff 128 |
49 | sprite 230 angoff 128 |
50 | 50 | ||
51 | // Chaingun & ammo |
51 | // Chaingun & ammo |
52 | sprite 39 angoff -256 |
52 | sprite 39 angoff -256 |
53 | sprite 60 angoff 512 |
53 | sprite 60 angoff 512 |
54 | sprite 62 angoff -512 |
54 | sprite 62 angoff -512 |
55 | sprite 161 angoff 1024 |
55 | sprite 161 angoff 1024 |
56 | sprite 178 angoff 512 |
56 | sprite 178 angoff 512 |
57 | sprite 180 angoff -512 |
57 | sprite 180 angoff -512 |
58 | sprite 198 angoff 1024 |
58 | sprite 198 angoff 1024 |
59 | 59 | ||
60 | // RPG & ammo |
60 | // RPG & ammo |
61 | sprite 38 angoff -256 |
61 | sprite 38 angoff -256 |
62 | sprite 155 angoff 512 |
62 | sprite 155 angoff 512 |
63 | sprite 156 angoff 512 |
63 | sprite 156 angoff 512 |
64 | sprite 157 angoff 512 |
64 | sprite 157 angoff 512 |
65 | sprite 187 angoff -512 |
65 | sprite 187 angoff -512 |
66 | sprite 188 angoff -512 |
66 | sprite 188 angoff -512 |
67 | sprite 189 angoff -512 |
67 | sprite 189 angoff -512 |
68 | 68 | ||
69 | // Pipebombs |
69 | // Pipebombs |
70 | sprite 207 angoff 128 |
70 | sprite 207 angoff 128 |
71 | 71 | ||
72 | // Shrinker & ammo |
72 | // Shrinker & ammo |
73 | sprite 36 angoff 768 |
73 | sprite 36 angoff 768 |
74 | sprite 145 angoff -256 // Dukematch only |
74 | sprite 145 angoff -256 // Dukematch only |
75 | sprite 211 angoff -640 |
75 | sprite 211 angoff -640 |
76 | 76 | ||
77 | // Devastator & ammo |
77 | // Devastator & ammo |
78 | sprite 111 angoff 1024 |
78 | sprite 111 angoff 1024 |
79 | sprite 112 angoff 1024 |
79 | sprite 112 angoff 1024 |
80 | sprite 113 angoff 1024 |
80 | sprite 113 angoff 1024 |
81 | sprite 258 angoff -256 |
81 | sprite 258 angoff -256 |
82 | 82 | ||
83 | // Freezethrower & ammo |
83 | // Freezethrower & ammo |
84 | sprite 37 angoff 256 |
84 | sprite 37 angoff 256 |
85 | sprite 146 angoff 256 // Dukematch only |
85 | sprite 146 angoff 256 // Dukematch only |
86 | 86 | ||
- | 87 | ||
- | 88 | ||
- | 89 | // LIGHTS |
|
- | 90 | ||
- | 91 | // by Micky C |
|
- | 92 | light 63 28800 21248 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
|
- | 93 | light 14 20352 -12800 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 94 | light 66 2048 -13312 -37888 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 95 | light 66 15936 -7168 -29696 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 96 | light 66 16896 20736 -31744 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 97 | light 64 -12288 34432 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
|
- | 98 | light 66 2176 27456 -26624 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 99 | light 66 22336 6976 -25600 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 100 | light 66 -17920 6976 -26624 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 101 | light 74 -2816 12032 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 102 | light 55 -16000 25216 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 103 | light 55 19968 25216 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 104 | light 55 20096 -10880 -19456 1500 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 105 | light 7 22016 25472 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 106 | light 30 -16896 26112 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 107 | light 17 22016 -11136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 108 | light 24 -16256 -12928 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 109 | light 10 20352 27136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 110 | light 28 -16256 27136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 111 | light 31 -17920 25472 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 112 | light 21 -17920 -11136 -7168 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 113 | light 13 20992 -11776 15 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 114 | light 9 20992 26112 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 115 | light 23 -16896 -11776 -1024 500 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 116 | light 66 -11904 21760 -30720 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 117 | light 59 -12032 -20096 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
|
- | 118 | light 63 16256 34304 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
|
- | 119 | light 56 -19584 28672 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
|
- | 120 | light 63 23936 28672 -16384 6000 255 100 100 0 0 1536 -1 0 0 0 -1 |
|
- | 121 | light 61 15872 -20096 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
|
- | 122 | light 61 29184 -7168 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
|
- | 123 | light 61 23680 -14464 -16384 6000 100 255 100 0 0 1536 -1 0 0 0 -1 |
|
- | 124 | light 56 -24960 21888 -16384 6000 100 100 255 0 0 1536 -1 0 0 0 -1 |
|
- | 125 | light 59 -19328 -14336 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
|
- | 126 | light 59 -24704 -7296 -16384 6000 100 100 100 0 0 1536 -1 0 0 0 -1 |
|
- | 127 | light 44 3968 5312 -33792 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
|
- | 128 | light 37 -5760 -384 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
|
- | 129 | light 38 9856 -384 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
|
- | 130 | light 39 9856 14848 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
|
- | 131 | light 76 2112 9152 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 132 | light 44 5760 7168 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
|
- | 133 | light 70 7168 2304 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 134 | light 69 7040 12160 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 135 | light 72 -2688 2304 -31744 3750 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 136 | light 44 2048 3456 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
|
- | 137 | light 44 -1664 7168 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
|
- | 138 | light 44 2048 10944 -37888 2500 255 100 0 0 0 1536 -1 0 0 0 -1 |
|
- | 139 | light 66 -11520 -7424 -33792 8000 255 235 225 0 0 1536 -1 0 0 0 -1 |
|
- | 140 | light 44 192 5312 -31744 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
|
- | 141 | light 44 128 9088 -36864 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
|
- | 142 | light 44 3968 9088 -31744 4000 50 50 50 0 0 1536 -1 0 0 0 -1 |
|
- | 143 | light 80 1344 6464 -20480 1000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 144 | light 76 256 7168 -117760 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 145 | light 76 2048 5184 -116736 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 146 | light 76 4160 7104 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1 |
|
- | 147 | light 40 -5888 14976 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1 |
|
- | 148 | ||
87 |
|
149 |
|
88 | 150 | ||
89 | 151 | ||
90 | 152 |