Rev 479 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
415 | leod | 1 | // Maphacks for Duke3D HRP |
435 | leod | 2 | // Level: E1L8.MAP - "Duke Match" (Original Atomic Edition version) |
3 | // Author: Allen H. Blum III |
||
4 | // mapmd4: 5b26628905ce60f93d9f0be7ebd72ee1 |
||
464 | leod | 5 | // Reviewed by LeoD (February 2013) |
415 | leod | 6 | |
7 | |||
8 | |||
9 | // ITEMS/POWERUPS |
||
10 | |||
11 | // Armor |
||
464 | leod | 12 | sprite 15 angoff 640 // tile0054 shield |
415 | leod | 13 | |
14 | // Health +30 |
||
464 | leod | 15 | sprite 18 angoff -128 // tile0052 sixpack |
415 | leod | 16 | |
17 | // HoloDuke |
||
464 | leod | 18 | sprite 19 angoff -384 // tile1348 holoduke |
415 | leod | 19 | |
20 | // Jetpack |
||
507 | leod | 21 | sprite 13 angoff -896 // tile0057 jetpack |
415 | leod | 22 | |
23 | // MedKit |
||
464 | leod | 24 | sprite 17 angoff 128 // tile0053 firstaid |
415 | leod | 25 | |
26 | // Nightvision |
||
464 | leod | 27 | sprite 12 angoff -768 // tile0059 heatsensor |
415 | leod | 28 | |
29 | |||
30 | |||
31 | // WEAPONS/AMMO |
||
32 | |||
33 | // Pistol & ammo |
||
464 | leod | 34 | sprite 26 angoff 512 // tile0021 firstgunsprite |
35 | sprite 6 angoff 512 // tile0040 ammo |
||
415 | leod | 36 | |
37 | // Shotgun & ammo |
||
464 | leod | 38 | sprite 27 angoff -256 // tile0028 shotgunsprite |
39 | sprite 5 angoff -256 // tile0049 shotgunammo |
||
415 | leod | 40 | |
41 | // RPG & ammo |
||
464 | leod | 42 | sprite 24 angoff 256 // tile0023 rpgsprite |
43 | sprite 10 angoff 256 // tile0044 rpgammo |
||
415 | leod | 44 | |
45 | // Pipebombs |
||
464 | leod | 46 | sprite 21 angoff 512 // tile0026 heavyhbomb |
47 | sprite 11 angoff 512 // tile0047 hbombammo |
||
415 | leod | 48 | |
49 | // Shrinker & ammo |
||
464 | leod | 50 | sprite 22 angoff -256 // tile0025 shrinkersprite |
51 | sprite 9 angoff -256 // tile0046 crystalammo |
||
415 | leod | 52 | |
53 | // Laser Tripbomb |
||
464 | leod | 54 | sprite 28 angoff 256 // tile0027 tripbombsprite |
55 | sprite 7 angoff 256 // tile0027 tripbombsprite |
||
415 | leod | 56 | |
57 | // Devastator & ammo |
||
464 | leod | 58 | sprite 23 angoff 1024 // tile0029 devistatorsprite |
59 | sprite 8 angoff 1024 // tile0042 devistatorammo |
||
415 | leod | 60 | |
61 | // Freezethrower |
||
464 | leod | 62 | sprite 20 angoff 512 // tile0024 freezesprite |
415 | leod | 63 | |
64 | |||
65 | |||
66 | // LIGHTS |