Subversion Repositories duke3d_hrp

Compare Revisions

No changes between revisions

Regard whitespace Rev 430 → Rev 431

/installer/polymost_override/duke3d_hrp_polymost_override.def
0,0 → 1,29
// Extra additions to the game - Polymost HRP version
 
//echo "High Resolution Pack (version 5.2.413 Polymost Override)"
echo "High Resolution Pack Polymost Override - Repository Snapshot >= 5.2.415"
 
// You have to copy/rename duke3d_hrp_polymost.def to duke3d_hrp.def
// in order to activate the Polymost HRP.
// Alternatively you can start EDuke32 with -hduke3d_hrp_polymost.def,
// but this may not work in conjunction with mods like DukePlus.
// If you are using the Polymost Override Pack, you should be fine already.
 
include highres/music.def
 
include highres/screen_polymost.def
include highres/skyboxes.def
include highres/sounds.def
include highres/sprites_polymost.def
include highres/textures_polymost.def
 
tint { pal 1 red 100 green 120 blue 148 flags 1 }
tint { pal 2 red 255 green 48 blue 0 flags 0 }
tint { pal 4 red 0 green 0 blue 0 flags 0 }
tint { pal 6 red 224 green 255 blue 112 flags 3 }
tint { pal 7 red 172 green 157 blue 140 flags 0 }
tint { pal 8 red 199 green 226 blue 113 flags 1 }
 
 
 
include maphacks/maphacks_polymost.def
/installer/polymost_override/hrp_polymost_override.txt
0,0 → 1,81
==========================================
| Polymost HRP Override Pack for EDuke32 |
| by LeoD |
==========================================
| Repository Snapshot >= 5.2.415 |
==========================================
 
 
WHAT THIS IS ABOUT:
-------------------
This file contains updated data for the Duke3D High-Resolution Pack (HRP).
It features an updated Polymost HRP for use with the EDuke32 Polymost renderer
on top of the default Polymer HRP.
 
Basically, this means: First get the full HRP 5.2 (r5.2.413), the latest update
pack (if available), then this file.
 
It is possible to run the Polymost HRP without this pack, using the EDuke32
command line option -hduke3d_hrp_polymost.def. But this won't work correctly in
conjunction with Mods like DukePlus or Attrition, as well as addons like
DukeDC, NWinter, and Vacation.
 
 
"Why still using the Polymost HRP?"
-----------------------------------
The Polymer HRP textures have additional normal and specular maps whereas that
information is already "baked" into the Polymost HRP textures (and therefore
somewhat specific to their occurrence in the original levels).
 
If you can't run Polymer at all (or have to turn off those features in the
configuration file) then the normal and specular information is lost and the
remaining diffuse textures won't look as intended.
-> You'd be better off using the Polymost HRP.
 
If Polymer renderer/HRP performance sucks even after tuning the EDuke32
configuration file, try running the Polymer renderer but use the Polymost HRP.
This should run faster and reduce loading times and memory usage, too, while
you might still be able to profit from features like point lights, shadows,
glowing fire/health atoms and, of course, TROR (True Room Over Room).
 
Quite some of the newer textures which are not only "polymerized" but remade
from scratch have brought some change of style to the HRP IMO. If you can't run
Polymer/Polymer HRP anyway this might be an argument for the Polymost HRP, too.
 
 
HOW TO USE IT:
--------------
Drop the HRP Override Pack into the autoload folder within your EDuke32
installation folder like the HRP zipfile itself.
It should be loaded automatically, but note that autoload contents is loaded
alphabetically, so check the file names if something seems wrong.
Delete "textures" and "textures.cache" after changes in the autoload folder.
 
 
IMPORTANT:
----------
This override pack is meant for the HRP v5.2 (=r5.2.413)!
 
 
WHERE TO GET IT:
----------------
- You can check the Duke3D mod thread over at the Duke4.net forums:
http://forums.duke4.net/index.php?showtopic=3513
 
 
RELATED LINKS:
--------------
- Duke4.net ................................... http://www.duke4.net
- Duke Nukem 3D High-Resolution Pack .......... http://hrp.duke4.net
- EDuke32 port (by TerminX) ................... http://eduke32.com
 
 
CONTACT:
--------
http://forums.duke4.net/user/1299-leod/
 
 
SPECIAL CREDITS:
--------
Tea Monster - model conversion
Roma Loom - backporting Polymer textures
/installer/polymost_override/2492_ver_polymost_override.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/installer/hrp_extract.sh
1,6 → 1,6
#!/bin/sh
 
# Duke Nukem 3D High Resolution Pack Extractor v0.5 2012-12-23
# Duke Nukem 3D High Resolution Pack Extractor v0.5.1 2013-01-22
#
# Author: LeoD
# License: ISC license : http://opensource.org/licenses/isc-license.txt
82,16 → 82,11
>> "${TARGET_FILE}"
fi
;;
duke3d_hrp_polymost.def)
if [ "${HRPTYPE}" = "polymost_override" ] ; then
duke3d_hrp_polymost.def | \
installer/polymost_override/duke3d_hrp_polymost_override.def )
cat "${VER_FILE}" | sed -r --posix \
s/\(Version\ *\)\([0-9\.]*\)\(\ Polymost\)/\\1${VERSION}\ Polymost\ Override/ \
>> "${TARGET_FILE}"
else
cat "${VER_FILE}" | sed -r --posix \
s/\(Version\ *\)\([0-9\.]*\)\(.*\)/\\1${VERSION}\\3/ \
>> "${TARGET_FILE}"
fi
;;
*)
echo "###ERROR: copy_set_version() - BAD FILE: ${VER_FILE}"
118,7 → 113,7
cp -pv hrp_art_license.txt "${EXTRACTDIR}"
fi
 
if [ "${HRPTYPE}" = "polymost" ] || [ "${HRPTYPE}" = "polymost_override" ] ; then
if [ "${HRPTYPE}" = "polymost" ] ; then
if [ "${SET_VERSION}" = "YES" ] ; then
copy_set_version duke3d_hrp_polymost.def "${EXTRACTDIR}/duke3d_hrp.def"
else
126,6 → 121,17
fi
fi
 
if [ "${HRPTYPE}" = "polymost_override" ] ; then
if [ "${SET_VERSION}" = "YES" ] ; then
copy_set_version \
installer/polymost_override/duke3d_hrp_polymost_override.def \
"${EXTRACTDIR}/duke3d_hrp.def"
else
cp -pv installer/polymost_override/duke3d_hrp_polymost_override.def \
"${EXTRACTDIR}/duke3d_hrp.def"
fi
fi
 
if [ "${HRPTYPE}" = "polymost" ] ; then
cp -pv duke3d.def "${EXTRACTDIR}"
#cp -pv duke3d_hrp_polymost.def "${EXTRACTDIR}"
134,16 → 140,25
 
if [ "${HRPTYPE}" = "full" ] ; then
if [ "${SET_VERSION}" = "YES" ] ; then
copy_set_version duke3d_hrp_polymost.def "${EXTRACTDIR}/duke3d_hrp_polymost.def"
copy_set_version duke3d_hrp_polymost.def \
"${EXTRACTDIR}/duke3d_hrp_polymost.def"
else
cp -pv duke3d_hrp_polymost.def "${EXTRACTDIR}"
fi
fi
 
if [ "${HRPTYPE}" = "polymost_override" ] || [ "${HRPTYPE}" = "full" ] ; then
cp -pv highres/screen/menu/2492_ver_polymost.png "${EXTRACTDIR}/highres/screen/menu"
if [ "${HRPTYPE}" = "full" ] ; then
cp -pv highres/screen/menu/2492_ver_polymost.png \
"${EXTRACTDIR}/highres/screen/menu"
fi
 
if [ "${HRPTYPE}" = "polymost_override" ] ; then
cp -pv installer/polymost_override/hrp_polymost_override.txt \
"${EXTRACTDIR}"
cp -pv installer/polymost_override/2492_ver_polymost_override.png \
"${EXTRACTDIR}/highres/screen/menu/2492_ver_polymost.png"
fi
 
