Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | nightfrigh | 1 | // Maphack for Duke It Out In D.C. |
2 | // Made by NightFright (v3.02, June 2009) |
||
3 | // Map: DUKEDCSL.MAP "Top Secret" (Secret Level) |
||
4 | |||
5 | |||
6 | // Armor (secret area) |
||
7 | sprite 542 angoff -512 |
||
8 | |||
9 | // Barrels |
||
10 | sprite 23 angoff 512 |
||
11 | sprite 30 angoff -256 |
||
12 | sprite 35 angoff 256 |
||
13 | sprite 36 angoff -768 |
||
14 | |||
15 | // Chaingun + ammo |
||
16 | sprite 77 angoff 512 |
||
17 | sprite 119 angoff 512 |
||
18 | sprite 172 angoff 512 |
||
19 | sprite 575 angoff -512 |
||
20 | sprite 588 angoff 1024 |
||
21 | |||
22 | // Dead enemies |
||
23 | sprite 412 nomdanim |
||
24 | sprite 412 angoff -64 |
||
25 | sprite 413 nomdanim |
||
26 | sprite 413 angoff -512 |
||
27 | sprite 415 nomdanim |
||
28 | sprite 415 angoff -384 |
||
29 | sprite 417 nomdanim |
||
30 | sprite 417 angoff -192 |
||
31 | sprite 418 nomdanim |
||
32 | sprite 418 angoff -128 |
||
33 | sprite 419 nomdanim |
||
34 | sprite 419 angoff -256 |
||
35 | sprite 420 nomdanim |
||
36 | sprite 421 nomdanim |
||
37 | sprite 421 angoff 256 |
||
38 | sprite 422 nomdanim |
||
39 | sprite 422 angoff 128 |
||
40 | |||
41 | // Devastator + ammo |
||
42 | sprite 128 angoff 128 |
||
43 | sprite 131 angoff 768 |
||
44 | |||
45 | // Freezer + crystal |
||
46 | sprite 100 angoff 512 |
||
47 | sprite 120 angoff 512 |
||
48 | sprite 582 angoff 1024 |
||
49 | |||
50 | // Jetpacks |
||
51 | sprite 66 angoff -512 // DM only |
||
52 | sprite 1124 angoff 1024 // DM only |
||
53 | |||
54 | // Keycards (R/Y/B) |
||
55 | sprite 462 angoff 256 |
||
56 | sprite 780 angoff 512 |
||
57 | sprite 869 angoff -512 |
||
58 | |||
59 | // Medkits |
||
60 | sprite 178 angoff 256 |
||
61 | |||
62 | // Phone |
||
63 | sprite 1153 angoff 128 |
||
64 | |||
65 | // Pipebombs |
||
66 | sprite 115 angoff 256 |
||
67 | sprite 126 angoff 512 |
||
68 | sprite 165 angoff -512 |
||
69 | sprite 576 angoff 512 |
||
70 | sprite 1129 angoff -512 // DM only |
||
71 | |||
72 | // Pistol ammo |
||
73 | sprite 591 angoff 256 |
||
74 | sprite 592 angoff 256 |
||
75 | sprite 593 angoff 256 |
||
76 | sprite 594 angoff 256 |
||
77 | sprite 595 angoff 256 |
||
78 | sprite 596 angoff 256 |
||
79 | sprite 597 angoff 256 |
||
80 | sprite 598 angoff 256 |
||
81 | |||
82 | // Rubbercans |
||
83 | sprite 485 angoff 256 |
||
84 | sprite 538 angoff 128 |
||
85 | |||
86 | // RPG ammo |
||
87 | sprite 127 angoff 768 |
||
88 | sprite 134 angoff 512 |
||
89 | sprite 160 angoff -512 |
||
90 | |||
91 | // Seat in control room (storage room 1) |
||
92 | sprite 901 angoff 768 |
||
93 | |||
94 | // Seats in first control room |
||
95 | sprite 883 angoff 256 |
||
96 | sprite 884 angoff -256 |
||
97 | sprite 885 angoff -512 |
||
98 | sprite 886 angoff 512 |
||
99 | sprite 887 angoff -512 |
||
100 | |||
101 | // Seat near time machine |
||
102 | sprite 466 angoff 512 |
||
103 | |||
104 | // Seat (office) |
||
105 | sprite 479 angoff -512 |
||
106 | |||
107 | // Shotgun + Shells |
||
108 | sprite 31 angoff -512 |
||
109 | sprite 93 angoff 512 |
||
110 | sprite 137 angoff 512 |
||
111 | sprite 138 angoff 512 |
||
112 | sprite 155 angoff -512 |
||
113 | sprite 174 angoff 1024 |
||
114 | sprite 177 angoff 1024 |
||
115 | sprite 179 angoff -512 |
||
116 | sprite 585 angoff 1024 |
||
117 | sprite 589 angoff 1024 |
||
118 | sprite 590 angoff -512 |
||
119 | sprite 601 angoff -512 |
||
120 | sprite 602 angoff -768 |
||
121 | sprite 603 angoff -512 |
||
122 | sprite 1090 angoff -512 |
||
123 | sprite 1122 angoff -768 // DM only |
||
124 | sprite 1123 angoff 512 // DM only |
||
125 | |||
126 | // Shrinker crystals |
||
127 | sprite 162 angoff 512 |
||
128 | sprite 163 angoff 512 |
||
129 | |||
130 | // Sixpacks + Health items |
||
131 | sprite 76 angoff 512 |
||
132 | sprite 101 angoff 512 |
||
133 | sprite 116 angoff 256 |
||
134 | sprite 125 angoff 256 |
||
135 | sprite 129 angoff 256 |
||
136 | sprite 154 angoff 512 |
||
137 | sprite 166 angoff 512 |
||
138 | sprite 170 angoff 512 |
||
139 | sprite 171 angoff 512 |
||
140 | sprite 173 angoff -256 |
||
141 | sprite 852 angoff 768 |
||
142 | sprite 1091 angoff 512 |
||
143 | |||
144 | // Toilet |
||
145 | sprite 855 angoff 1024 |
||
146 | |||
147 | // Tripbombs |
||
148 | sprite 572 angoff 1024 |
||
149 | sprite 573 angoff 1024 |
||
150 | sprite 574 angoff 1024 |
||
151 | sprite 584 angoff 1024 |
||
152 | |||
153 | // Wallspeaker |
||
154 | sprite 366 angoff 640 |
||
155 | |||
156 | |||
157 | |||
158 | // Fixes for badly aligned sprites |
||
159 | sprite 117 pitch 160 // Devastator ammo |
||
160 | sprite 178 pitch 4 // Medikit |
||
161 | sprite 178 mdzoff 65000 |
||
162 | sprite 366 pitch -520 // wallspeaker |
||
163 | sprite 417 mdzoff -100000 // dead Battlelord |
||
164 | sprite 417 roll -12 |
||
165 | sprite 417 pitch 10 |
||
166 | sprite 418 mdzoff -100000 // dead Commander |
||
167 | sprite 418 roll -12 |
||
168 | sprite 418 pitch 20 |
||
169 | sprite 486 mdzoff 100000 // water tap |
||
170 | sprite 486 pitch 1 |
||
171 | sprite 487 mdzoff 100000 // water tap |
||
172 | sprite 487 roll 1 |
||
173 | sprite 488 mdzoff 100000 // water tap |
||
174 | sprite 488 roll 1 |
||
175 | sprite 489 mdzoff 250000 // water tap |
||
176 | sprite 489 pitch 1 |