Rev 412 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 412 | Rev 491 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // Maphacks for Duke3D HRP |
1 | // Maphacks for Duke3D HRP |
2 | // Level: E1L4.MAP - "Toxic Dump" (Original Atomic Edition version) |
2 | // Level: E1L4.MAP - "Toxic Dump" (Original Atomic Edition version) |
- | 3 | // Author: Allen H. Blum III |
|
- | 4 | // mapmd4: 37c1ba00a22baa6d8dfa69e265b964d8 |
|
3 | // Reviewed by NightFright (February 2012) |
5 | // Reviewed by NightFright (February 2012) |
4 | 6 | ||
5 | 7 | ||
6 | 8 | ||
7 | // CHARACTERS |
9 | // CHARACTERS |
Line 28... | Line 30... | ||
28 | 30 | ||
29 | 31 | ||
30 | // ITEMS/PICKUPS |
32 | // ITEMS/PICKUPS |
31 | 33 | ||
32 | // Armor |
34 | // Armor |
33 | sprite 60 angoff -768 |
35 | sprite 60 angoff -768 // tile0054 shield |
34 | 36 | ||
35 | // Health +10 |
37 | // Health +10 |
36 | sprite 1011 angoff 256 |
38 | sprite 1011 angoff 256 // tile0051 cola |
37 | sprite 1083 angoff 256 |
39 | sprite 1083 angoff 256 // tile0051 cola |
38 | sprite 1084 angoff 384 |
40 | sprite 1084 angoff 384 // tile0051 cola |
39 | 41 | ||
40 | // Health +30 |
42 | // Health +30 |
41 | sprite 22 angoff -256 |
43 | sprite 22 angoff -256 // tile0052 sixpack |
42 | sprite 55 angoff -128 |
44 | sprite 55 angoff -256 // tile0052 sixpack |
43 | sprite 225 angoff 384 |
45 | sprite 225 angoff 128 // tile0052 sixpack |
44 | sprite 256 angoff 512 |
46 | sprite 256 angoff 512 // tile0052 sixpack |
45 | sprite 919 angoff -768 |
47 | sprite 919 angoff -768 // tile0052 sixpack |
46 | sprite 931 angoff 768 |
48 | sprite 931 angoff 768 // tile0052 sixpack |
47 | sprite 1020 angoff -256 |
49 | sprite 1020 angoff -256 // tile0052 sixpack |
48 | sprite 1082 angoff -512 |
50 | sprite 1082 angoff -512 // tile0052 sixpack |
49 | sprite 1162 angoff 768 |
51 | sprite 1162 angoff 768 |
50 | 52 | ||
51 | // HoloDuke |
53 | // HoloDuke |
52 | sprite 86 angoff -512 |
54 | sprite 86 angoff -512 // tile1348 holoduke |
53 | sprite 1013 angoff -512 |
55 | sprite 1013 angoff -512 // tile1348 holoduke |
54 | 56 | ||
55 | // Keycards (R/B) |
57 | // Keycards (R/B) |
56 | sprite 210 angoff 1024 |
58 | sprite 210 angoff 1024 |
57 | sprite 247 angoff -256 |
59 | sprite 247 angoff -256 |
58 | 60 | ||
59 | // MedKit |
61 | // MedKit |
60 | sprite 625 angoff 512 |
62 | sprite 625 angoff 512 // tile0053 firstaid |
61 | sprite 988 angoff 600 |
63 | sprite 988 angoff 600 // tile0053 firstaid |
62 | sprite 1075 angoff -128 |
64 | sprite 1075 angoff -128 // tile0053 firstaid |
63 | 65 | ||
64 | // Nightvision |
66 | // Nightvision |
65 | sprite 626 angoff -512 |
67 | sprite 626 angoff -512 // tile0059 heatsensor |
66 | 68 | ||
67 | // Scuba gear |
69 | // Scuba gear |
68 | sprite 59 angoff 1024 |
70 | sprite 59 angoff 1024 // tile0056 airtank |
69 | sprite 294 angoff -512 |
71 | sprite 294 angoff -512 // tile0056 airtank |
70 | sprite 957 angoff 1024 |
72 | sprite 957 angoff 1024 // tile0056 airtank |
71 | sprite 1050 angoff 1024 |
73 | sprite 1050 angoff 1024 // tile0056 airtank |
72 | 74 | ||
73 | // Steroids |
75 | // Steroids |
74 | sprite 67 angoff -768 |
76 | sprite 67 angoff -768 // tile0055 steroids |
75 | 77 | ||
76 | 78 | ||
77 | 79 | ||
78 | // WEAPONS/AMMO |
80 | // WEAPONS/AMMO |
79 | 81 | ||
Line 81... | Line 83... | ||
81 | sprite 158 angoff 768 |
83 | sprite 158 angoff 768 |
82 | sprite 257 angoff 1024 |
84 | sprite 257 angoff 1024 |
83 | sprite 258 angoff 512 |
85 | sprite 258 angoff 512 |
84 | sprite 905 angoff 256 |
86 | sprite 905 angoff 256 |
85 | sprite 907 angoff 1024 |
87 | sprite 907 angoff 1024 |
- | 88 | sprite 932 pitch -96 // tile0049 shotgunammo |
|
86 | sprite 1166 angoff 512 |
89 | sprite 1166 angoff 512 |
87 | sprite 1167 angoff -768 |
90 | sprite 1167 angoff -768 |
88 | 91 | ||
89 | // Chaingun & ammo |
92 | // Chaingun & ammo |
- | 93 | sprite 252 angoff 1024 // tile0041 batteryammo |
|
90 | sprite 254 angoff -512 |
94 | sprite 254 angoff -512 |
91 | sprite 255 angoff -256 |
95 | sprite 255 angoff -256 |
92 | sprite 265 angoff 256 |
96 | sprite 265 angoff 256 |
93 | sprite 266 angoff 256 |
97 | sprite 266 angoff 256 |
94 | sprite 274 angoff -512 |
98 | sprite 274 angoff -512 |
Line 131... | Line 135... | ||
131 | 135 | ||
132 | 136 | ||
133 | // LIGHTS |
137 | // LIGHTS |
134 | 138 | ||
135 | // by Devastator |
139 | // by Devastator |
- | 140 | // sect x y z range r g b rad fade ang horiz mins maxs prio tile |
|
136 | light 199 46421 -4076 7168 5000 56 55 9 0 0 1536 -1 0 0 0 -1 |
141 | light 199 46421 -4076 7168 5000 56 55 9 0 0 1536 -1 0 0 0 -1 |
137 | light 540 -36452 22598 -47104 2000 255 56 1 0 0 1536 -1 0 0 0 -1 |
142 | light 540 -36452 22598 -47104 2000 255 56 1 0 0 1536 -1 0 0 0 -1 |
138 | light 64 -19811 22048 -88832 3400 255 56 1 0 0 1536 -1 0 0 0 -1 |
143 | light 64 -19811 22048 -88832 3400 255 56 1 0 0 1536 -1 0 0 0 -1 |
139 | light 44 -36541 20936 -47104 2000 255 56 1 0 0 1536 -1 0 0 0 -1 |
144 | light 44 -36541 20936 -47104 2000 255 56 1 0 0 1536 -1 0 0 0 -1 |
140 | light 540 -36140 22092 -87808 3400 255 56 1 0 0 1536 -1 0 0 0 -1 |
145 | light 540 -36140 22092 -87808 3400 255 56 1 0 0 1536 -1 0 0 0 -1 |