if [ "${HRPTYPE}" = "polymer" ] || [ "${HRPTYPE}" = "full" ] ; then
cp -pv duke3d.def "${EXTRACTDIR}"
if [ "${SET_VERSION}" = "YES" ] ; then
291,8 → 306,8
fi
done
done
# Some people prefer unusual setups ...
zip -rq9 ${EXTRACTDIR}/polymost_hrp_update_polymer_maphacks.zip *.mhk
# Some people prefer unusual setups ... polymost_mhk_patch not applied automatically
zip -rq9 ${EXTRACTDIR}/polymost_hrp_polymer_maphacks.zip *.mhk
} # create_polymost_mhk()
 
 
529,7 → 544,6
{
if [ -d "${EXTRACTDIR}" ] ; then
rm -rf ${EXTRACTDIR}/.svn
rm -rf ${EXTRACTDIR}/installer
DIRLIST=./EXTRACT_DIRECTORIES.lst
du "${EXTRACTDIR}" > ${DIRLIST}
cat ${DIRLIST} | while read DIR ; do
536,7 → 550,7
if [ "0" = "`echo \"${DIR}\" | grep -owE \"0\"`" ] ; then
EMPTYDIR="`echo \"${DIR}\" | sed -r --posix s/0//`"
if [ -d ${EMPTYDIR} ] ; then
rmdir ${EMPTYDIR}
rmdir --parents --ignore-fail-on-non-empty ${EMPTYDIR}
fi
fi
done
/maphacks/roch/roch_mhk.def
2,62 → 2,72
// Roch Series by Pascal Rouaud
//
mapinfo {
maptitle "Roch"
//author "Pascal Rouaud"
mapfile "Roch.map"
maptitle "Roch"
mapmd4 8191992db739a2aa7b9a4cc49619f2d5
mapmd4 8191992db739a2aa7b9a4cc49619f2d5 // 1999-10-20
mhkfile "maphacks/roch/Roch.mhk"
}
mapinfo {
maptitle "Roch2"
//author "Pascal Rouaud"
mapfile "Roch2.map"
maptitle "Roch2"
mapmd4 9f0418c959c45560cf3537df0a9f38fd
mapmd4 9f0418c959c45560cf3537df0a9f38fd // 2000-01-03
mhkfile "maphacks/roch/Roch2.mhk"
}
mapinfo {
mapfile "Roch3.map" // 2000-04-21
maptitle "Roch3"
mapmd4 5148ddf4f980424b77da589977fa3ba8
//author "Pascal Rouaud"
mapfile "Roch3.map"
mapmd4 5148ddf4f980424b77da589977fa3ba8 // 2000-04-21
mhkfile "maphacks/roch/Roch3-2000-04-21.mhk"
}
mapinfo {
mapfile "Roch3.map" // 2003-04-21
maptitle "Roch3"
mapmd4 fb11043ee628e591ad5decb128fb9477
//author "Pascal Rouaud"
mapfile "Roch3.map"
mapmd4 fb11043ee628e591ad5decb128fb9477 // 2003-04-21
mhkfile "maphacks/roch/Roch3-2003-04-21.mhk"
}
mapinfo {
maptitle "Roch4"
//author "Pascal Rouaud"
mapfile "Roch4.map"
maptitle "Roch4"
mapmd4 5d8d94df9cd01f9ac87d9a27761294c3
mapmd4 5d8d94df9cd01f9ac87d9a27761294c3 // 2000-09-12
mhkfile "maphacks/roch/Roch4.mhk"
}
mapinfo {
maptitle "Roch5"
//author "Pascal Rouaud"
mapfile "Roch5.map"
maptitle "Roch5"
mapmd4 7237551e84db96228ced70c995111ebd
mapmd4 7237551e84db96228ced70c995111ebd // 2001-03-21
mhkfile "maphacks/roch/Roch5.mhk"
}
mapinfo {
maptitle "Roch6"
//author "Pascal Rouaud"
mapfile "Roch6.map"
maptitle "Roch6"
mapmd4 4b4b1d084fad737fcf7be4b7098835c0
mapmd4 4b4b1d084fad737fcf7be4b7098835c0 // 2001-10-03
mhkfile "maphacks/roch/Roch6.mhk"
}
mapinfo {
maptitle "Roch7"
//author "Pascal Rouaud"
mapfile "Roch7.map"
maptitle "Roch7"
mapmd4 776d175cb91a88badffb954f002a8c6c
mapmd4 776d175cb91a88badffb954f002a8c6c // 2002-06-21
mhkfile "maphacks/roch/Roch7.mhk"
}
mapinfo {
maptitle "Roch8"
//author "Pascal Rouaud"
mapfile "Roch8.map"
maptitle "Roch8"
mapmd4 e725289f10a9daf6c02356c2579928b2
mapmd4 e725289f10a9daf6c02356c2579928b2 // 2003-12-21
mhkfile "maphacks/roch/Roch8.mhk"
}
mapinfo {
maptitle "Roch_SC1"
//author "Pascal Rouaud"
mapfile "Roch_SC1.map"
maptitle "Roch_SC1"
mapmd4 9791322378f4f1706cc6c1840e421c08
mapmd4 9791322378f4f1706cc6c1840e421c08 // 2000-05-27
mhkfile "maphacks/roch/Roch_SC1.mhk"
}
/maphacks/usermaps_mhk.def
3,6 → 3,7
 
mapinfo {
maptitle "1_bitch"
//author "GregR"
mapfile "1_bitch.map"
mapmd4 ae655dc0466f4fdf75d2141316005e47 // 1997-05-12
mhkfile "maphacks/usermaps/1_bitch.mhk"
9,6 → 10,7
}
mapinfo {
maptitle "1_bitch"
//author "GregR"
mapfile "1_bitch_fixed.map"
mapmd4 f62dd088b3c6e16fb6d12be135d245e6 // 2012-10-15 Map corruption fix by Helixhorned
mhkfile "maphacks/usermaps/1_bitch.mhk"
16,6 → 18,7
 
mapinfo {
maptitle "Afterglow ; The Scent"
//author "Frode 'Puritan' Waksvik"
mapfile "scent.map"
mapmd4 a7e94b6becbefb3a18f7ca386dc6b889 // 2009-06-15
mhkfile "maphacks/usermaps/scent-2009-06-15.mhk"
22,6 → 25,7
}
mapinfo {
maptitle "Afterglow ; The Scent"
//author "Frode 'Puritan' Waksvik"
mapfile "scent.map"
mapmd4 842c2d7d5a4f4322f008941ceebdf417 // 2012-02-12
mhkfile "maphacks/usermaps/scent-2012-02-12.mhk"
29,20 → 33,23
 
mapinfo {
maptitle "Alien Resurrection"
//author "Frode 'Puritan' Waksvik"
mapfile "alien-resurrection.map"
mapmd4 580547b5b3957f1bc38f9067fc5b602d
mapmd4 580547b5b3957f1bc38f9067fc5b602d // 2012-04-08
mhkfile "maphacks/usermaps/alien-resurrection.mhk"
}
 
mapinfo {
maptitle "ArenaQ"
//author "Arwu"
mapfile "ArenaQ.map"
mapmd4 3d1703c2474fcff898997e0ec4d7896e
mapmd4 3d1703c2474fcff898997e0ec4d7896e // 2012-01-29
mhkfile "maphacks/usermaps/ArenaQ.mhk"
}
 
mapinfo {
maptitle "Atomic Arena"
//author "Paul Bolduc"
mapfile "AtomicArena.map"
//mapmd5 b52213c9f88f780fb0be4d712933fdb3 // 2012-11-24
mapmd4 eb127a098315fff182fcee8b5429adcf // 2012-11-25
50,6 → 57,7
}
mapinfo {
maptitle "Atomic Arena"
//author "Paul Bolduc"
mapfile "AtomicArena.map"
mapmd4 a7a54c0e5c007423abb365ec428683e0 // 2012-12-01
mhkfile "maphacks/usermaps/AtomicArena-2012-12-01.mhk"
57,6 → 65,7
 
mapinfo {
maptitle "Brainwash Facility"
//author "Robert 'underTaker' Wypiór"
mapfile "brainwash.map"
mapmd4 e28387724a4bd2be3f5b0c23647e5a13 // 2012-11-02 12:44
mhkfile "maphacks/usermaps/brainwash.mhk"
63,6 → 72,7
}
mapinfo {
maptitle "Brainwash Facility"
//author "Robert 'underTaker' Wypiór"
mapfile "brainwash.map"
mapmd4 780dac5196eef3b221401a8a01e7733a // 2012-11-02 16:04
mhkfile "maphacks/usermaps/brainwash_upd.mhk"
70,6 → 80,7
 
mapinfo {
maptitle "Brooklyn Bridge"
//author "Paul Bolduc"
mapfile "BrooklynBridge.map"
mapmd4 2b3df1c8ea91f9c3fcfcd91daf091763 // 2012-10-13
mhkfile "maphacks/usermaps/BrooklynBridge-2012-10-13.mhk"
76,6 → 87,7
}
mapinfo {
maptitle "Brooklyn Bridge"
//author "Paul Bolduc"
mapfile "BrooklynBridge.map"
mapmd4 a22fbb230b9ed1e0c28f021cf6c5b70f // 2012-10-15
mhkfile "maphacks/usermaps/BrooklynBridge-2012-10-15.mhk"
83,33 → 95,38
 
mapinfo {
maptitle "Cherenkov Station"
//author "Supertanker"
mapfile "cherenkov.map"
mapmd4 a2389a7b860447a72914521cad2143e0
mapmd4 a2389a7b860447a72914521cad2143e0 // 2012-01-03
mhkfile "maphacks/usermaps/cherenkov.mhk"
}
 
mapinfo {
maptitle "Crash and Burn"
//author "colonelconsequences"
mapfile "crashandburn1.0.map"
mapmd4 f795b96016591241bd6b0e5aa83d62c2
mapmd4 f795b96016591241bd6b0e5aa83d62c2 // 2012-02-24
mhkfile "maphacks/usermaps/crashandburn1.0.mhk"
}
 
mapinfo {
maptitle "CyberDuke"
//author "Eye del Cul"
mapfile "cyduke_en.map"
mapmd4 b3036a70728a8d294c26362306c9e54e
mapmd4 b3036a70728a8d294c26362306c9e54e // 2011-11-01
mhkfile "maphacks/usermaps/cyduke_en.mhk"
}
mapinfo {
maptitle "CyberDuke"
//author "Eye del Cul"
mapfile "cyduke_es.map"
mapmd4 c96cc96cad3a7dff5651896363bddec5
mapmd4 c96cc96cad3a7dff5651896363bddec5 // 2011-11-01
mhkfile "maphacks/usermaps/cyduke_es.mhk"
}
 
mapinfo {
maptitle "Day After Forever"
//author "Robert 'underTaker' Wypiór"
mapfile "foreverplus.map"
mapmd4 fc8f20dc9fb35ecc6b92badbb22950db // 2012-06-11
mhkfile "maphacks/usermaps/foreverplus.mhk"
116,6 → 133,7
}
mapinfo {
maptitle "Day After Forever"
//author "Robert 'underTaker' Wypiór"
mapfile "foreverplus_fix2.map"
mapmd4 663b2e89bbd6f898b4930c9dcf29b4c2 // 2012-07-09 - Helixorned's fix
mhkfile "maphacks/usermaps/foreverplus.mhk"
123,13 → 141,15
 
mapinfo {
maptitle "Desert Complex"
//author "Robert 'underTaker' Wypiór"
mapfile "desert.map"
mapmd4 c3e8c1cbcc0ca4dd83a009e2d96ed78c
mapmd4 c3e8c1cbcc0ca4dd83a009e2d96ed78c // 2012-07-09
mhkfile "maphacks/usermaps/desert.mhk"
}
 
mapinfo {
maptitle "Devil's Rocks"
//author "?"
mapfile "DEVIL'S ROCKS.MAP"
mapmd4 2ce9da7f3b7350028351c044f30cebcf // 1997-05-12
mhkfile "maphacks/usermaps/DEVIL'S ROCKS.mhk"
136,6 → 156,7
}
mapinfo {
maptitle "Devil's Rocks"
//author "?"
mapfile "DEVIL'S ROCKS.MAP"
mapmd4 aa03b5e2d4ed477d479219329cccb20f // 2012-09-17 - Fix by underTaker
mhkfile "maphacks/usermaps/DEVIL'S ROCKS.mhk"
143,6 → 164,7
 
mapinfo {
maptitle "Dharga"
//author "Tamas Kovacs"
mapfile "dharga.map"
mapmd4 d587e6218ef2d592c5c1c9cff0c3ca96 // 1998-01-30 v1.2
mhkfile "maphacks/usermaps/dharga.mhk"
149,6 → 171,7
}
mapinfo {
maptitle "Dharga"
//author "Tamas Kovacs"
mapfile "dharga.map"
mapmd4 acac3856cadf784e76a1fc44a4e56fc6 // 2012-09-17 Map corruption fix by Helixhorned
mhkfile "maphacks/usermaps/dharga.mhk"
156,6 → 179,7
 
mapinfo {
maptitle "Dogville"
//author "Taivo Maripuu"
mapfile "Dogville.map"
mapmd4 ac1afe0eb8d5afa220296f1c4c167f5c // 2004-08-11
mhkfile "maphacks/usermaps/Dogville.mhk"
162,6 → 186,7
}
mapinfo {
maptitle "Dogville (Extended 2012 Version)"
//author "Taivo Maripuu"
mapfile "dogville (extended 2012 version).map"
mapmd4 0267c4e9ca1bebde5f4e3b721dae8904 // 2012-12-12
mhkfile "maphacks/usermaps/dogville (extended 2012 version).mhk"
169,6 → 194,7
 
mapinfo {
maptitle "Done & Dusted"
//author "quakis & Mikko Sandt"
mapfile "donedust.map"
mapmd4 292469152a58ddcee9a33ea05b9e3fe4 // 2011-05-21 16:10
mhkfile "maphacks/usermaps/donedustAttrition.mhk"
175,6 → 201,7
}
mapinfo {
maptitle "Done & Dusted"
//author "quakis & Mikko Sandt"
mapfile "donedust.map"
mapmd4 eae8e5e0b2464b1cf767488187352f42 // 2011-05-21 21:13 - Attrition version
mhkfile "maphacks/usermaps/donedustAttrition.mhk"
181,6 → 208,7
}
mapinfo {
maptitle "Done & Dusted" // 1.1 (Final)
//author "quakis & Mikko Sandt"
mapfile "donedust.map"
mapmd4 b12b9c2649e499499edc46c9571606aa // 2012-05-20
mhkfile "maphacks/usermaps/donedust.mhk"
188,20 → 216,23
 
mapinfo {
maptitle "Duke Nukem 2013"
//author "Artem 'CK Games' Nevinchanny & Maxim 'Lezing' Chinyakin & Zykov Eddy"
mapfile "DUKE2013.MAP"
mapmd4 75c8b8f5b45166c08df41a7745f0981d
mapmd4 75c8b8f5b45166c08df41a7745f0981d // 2012-12-31
mhkfile "maphacks/usermaps/DUKE2013.mhk"
}
 
mapinfo {
maptitle "E.S.B.N-6"
//author "Alejandro 'HeXTra' Pastor"
mapfile "E.S.B.N-6.map"
mapmd4 ff6df4f9c345b26a5ec0da6716d3cff6
mapmd4 ff6df4f9c345b26a5ec0da6716d3cff6 // 2012-10-27
mhkfile "maphacks/usermaps/E.S.B.N-6.mhk"
}
 
mapinfo {
maptitle "Escape" // aka HCR aka V4
//author "Ryan Isenberg"
mapfile "hcr.map"
mapmd4 6eb11bf61c55d931841535c274ec9c7d // 1996-11-06
mhkfile "maphacks/usermaps/hcr-1996-11-06.mhk"
208,6 → 239,7
}
mapinfo {
maptitle "Escape" // aka HCR aka V4
//author "Ryan Isenberg"
mapfile "hcr.map"
mapmd4 ac24359b8aad34c21b996b87c626ef2a // 1997-04-11
mhkfile "maphacks/usermaps/hcr-1997-04-11.mhk"
215,7 → 247,7
 
mapinfo {
maptitle "Exterminate!"
//mapauthor "Paul 'High Treason' Monteray"
//author "Paul 'High Treason' Monteray"
mapfile "EXT.map"
mapmd4 ce409101fafd4f498585fdf04938a340 // 2012-11-01
//mhkfile "not applicable"
223,6 → 255,7
 
mapinfo {
maptitle "Festival Park"
//author "Andrew Pemberton"
mapfile "Festpark.map"
mapmd4 e7476bb67a68407c3a9f9449563107d6 // 1998-10-11 V4.8
mhkfile "maphacks/usermaps/Festpark.mhk"
230,6 → 263,7
 
mapinfo {
maptitle "For God's Sake"
//author "Marc Tönsing"
mapfile "4GODSAKE.map"
mapmd4 1e7e15dad768c211a941a6419c3dcd8c // 1998-06-18 Version 2.0
mhkfile "maphacks/usermaps/4GODSAKE.mhk"
237,14 → 271,15
 
mapinfo {
maptitle "Forever and one more day"
//author "Robert 'underTaker' Wypiór"
mapfile "Forever.map"
mapmd4 4ede7e84f4107777cb1ab67dee07c095
mapmd4 4ede7e84f4107777cb1ab67dee07c095 // 2012-03-04
mhkfile "maphacks/usermaps/Forever.mhk"
}
 
mapinfo {
maptitle "FreeFall"
//mapauthor "Michael Crisp (aka Micky C)"
//author "Michael 'Micky C' Crisp"
mapfile "freefall.map"
mapmd4 aef6b03d8b1b53ab844c38128ddd5b63 // 2012-03-19
//mhkfile "not applicable"
252,16 → 287,18
 
mapinfo {
maptitle "Galbadia"
//author "MetHy (MetHunter) & Steambull & Mikko Sandt & Aymeric 'MRCK' Nocus / 'ck3D'"
mapfile "glb.map"
mapmd4 3707cd44daebaed46fdaa3e2b233868a
mapmd4 3707cd44daebaed46fdaa3e2b233868a // 2012-09-13
mhkfile "maphacks/usermaps/glb.mhk"
}
 
mapinfo {
maptitle "Grey Lights"
//author "Mister Sinister"
mapfile "npm1.map"
mapfile "greylights.map"
mapmd4 ad5f272b276aed77aff12f75eae23bc9
mapmd4 ad5f272b276aed77aff12f75eae23bc9 // 2012-10-31
mhkfile "maphacks/usermaps/npm1.mhk"
//mhkfile "maphacks/usermaps/greylights.mhk"
}
268,21 → 305,23
 
mapinfo {
maptitle "Hamilton Pool"
//author "David B."
mapfile "Swimpool.map"
mapmd4 1967aba99c06dc2589269e1b10c88589
mapmd4 1967aba99c06dc2589269e1b10c88589 // 2012-06-30
mhkfile "maphacks/usermaps/Swimpool.mhk"
}
 
mapinfo {
maptitle "Highland"
//author "David B."
mapfile "Highland.map"
mapmd4 8bcad2b6e5ad0274ecdd141b92ccc6da
mapmd4 8bcad2b6e5ad0274ecdd141b92ccc6da // 2012-05-24
mhkfile "maphacks/usermaps/Highland.mhk"
}
 
mapinfo {
maptitle "Indiana Duke"
// mapauthor "Mr.Flibble"
//author "Mr.Flibble"
mapfile "IndyDuke.map"
mapmd4 b6487d59384d7d65e65c98c9b202b519 // 2011-09-24
mhkfile "maphacks/usermaps/IndyDuke.mhk"
290,34 → 329,47
 
mapinfo {
maptitle "Kill City"
//author "Zykov Eddy"
mapfile "killcity.map"
mapmd4 170b3fcd7ca164ec5997443579ba3093
mapmd4 170b3fcd7ca164ec5997443579ba3093 // 2012-04-02
mhkfile "maphacks/usermaps/killcity.mhk"
}
 
mapinfo {
maptitle "Lots Of Roaring Chewing Hams: Abducted"
//author "Sanek & Merlijn van Oostrum"
mapfile "LORCH_Abducted.map"
mapmd4 82acf7db38285b69b08985db087dbb9a
mapmd4 82acf7db38285b69b08985db087dbb9a // 2012-12-21
mhkfile "maphacks/usermaps/LORCH_Abducted.mhk"
}
 
mapinfo {
maptitle "Meatball Sub Makin'"
//author "Aymeric 'MRCK' Nocus / 'ck3D'"
mapfile "06meatballsubmakin.map"
mapmd4 1330c7f3f0dd9bf12f9349f1757d6d63
mapmd4 1330c7f3f0dd9bf12f9349f1757d6d63 // 2010-03-09
mhkfile "maphacks/usermaps/06meatballsubmakin.mhk"
}
 
mapinfo {
maptitle "Metropolitan Starlight"
//author "Mike Norvak & Michael 'Micky C' Crisp & Paul 'High Treason' Monteray & Mister Sinister & Maarten van Oostrum & Merlijn van Oostrum & Captain Awesome & Forge & quakis & William Gee"
mapfile "CBP8.map"
mapmd4 e7df16c5d27533207fcafc953ba9a42b
mapmd4 e7df16c5d27533207fcafc953ba9a42b // 2012-07-27
mhkfile "maphacks/usermaps/CBP8.mhk"
}
 
mapinfo {
maptitle "Moonbase Beta"
//author Robert Travis
mapfile "Betaone.map"
mapmd4 d36df55e629658fc117ba16c8eb96368 // 1996-07-10
mhkfile "maphacks/usermaps/Betaone.mhk"
}
 
mapinfo {
maptitle "Nightshade Army"
//author "Mike Norvak"
mapfile "NsA.map"
mapmd4 4a2be5b4d24838756f1e4f967f249aa7 // 2010-08-08
mhkfile "maphacks/usermaps/NsA-2010-08-08.mhk"
324,6 → 376,7
}
mapinfo {
maptitle "Nightshade Army"
//author "Mike Norvak"
mapfile "NsA.map"
mapmd4 e33c0b19b1ab916b68ef61004a1cd97b // 2012-01-24
mhkfile "maphacks/usermaps/NsA-2012-01-24.mhk"
331,14 → 384,16
 
//mapinfo {
// maptitle "Optical Demounter"
// //author "Fernando Márquez"
// mapfile "demount.map"
// mapfile "FM2X04.map"
// mapmd4 f0a11500983dd163a061d3ae81e284be
// mhkfile "none"
// mhkfile "demount.mhk"
//}
 
mapinfo {
maptitle "Parkade 3D" // a.k.a TROR CBP 1
//author "Michael 'Micky C' Crisp & Paul Bolduc"
mapfile "parkade.map"
mapmd4 bd5598ad9b2bdff5f3a18f03565c3603 // 2012-01-05
mhkfile "maphacks/usermaps/parkade-2012-01-05.mhk"
345,6 → 400,7
}
mapinfo {
maptitle "Parkade 3D" // a.k.a TROR CBP 1
//author "Michael 'Micky C' Crisp & Paul Bolduc"
mapfile "parkade.map"
mapmd4 ba43f37528ecd895443d1379aefd7910 // 2012-03-17
mhkfile "maphacks/usermaps/parkade-2012-03-17.mhk"
351,6 → 407,7
}
mapinfo {
maptitle "Parkade 3D" // a.k.a TROR CBP 1 v3.0
//author "Michael 'Micky C' Crisp & Paul Bolduc"
mapfile "parkade.map"
mapmd4 e3021b4dcec223ff77f78216f15a614e // 2012-06-30
mhkfile "maphacks/usermaps/parkade-2012-06-30.mhk"
357,6 → 414,7
}
mapinfo {
maptitle "Parkade 3D" // a.k.a TROR CBP 1 v3.0
//author "Michael 'Micky C' Crisp & Paul Bolduc"
mapfile "parkade.map"
mapmd4 79c574611682c301b99dcce1be5dcb10 // 2012-07-09
mapmd4 88fd82495dbe9cba2b0703c5513df3cb // 2012-08-08
365,27 → 423,31
 
mapinfo {
maptitle "Power Stadium"
//author "Robert Carter"
mapfile "1pstdm.map"
mapmd4 4f77d756ca52bed876c91fdfdfb7c87c
mapmd4 4f77d756ca52bed876c91fdfdfb7c87c // 1996-09-09
mhkfile "maphacks/usermaps/1pstdm.mhk"
}
 
mapinfo {
maptitle "Riverside Town"
//author "Paul 'High Treason' Monteray"
mapfile "0_RS_0051.map"
mapmd4 446c16aecc6fb8e97e58ec80e3673608
mapmd4 446c16aecc6fb8e97e58ec80e3673608 // 2012-12-16
mhkfile "maphacks/usermaps/0_RS_0051.mhk"
}
 
mapinfo {
maptitle "Routine"
//author "Perro Seco"
mapfile "routine.map"
mapmd4 f73b4334538d655e10cabc9c2da2b218
mapmd4 f73b4334538d655e10cabc9c2da2b218 // 2012-01-14
mhkfile "maphacks/usermaps/routine.mhk"
}
 
mapinfo {
maptitle "Sin Center"
//author "MetHy (MetHunter) & Mikko Sandt"
mapfile "sincenter.map"
mapmd4 0590da2a4321daf917ab9f61cb00966e // 2012-02-25 18:33
mapmd4 f0c8caeae527f7b5bad9c8fecd7a5aaa // 2012-02-25 18:51
394,40 → 456,54
 
mapinfo {
maptitle "SLOTH1"
//author "Peter Williams"
mapfile "PJSLOTH1.map"
mapmd4 dfa09d9a19b1aa6439f9d6b0929458b0
mapmd4 dfa09d9a19b1aa6439f9d6b0929458b0 // 2012-05-23
mhkfile "maphacks/usermaps/PJSLOTH1.mhk"
}
 
mapinfo {
maptitle "Space Mission: Space Station"
//author "Paul 'High Treason' Monteray"
mapfile "SpaceStation_0043.map"
mapmd4 d4fac5ad58d01a80193789cc21144652
mapmd4 d4fac5ad58d01a80193789cc21144652 // 2012-04-15
mhkfile "maphacks/usermaps/SpaceStation_0043.mhk"
}
mapinfo {
maptitle "Space Mission: Lunar Prison"
//author "Paul 'High Treason' Monteray"
mapfile "LunarPrison_0099.map"
mapmd4 0134b5fc42354dfaa56f0c1dea7f1f4a
mapmd4 0134b5fc42354dfaa56f0c1dea7f1f4a // 2012-04-15
mhkfile "maphacks/usermaps/LunarPrison_0099.mhk"
}
 
mapinfo {
maptitle "Subdue"
//author "Ron Dawson (Psyclops)"
mapfile "subdue.map"
mapmd4 3c8ea5e840dd625efc6c2cda98cb43b5
mapmd4 3c8ea5e840dd625efc6c2cda98cb43b5 // 1998-09-22
mhkfile "maphacks/usermaps/subdue.mhk"
}
 
mapinfo {
maptitle "Taamalus"
//author "Hank aka Phoenix"
mapfile "Taamalus.map"
mapmd4 9e8f9e3bca78078b8dd4007f0149a468
mapmd4 9e8f9e3bca78078b8dd4007f0149a468 // 2003-11-17
mhkfile "maphacks/usermaps/Taamalus.mhk"
}
 
mapinfo {
maptitle "The Sands of Time"
//author "Neil Munday (Punisher) & Jim Semkiw (Ironman)"
mapfile "SAND.map"
mapmd4 d36df55e629658fc117ba16c8eb96368 // 1996-06-04
mhkfile "maphacks/usermaps/SAND.mhk"
}
 
mapinfo {
maptitle "The Stairwell (1)"
//author "Zykov Eddy"
mapfile "stairs1.map"
mapmd4 2dc4af8e01f9a3e33868b8ca07b82763 // 2012-03-03
//mhkfile "not applicable"
434,6 → 510,7
}
mapinfo {
maptitle "The Stairwell (2)"
//author "Zykov Eddy"
mapfile "stairs2.map"
mapmd4 297a69e172211584c3c51e636bc9b504 // 2012-03-03
//mhkfile "not applicable"
441,20 → 518,23
 
mapinfo {
maptitle "Titty City"
//author "Artem 'CK Games' Nevinchanny"
mapfile "TITTYCITY.map"
mapmd4 c350b84e3a7bc74172484ca56d4dfdf6
mapmd4 c350b84e3a7bc74172484ca56d4dfdf6 // 2012-08-20
mhkfile "maphacks/usermaps/TITTYCITY.mhk"
}
 
mapinfo {
maptitle "Torc"
//author "Kevin Farnfield (Kevsmeg)"
mapfile "TORC.MAP"
mapmd4 e95510d49900ed8b4fb7f894cfbb5b00
mapmd4 e95510d49900ed8b4fb7f894cfbb5b00 // 1996-06-29
mhkfile "maphacks/usermaps/TORC.mhk"
}
 
mapinfo {
maptitle "Toxic Waste"
//author "Lars Stian Martinsen(aka LSM)"
mapfile "TOXICWST.MAP"
mapmd4 112f5777140c7a17a45e1d9d0639ff21 // 1997-06-12
mhkfile "maphacks/usermaps/TOXICWST.mhk"
461,6 → 541,7
}
mapinfo {
maptitle "Toxic Waste"
//author "Lars Stian Martinsen(aka LSM)"
mapfile "TOXICWST_fixed.map"
mapmd4 0d042d5457c89ee5b3b912b61f8a3517 // 2012-10-15 Map corruption fix by Helixhorned
mhkfile "maphacks/usermaps/TOXICWST.mhk"
468,21 → 549,32
 
mapinfo {
maptitle "Unaided Mission"
//author "Frode 'Puritan' Waksvik"
mapfile "UNAIDED.map"
mapmd4 b66b4a165f674ed31d015000726e20b6
mapmd4 b66b4a165f674ed31d015000726e20b6 // 2012-02-27
mhkfile "maphacks/usermaps/UNAIDED.mhk"
}
 
mapinfo {
maptitle "USS Guantanamo Bay"
//author "HangNail"
mapfile "Getmo.map"
mapmd4 e3744fb40edc2b0f13bc1f755254955a
mapmd4 e3744fb40edc2b0f13bc1f755254955a // 2012-11-13
mhkfile "maphacks/usermaps/Getmo.mhk"
}
 
mapinfo {
maptitle "Wide Awake !"
//author "Aymeric 'MRCK' Nocus / 'ck3D'"
mapfile "WideAwake.map"
mapmd4 8b704d65e236114f8744ca3590beed32
mapmd4 8b704d65e236114f8744ca3590beed32 // 2012-10-17
mhkfile "maphacks/usermaps/WideAwake.mhk"
}
 
mapinfo {
maptitle "Wonderfull Summer Time"
//author "Sanek"
mapfile "WSTime.map"
mapmd4 81ff3ef951f467dd27cc349b7b9bd048 // 2009-07-22
mhkfile "maphacks/usermaps/WSTime.mhk"
}
/maphacks/dukeplus/imperium/imperium_mhk.def
2,56 → 2,65
// Imperium 2011
//
mapinfo {
maptitle "Prologue"
//author "Merlijn van Oostrum"
mapfile "prologue.map"
maptitle "Prologue"
mapmd4 9ecdd7ce140191747a4368f542b5e0ec
mapmd4 9ecdd7ce140191747a4368f542b5e0ec // 2011-08-19
mhkfile "maphacks/dukeplus/imperium/prologue.mhk"
}
mapinfo {
maptitle "Lost Planet"
//author "William Gee"
mapfile "ie1.map"
maptitle "Lost Planet"
mapmd4 e11e7028391036c3b8950dcdc5eaae3d
mapmd4 e11e7028391036c3b8950dcdc5eaae3d // 2011-08-20
mhkfile "maphacks/dukeplus/imperium/ie1.mhk"
}
mapinfo {
maptitle "Hidden Beneath"
//author "Maarten van Oostrum"
mapfile "ie2.map"
maptitle "Hidden Beneath"
mapmd4 3ff69b7dc233cf3b29c765286ddf4047
mapmd4 3ff69b7dc233cf3b29c765286ddf4047 // 2011-08-18
mhkfile "maphacks/dukeplus/imperium/ie2.mhk"
}
mapinfo {
maptitle "Alien Tower"
//author "Numan"
mapfile "ie3.map"
maptitle "Alien Tower"
mapmd4 9800f35bfb000a9f75c675ea7e91aa7f
mapmd4 9800f35bfb000a9f75c675ea7e91aa7f // 2011-08-18
mhkfile "maphacks/dukeplus/imperium/ie3.mhk"
}
mapinfo {
maptitle "Alien Sky Fortress"
//author "Kaiser & William Gee & Maarten van Oostrum & Merlijn van Oostrum"
mapfile "ie4.map"
maptitle "Alien Sky Fortress"
mapmd4 0734c53eb7eb7ad5b93a654c0831e27a
mapmd4 0734c53eb7eb7ad5b93a654c0831e27a // 2011-08-18
mhkfile "maphacks/dukeplus/imperium/ie4.mhk"
}
mapinfo {
maptitle "Last Chance"
//author "Merlijn van Oostrum"
mapfile "ie5part1.map"
maptitle "Last Chance"
mapmd4 364a31af52dd3f6aa00b23842d2036f1
mapmd4 364a31af52dd3f6aa00b23842d2036f1 // 2011-08-18
mhkfile "maphacks/dukeplus/imperium/ie5part1.mhk"
}
mapinfo {
maptitle "Last Chance Part 2"
//author "Merlijn van Oostrum"
mapfile "ie5part2.map"
maptitle "Last Chance Part 2"
mapmd4 c666af62f0328564da4090ac57a69648
mapmd4 c666af62f0328564da4090ac57a69648 // 2011-07-31
mhkfile "maphacks/dukeplus/imperium/ie5part2.mhk"
}
mapinfo {
maptitle "x64-2"
//author "Maarten van Oostrum & Merlijn van Oostrum"
mapfile "ie6PART1.map"
maptitle "x64-2"
mapmd4 2e6f0e215677e2ffc50ac46f66881346
mapmd4 2e6f0e215677e2ffc50ac46f66881346 // 2011-08-18
mhkfile "maphacks/dukeplus/imperium/ie6PART1.mhk"
}
mapinfo {
maptitle "Mountains of Madness"
//author "Maarten van Oostrum & Merlijn van Oostrum"
mapfile "IE6PART2.map"
maptitle "Mountains of Madness"
mapmd4 aac815ea1d9584fad4923deeb66c4092
mapmd4 aac815ea1d9584fad4923deeb66c4092 // 2011-07-31
mhkfile "maphacks/dukeplus/imperium/IE6PART2.mhk"
}
/maphacks/metropolitan/metropolitan_mhk.def
2,98 → 2,114
// Metropolitan Mayhem
//
mapinfo {
maptitle "Duke's Day"
//author "MetHy (MetHunter)"
mapfile "E5L1.map"
maptitle "Duke's Day"
mapmd4 5989cc0969edf67bc3dd950468fdb458
mapmd4 5989cc0969edf67bc3dd950468fdb458 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L1.mhk"
}
mapinfo {
maptitle "Croque Monsieur"
//author "Aymeric 'MRCK' Nocus"
mapfile "E5L2.map"
maptitle "Croque Monsieur"
mapmd4 d7c31dccd2049cac1a0abe50fa895ead
mapmd4 d7c31dccd2049cac1a0abe50fa895ead // 2012-03-02
mhkfile "maphacks/metropolitan/E5L2.mhk"
}
mapinfo {
maptitle "Office Onslaught"
//author "Mikko Sandt"
mapfile "E5L3.map"
maptitle "Office Onslaught"
mapmd4 206693aa5e2c9cdb08bcbaac5123a2d2
mapmd4 206693aa5e2c9cdb08bcbaac5123a2d2 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L3.mhk"
}
mapinfo {
maptitle "City Lights"
//author "Merlijn van Oostrum"
mapfile "E5L4.map"
maptitle "City Lights"
mapmd4 791636b72d0c4b63180f3688b051a1e6
mapmd4 791636b72d0c4b63180f3688b051a1e6 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L4.mhk"
}
mapinfo {
maptitle "Sex City"
//author "MetHy (MetHunter)"
mapfile "E5L5.map"
maptitle "Sex City"
mapmd4 ff52dc44db12134cdec59ea82173f33a
mapmd4 ff52dc44db12134cdec59ea82173f33a // 2012-03-02
mhkfile "maphacks/metropolitan/E5L5.mhk"
}
mapinfo {
maptitle "LAPD"
//author "Mikko Sandt"
mapfile "E5L6.map"
maptitle "LAPD"
mapmd4 2c42d8b96d690ca76adbfebb1ad5cae5
mapmd4 2c42d8b96d690ca76adbfebb1ad5cae5 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L6.mhk"
}
mapinfo {
maptitle "Submerged Zone"
//author "MetHy (MetHunter) (75%) & Mikko Sandt (25%)"
mapfile "E5L7.map"
maptitle "Submerged Zone"
mapmd4 acd998b69af7cc98e1b18d61f2a9c7ed // 2012-03-02
mhkfile "maphacks/metropolitan/E5L7-2012-03-02.mhk"
}
mapinfo {
maptitle "Submerged Zone"
//author "MetHy (MetHunter) (75%) & Mikko Sandt (25%)"
mapfile "E5L7.map"
maptitle "Submerged Zone"
mapmd4 ec0efbb3adcc72481c430c2d530ad5ca // 2012-03-07
mhkfile "maphacks/metropolitan/E5L7-2012-03-07.mhk"
}
mapinfo {
maptitle "Meatball Sub Makin'"
//author "Aymeric 'MRCK' Nocus / 'ck3D'"
mapfile "E5L8.map"
maptitle "Meatball Sub Makin'"
mapmd4 baa596ff8d5eb78a12d329b4bc2780df
mapmd4 baa596ff8d5eb78a12d329b4bc2780df // 2012-03-02
mhkfile "maphacks/metropolitan/E5L8.mhk"
}
mapinfo {
maptitle "Derailing"
//author "Aymeric 'MRCK' Nocus / 'ck3D'"
mapfile "E5L9.map"
maptitle "Derailing"
mapmd4 2776340dfb731827f501a0a7a3f82e8b
mapmd4 2776340dfb731827f501a0a7a3f82e8b // 2012-03-02
mhkfile "maphacks/metropolitan/E5L9.mhk"
}
mapinfo {
maptitle "Train in Veins"
//author "Aymeric 'MRCK' Nocus / 'ck3D' (90%) & MetHy (MetHunter) (10%)"
mapfile "E5L10.map"
maptitle "Train in Veins"
mapmd4 6640dc7dffe85e0e4ce03c4eefa4689e
mapmd4 6640dc7dffe85e0e4ce03c4eefa4689e // 2012-03-02
mhkfile "maphacks/metropolitan/E5L10.mhk"
}
mapinfo {
maptitle "The Bitch"
//author "Mikko Sandt"
mapfile "E5L11.map"
maptitle "The Bitch"
mapmd4 b6d49230653482740f73dc0413973f6d
mapmd4 b6d49230653482740f73dc0413973f6d // 2012-03-02
mhkfile "maphacks/metropolitan/E5L11.mhk"
}
mapinfo {
maptitle "High-Altitude Face-Off"
//author "Mikko Sandt, based on MRCK's idea"
mapfile "E5L12.map"
maptitle "High-Altitude Face-Off"
mapmd4 89d55d322ed1025a31bcb678ef115619
mapmd4 89d55d322ed1025a31bcb678ef115619 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L12.mhk"
}
mapinfo {
maptitle "Stadium Despair"
//author "Aymeric 'MRCK' Nocus"
mapfile "E5L13.map"
maptitle "Stadium Despair"
mapmd4 15653e87773122b7c6c93497f8abee90
mapmd4 15653e87773122b7c6c93497f8abee90 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L13.mhk"
}
mapinfo {
maptitle "Yelldown Hellride"
//author "Aymeric 'MRCK' Nocus"
mapfile "E5L14.map"
maptitle "Yelldown Hellride"
mapmd4 1c4a7e30d186be2c9f6400af2306f7fc
mapmd4 1c4a7e30d186be2c9f6400af2306f7fc // 2012-03-02
mhkfile "maphacks/metropolitan/E5L14.mhk"
}
mapinfo {
maptitle "Dukenpark"
//author "Aymeric 'MRCK' Nocus"
mapfile "E5L15.map"
maptitle "Dukenpark"
mapmd4 74ceb5dc92d0f88f6ca257e3f641c681
mapmd4 74ceb5dc92d0f88f6ca257e3f641c681 // 2012-03-02
mhkfile "maphacks/metropolitan/E5L15.mhk"
}
/maphacks/usermaps/brainwash.mhk
1,10 → 1,9
 
// Maphacks by LeoD for use with the Duke Nukem 3D High Resolution Pack (HRP)
 
// Level : brainwash.map - "Brainwash Facility" by Robert "underTaker" Wypiór
// Map Date : 2012-11-02 12:44
// mapmd4 : e28387724a4bd2be3f5b0c23647e5a13
// Curr. HRP: r5.2.415
// Curr. HRP: r5.2.431
 
 
// Police light poles
35,7 → 34,7
sprite 5006 angoff 512 // tile0028 shotgunsprite
sprite 5007 angoff 1024 // tile0049 shotgunammo
sprite 5008 angoff 512 // tile0040 ammo pistol
sprite 5009 angoff 512 // tile0052 sixpack health30
sprite 5009 angoff 512 // tile0052 sixpack
sprite 5010 angoff 1024 // tile0054 shield
sprite 5235 angoff 512 // tile0026 heavyhbomb pipebomb
sprite 3701 angoff -512 // tile0060 accesscard red
/maphacks/usermaps/cherenkov.mhk
4,7 → 4,7
// Level : cherenkov.map - "Cherenkov Station" by Supertanker
// Map Date : 2012-01-03
// mapmd4 : a2389a7b860447a72914521cad2143e0
// Curr. HRP: r5.2.415
// Curr. HRP: r5.2.431
 
sprite 827 nomdanim // tile2253 (tile2250 jibs2 (eye))
sprite 828 nomdanim // tile2253 (tile2250 jibs2 (eye))
/maphacks/usermaps/brainwash_upd.mhk
1,10 → 1,9
 
// Maphacks by LeoD for use with the Duke Nukem 3D High Resolution Pack (HRP)
 
// Level : brainwash.map - "Brainwash Facility" by Robert "underTaker" Wypiór
// Map Date : 2012-11-02 16:04
// mapmd4 : 780dac5196eef3b221401a8a01e7733a
// Curr. HRP: r5.2.415
// Curr. HRP: r5.2.431
 
 
// Police light poles
35,7 → 34,7
sprite 5005 angoff 512 // tile0028 shotgunsprite
sprite 5006 angoff 1024 // tile0049 shotgunammo
sprite 5007 angoff 512 // tile0040 ammo pistol
sprite 5008 angoff 512 // tile0052 sixpack health30
sprite 5008 angoff 512 // tile0052 sixpack
sprite 5009 angoff 1024 // tile0054 shield
sprite 5234 angoff 512 // tile0026 heavyhbomb pipebomb
sprite 3701 angoff -512 // tile0060 accesscard red
/maphacks/usermaps/CBP8.mhk
4,7 → 4,7
// Level : CBP8.map "Metropolitan Starlight" by the Duke3D mapping community
// Map Date : 2012-07-27
// mapmd4 : e7df16c5d27533207fcafc953ba9a42b
// Curr. HRP: r5.2.418
// Curr. HRP: r5.2.431
 
 
// Scent-88 Building (bar)
/maphacks/usermaps/WSTime.mhk
0,0 → 1,52
// Maphacks by LeoD for use with the Duke Nukem 3D High Resolution Pack (HRP)
 
// Level : WSTime.map - "Wonderfull Summer Time" by Sanek
// Map Date : 2009-07-22
// mapmd4 : 81ff3ef951f467dd27cc349b7b9bd048
// Curr. HRP: r5.2.431
 
 
sprite 1512 angoff -256 // tile0028 shotgunsprite
sprite 1513 angoff 1024 // tile0049 shotgunammo
sprite 1513 mdzoff 700000 // tile0049 shotgunammo
sprite 1513 pitch 1 // tile0049 shotgunammo
sprite 1531 mdzoff 500000 // tile4569 jollymeal
sprite 1531 pitch 1 // tile4569 jollymeal
//sprite 1514 angoff 1024 // tile1742 liztroopjustsit
//sprite 1765 angoff 1024 // tile1742 liztroopjustsit
sprite 1482 angoff -128 // tile0060 accesscard blue
sprite 286 angoff 512 // tile0049 shotgunammo
sprite 1316 mdzoff 500000 // tile4370 desklamp
sprite 1316 roll -1 // tile4370 desklamp
sprite 1495 angoff 1024 // tile0060 accesscard yellow
sprite 412 angoff -768 // tile4560 robotdog2
sprite 1232 mdzoff 500000 // tile1228 nukebarreldented
sprite 1232 roll 1 // tile1228 nukebarreldented
sprite 1472 mdzoff 900000 // tile4495 wetfloor
sprite 1472 roll 1 // tile4495 wetfloor
sprite 1604 angoff -256 // tile0049 shotgunammo
sprite 2054 angoff 512 // tile0051 cola
sprite 2056 angoff -256 // tile0052 sixpack
sprite 1588 mdzoff 500000 // tile0028 shotgunsprite
sprite 1588 roll -1 // tile0028 shotgunsprite
sprite 2133 angoff 128 // tile0955 bottle2
sprite 2005 angoff -512 // tile1734 liztroopdsprite
sprite 2171 mdzoff 1000000 // tile0040 ammo
sprite 2171 roll -1 // tile0040 ammo
sprite 2172 mdzoff 700000 // tile0049 shotgunammo
sprite 2172 pitch 1 // tile0049 shotgunammo
sprite 2172 roll -1 // tile0049 shotgunammo
sprite 1968 mdzoff 500000 // tile1045 donuts
sprite 1968 pitch -1 // tile1045 donuts
sprite 2045 angoff 512 // tile0052 sixpack
sprite 1974 angoff -256 // tile1734 liztroopdsprite
sprite 1972 mdzoff 1600000 // tile1734 liztroopdsprite
sprite 1972 roll -1 // tile1734 liztroopdsprite
sprite 1972 pitch -1 // tile1734 liztroopdsprite
sprite 2061 angoff 256 // tile0052 sixpack
sprite 2092 angoff -512 // tile0049 shotgunammo
sprite 1489 angoff -128 // tile0060 accesscard red
sprite 268 notmd // tile4395 (chart)
sprite 270 notmd // tile4439 (letter)
sprite 799 notmd // tile4396 topsecret
sprite 330 notmd // tile0568 femmag1
/maphacks/usermaps/Betaone.mhk
0,0 → 1,153
// Maphacks by LeoD for use with the Duke Nukem 3D High Resolution Pack (HRP)
 
// Level : Betaone.map - "Moonbase Beta" by Robert Travis
// Map Date : 1996-07-10
// mapmd4 : d36df55e629658fc117ba16c8eb96368
// Curr. HRP: r5.2.431
 
 
sprite 836 angoff -256 // tile0022 chaingunsprite
sprite 127 angoff -256 // tile0049 shotgunammo
sprite 835 angoff -256 // tile0049 shotgunammo
sprite 842 mdzoff 400000 // tile1062 rubbercan
sprite 842 pitch 1 // tile1062 rubbercan
sprite 834 angoff 512 // tile0052 sixpack
sprite 834 mdzoff 500000 // tile0052 sixpack
sprite 834 pitch -1 // tile0052 sixpack
sprite 954 angoff 1024 // tile0569 toilet
sprite 955 angoff 1024 // tile0569 toilet
sprite 956 angoff 1024 // tile0569 toilet
sprite 797 mdzoff 1100000 // tile0616 pipe2
sprite 797 pitch 1 // tile0616 pipe2
sprite 793 angoff 256 // tile0054 shield
sprite 410 mdzoff 700000 // tile0997 pipe4b
sprite 410 pitch 1 // tile0997 pipe4b
sprite 164 angoff -256 // tile0556 chair1
sprite 654 angoff -128 // tile0556 chair1
sprite 655 angoff 1024 // tile0556 chair1
sprite 656 angoff 256 // tile0556 chair1
sprite 657 angoff 128 // tile0556 chair1
sprite 21 angoff 512 // tile0049 shotgunammo
sprite 20 angoff 512 // tile0044 rpgammo
sprite 663 angoff -512 // tile0556 chair1
sprite 664 angoff -768 // tile0556 chair1
sprite 665 angoff -384 // tile0556 chair1
sprite 154 angoff 1024 // tile0027 tripbombsprite
sprite 155 angoff 1024 // tile0027 tripbombsprite
sprite 156 angoff 1024 // tile0027 tripbombsprite
sprite 157 angoff 1024 // tile0027 tripbombsprite
sprite 158 angoff 1024 // tile0027 tripbombsprite
sprite 159 angoff 1024 // tile0027 tripbombsprite
sprite 659 angoff 1024 // tile0556 chair1
sprite 660 angoff 1024 // tile0556 chair1
sprite 662 angoff 256 // tile0556 chair1
sprite 668 angoff 1024 // tile0556 chair1
sprite 667 angoff 384 // tile0556 chair1
sprite 666 angoff 640 // tile0556 chair1
sprite 680 angoff 256 // tile0053 firstaid
sprite 729 angoff 1024 // tile0556 chair1
sprite 722 angoff 512 // tile0049 shotgunammo
sprite 723 angoff 512 // tile0049 shotgunammo
sprite 718 angoff 512 // tile0042 devistatorammo
sprite 719 angoff 512 // tile0042 devistatorammo
sprite 716 angoff 512 // tile0044 rpgammo
sprite 717 angoff 512 // tile0044 rpgammo
sprite 671 angoff -768 // tile0556 chair1
sprite 670 angoff -640 // tile0556 chair1
sprite 674 angoff 1024 // tile0556 chair1
sprite 673 angoff 768 // tile0556 chair1
sprite 1033 angoff -512 // tile0049 shotgunammo
sprite 1034 mdzoff 300000 // tile0916 fireext
sprite 1034 pitch 1 // tile0916 fireext
sprite 1035 angoff -512 // tile0556 chair1
sprite 1036 angoff -512 // tile0556 chair1
sprite 808 angoff 1024 // tile0041 batteryammo
sprite 813 angoff 1024 // tile0563 waterfountain
sprite 818 mdzoff 300000 // tile0916 fireext
sprite 818 pitch 1 // tile0916 fireext
sprite 820 angoff 1024 // tile0022 chaingunsprite
sprite 823 angoff 384 // tile0556 chair1
sprite 883 angoff 512 // tile0027 tripbombsprite
sprite 884 angoff 512 // tile0027 tripbombsprite
sprite 885 angoff 512 // tile0054 shield
sprite 905 angoff -256 // tile0055 steroids
sprite 906 angoff 640 // tile0556 chair1
sprite 906 mdzoff 500000 // tile0556 chair1
sprite 906 pitch -1 // tile0556 chair1
sprite 907 angoff 384 // tile0556 chair1
sprite 907 mdzoff 500000 // tile0556 chair1
sprite 907 pitch -1 // tile0556 chair1
sprite 890 angoff 512 // tile0044 rpgammo
sprite 891 angoff 512 // tile0044 rpgammo
sprite 888 angoff 1024 // tile0049 shotgunammo
sprite 889 angoff 1024 // tile0049 shotgunammo
sprite 892 angoff -512 // tile0022 chaingunsprite
sprite 911 angoff 512 // tile0058 (spacesuit)
sprite 912 angoff 512 // tile0058 (spacesuit)
sprite 913 angoff 512 // tile0058 (spacesuit)
sprite 914 angoff 512 // tile0058 (spacesuit)
sprite 915 angoff 512 // tile0053 firstaid
sprite 918 angoff 768 // tile0556 chair1
sprite 875 angoff -512 // tile0049 shotgunammo
sprite 876 angoff -512 // tile0049 shotgunammo
sprite 877 angoff -512 // tile0049 shotgunammo
sprite 216 angoff 1024 // tile0023 rpgsprite
sprite 210 angoff -256 // tile0054 shield
sprite 209 angoff 256 // tile0052 sixpack
sprite 1493 angoff 512 // tile0556 chair1
sprite 1491 angoff -512 // tile0557 chair2
sprite 1490 angoff 512 // tile0557 chair2
sprite 1492 angoff -512 // tile0556 chair1
sprite 1495 angoff -128 // tile0556 chair1
sprite 1494 angoff -640 // tile0557 chair2
sprite 220 angoff 512 // tile0022 chaingunsprite
sprite 198 angoff 512 // tile0049 shotgunammo
sprite 199 angoff 512 // tile0049 shotgunammo
sprite 346 angoff 512 // tile0556 chair1
sprite 348 angoff -512 // tile0557 chair2
sprite 347 angoff 1024 // tile0556 chair1
sprite 360 angoff 1024 // tile0556 chair1
sprite 361 angoff 1024 // tile0556 chair1
sprite 362 angoff 1024 // tile0557 chair2
sprite 207 angoff 512 // tile0052 sixpack
sprite 208 angoff 512 // tile0052 sixpack
sprite 310 mdzoff 300000 // tile0916 fireext
sprite 310 pitch 1 // tile0916 fireext
sprite 1368 angoff 384 // tile0557 chair2
sprite 196 angoff 1024 // tile0041 batteryammo
sprite 197 angoff 1024 // tile0041 batteryammo
sprite 440 angoff 1024 // tile0041 batteryammo
sprite 1307 mdzoff 300000 // tile0916 fireext
sprite 1307 pitch 1 // tile0916 fireext
sprite 1321 angoff -512 // tile0557 chair2
sprite 1322 angoff -512 // tile0557 chair2
sprite 1318 angoff 512 // tile0557 chair2
sprite 1319 angoff 512 // tile0556 chair1
sprite 1320 angoff 512 // tile0557 chair2
sprite 1316 angoff -512 // tile0556 chair1
sprite 1317 angoff -512 // tile0557 chair2
sprite 1311 angoff 512 // tile0557 chair2
sprite 1312 angoff 512 // tile0556 chair1
sprite 1313 angoff -512 // tile0557 chair2
sprite 1314 angoff -512 // tile0557 chair2
sprite 1315 angoff -512 // tile0557 chair2
sprite 1308 angoff 512 // tile0557 chair2
sprite 1309 angoff 512 // tile0557 chair2
sprite 1310 angoff 512 // tile0556 chair1
sprite 1432 angoff 1024 // tile0563 waterfountain
sprite 231 angoff -512 // tile0049 shotgunammo
sprite 232 angoff -512 // tile0044 rpgammo
sprite 229 angoff 512 // tile0052 sixpack
sprite 230 angoff 512 // tile0052 sixpack
sprite 247 angoff 256 // tile0053 firstaid
sprite 243 angoff -512 // tile0044 rpgammo
sprite 244 angoff -512 // tile0044 rpgammo
sprite 245 angoff -512 // tile0044 rpgammo
sprite 246 angoff -512 // tile0044 rpgammo
sprite 1537 angoff -512 // tile0025 shrinkersprite
sprite 386 angoff 512 // tile0054 shield
sprite 858 angoff -768 // tile0024 freezesprite
sprite 865 angoff -256 // tile0052 sixpack
sprite 866 angoff -256 // tile0052 sixpack
sprite 867 angoff -256 // tile0052 sixpack
sprite 1445 angoff -512 // tile0150 jetpack
/maphacks/usermaps/SAND.mhk
0,0 → 1,124
// Maphacks by LeoD for use with the Duke Nukem 3D High Resolution Pack (HRP)
 
// Level : SAND.map - "The Sands of Time"
// by Neil Munday (Punisher) & Jim Semkiw (Ironman)
// Map Date : 1996-06-04
// mapmd4 : d36df55e629658fc117ba16c8eb96368
// Curr. HRP: r5.2.431
 
 
sprite 425 mdzoff 500000 // tile0911 cactus
sprite 425 pitch 1 // tile0911 cactus
sprite 101 roll -128 // tile0029 devistatorsprite (multiplayer)
sprite 100 angoff 128 // tile0022 chaingunsprite (multiplayer)
sprite 100 roll 96 // tile0022 chaingunsprite (multiplayer)
sprite 100 pitch 96 // tile0022 chaingunsprite (multiplayer)
sprite 417 angoff 1024 // tile0059 heatsensor
sprite 99 angoff 512 // tile0024 freezesprite
sprite 767 angoff 512 // tile0049 shotgunammo
sprite 765 mdzoff 500000 // tile0049 shotgunammo
sprite 765 roll 1 // tile0049 shotgunammo
sprite 763 angoff -768 // tile0049 shotgunammo
sprite 102 angoff 512 // tile0049 shotgunammo
sprite 274 angoff -256 // tile0052 sixpack
sprite 275 angoff 768 // tile0056 airtank
sprite 82 angoff -256 // tile0053 firstaid
sprite 82 mdzoff 500000 // tile0053 firstaid
sprite 82 pitch -1 // tile0053 firstaid
sprite 145 mdzoff 600000 // tile1227 nukebarrel
sprite 145 roll -1 // tile1227 nukebarrel
sprite 203 angoff 1024 // tile0049 shotgunammo
sprite 502 roll 128 // tile0023 rpgsprite
sprite 496 angoff 512 // tile0060 accesscard red
sprite 496 mdxoff -250 // tile0060 accesscard red
sprite 496 pitch -256 // tile0060 accesscard red
//sprite 496 pitch -256 // tile0060 accesscard red
sprite 452 angoff 256 // tile0055 steroids
sprite 196 angoff -256 // tile0049 shotgunammo
sprite 489 angoff 512 // tile0150 jetpack
sprite 489 mdzoff 900000 // tile0150 jetpack
sprite 489 roll 1 // tile0150 jetpack
//
sprite 755 angoff -256 // tile0052 sixpack
sprite 755 mdzoff 500000 // tile0052 sixpack
sprite 755 pitch -1 // tile0052 sixpack
sprite 753 angoff 256 // tile0052 sixpack
sprite 753 mdzoff 500000 // tile0052 sixpack
sprite 753 pitch -1 // tile0052 sixpack
sprite 754 angoff -256 // tile0052 sixpack
sprite 768 angoff 768 // tile0056 airtank
sprite 307 angoff -512 // tile0060 accesscard blue
sprite 59 angoff 768 // tile0061 boots
sprite 386 angoff 256 // tile0053 firstaid
sprite 388 angoff 1024 // tile0022 chaingunsprite
sprite 387 mdzoff 500000 // tile1240 firebarrel
sprite 387 pitch 1 // tile1240 firebarrel
sprite 389 mdzoff 500000 // tile1240 firebarrel
sprite 389 pitch 1 // tile1240 firebarrel
sprite 51 angoff 1024 // tile0054 shield
sprite 45 angoff -256 // tile0052 sixpack
sprite 44 angoff 256 // tile0052 sixpack
sprite 325 angoff -256 // tile0150 jetpack
sprite 324 angoff 256 // tile0049 shotgunammo
sprite 756 angoff 256 // tile0052 sixpack
sprite 49 angoff -256 // tile0052 sixpack
//sprite 739 mdxoff 30000 // tile2360 rotategun
//sprite 739 pitch -1 // tile2360 rotategun
sprite 759 angoff -256 // tile0052 sixpack
sprite 85 angoff 256 // tile0052 sixpack
sprite 372 mdzoff 500000 // tile1240 firebarrel
sprite 372 pitch 1 // tile1240 firebarrel
sprite 84 angoff -256 // tile0052 sixpack
sprite 405 angoff -256 // tile0053 firstaid (multiplayer)
sprite 757 angoff -256 // tile0052 sixpack
sprite 748 angoff 256 // tile0052 sixpack
sprite 341 angoff 512 // tile0042 devistatorammo
sprite 10 angoff 256 // tile0055 steroids
sprite 395 angoff -768 // tile0044 rpgammo
sprite 396 angoff 1024 // tile0041 batteryammo
sprite 397 angoff 1024 // tile0041 batteryammo
sprite 400 angoff -256 // tile0044 rpgammo
sprite 394 angoff -512 // tile0047 hbombammo
sprite 401 angoff -512 // tile0044 rpgammo
sprite 393 angoff 1024 // tile0049 shotgunammo
sprite 293 angoff 1024 // tile0024 freezesprite
sprite 785 angoff 512 // tile0053 firstaid
sprite 785 mdzoff 500000 // tile0053 firstaid
sprite 785 roll -1 // tile0053 firstaid
sprite 69 pitch 128 // tile0023 rpgsprite
sprite 71 mdzoff 500000 // tile0100 atomichealth
sprite 71 pitch -1 // tile0100 atomichealth
sprite 71 roll -1 // tile0100 atomichealth
sprite 42 angoff -512 // tile0044 rpgammo
sprite 65 angoff 1024 // tile0044 rpgammo
sprite 762 angoff -256 // tile0052 sixpack
//sprite 122 mdxoff 30000 // tile2360 rotategun
//sprite 122 pitch -1 // tile2360 rotategun
sprite 66 angoff 768 // tile0044 rpgammo (multiplayer)
sprite 67 angoff 1024 // tile0042 devistatorammo (multiplayer)
sprite 744 angoff 256 // tile0052 sixpack
sprite 535 angoff 512 // tile0037 freezeammo
sprite 536 angoff 512 // tile0037 freezeammo
sprite 537 angoff 512 // tile0037 freezeammo
sprite 538 angoff 1024 // tile0027 tripbombsprite
sprite 539 angoff 1024 // tile0027 tripbombsprite
sprite 540 angoff 1024 // tile0027 tripbombsprite
sprite 541 angoff 1024 // tile0027 tripbombsprite
sprite 542 angoff 1024 // tile0027 tripbombsprite
sprite 543 angoff 1024 // tile0027 tripbombsprite
sprite 304 angoff -768 // tile0022 chaingunsprite (multiplayer)
sprite 760 angoff 768 // tile0052 sixpack
sprite 90 angoff 512 // tile0052 sixpack
sprite 158 angoff 512 // tile0027 tripbombsprite (multiplayer)
sprite 159 angoff 512 // tile0027 tripbombsprite (multiplayer)
sprite 303 angoff 512 // tile0027 tripbombsprite (multiplayer)
sprite 322 angoff 352 // tile0041 batteryammo
sprite 322 mdzoff 900000 // tile0041 batteryammo
sprite 322 pitch 1 // tile0041 batteryammo
sprite 566 notmd // tile0170 accessswitch2 red
sprite 577 angoff 512 // tile0042 devistatorammo
sprite 578 angoff 512 // tile0037 freezeammo
sprite 559 notmd // tile0170 accessswitch2 blue
sprite 233 notmd // tile0170 accessswitch2 yellow
sprite 563 notmd // tile0170 accessswitch2 yellow
sprite 252 angoff 1024 // tile0060 accesscard yellow
/maphacks/opblitz/opblitz_mhk.def
2,32 → 2,37
// Operation Blitzkrieg by David Billing
//
mapinfo {
maptitle "Nut Case"
//author "David Billing"
mapfile "E5M1.map"
maptitle "Nut Case"
mapmd4 3ab2f3ea19fcb133730beeab60446fcc
mapmd4 3ab2f3ea19fcb133730beeab60446fcc // 2012-03-13
mhkfile "maphacks/opblitz/E5M1.mhk"
}
mapinfo {
maptitle "Warehouse"
//author "David Billing"
mapfile "E5M2.map"
maptitle "Warehouse"
mapmd4 d8bd6c53514bcc0fff3954470893bb32
mapmd4 d8bd6c53514bcc0fff3954470893bb32 // 2012-03-13
mhkfile "maphacks/opblitz/E5M2.mhk"
}
mapinfo {
maptitle "Pork Roll"
//author "David Billing"
mapfile "E5M3.map"
maptitle "Pork Roll"
mapmd4 02a7f58b109657e6847ce4d6f0ee7eeb
mapmd4 02a7f58b109657e6847ce4d6f0ee7eeb // 2012-03-13
mhkfile "maphacks/opblitz/E5M3.mhk"
}
mapinfo {
maptitle "Motel Mayhem"
//author "David Billing"
mapfile "E5M4.map"
maptitle "Motel Mayhem"
mapmd4 558acf099ddc6852d6a48804a6cbaf45
mapmd4 558acf099ddc6852d6a48804a6cbaf45 // 2012-03-13
mhkfile "maphacks/opblitz/E5M4.mhk"
}
mapinfo {
maptitle "Metrocalypse"
//author "David Billing"
mapfile "E5M5.map"
maptitle "Metrocalypse"
mapmd4 ae20886f3c28c2db0a75497c7aec25d9
mapmd4 ae20886f3c28c2db0a75497c7aec25d9 // 2012-03-13
mhkfile "maphacks/opblitz/E5M5.mhk"
}