2009-03-20 02:53:34 +00:00
|
|
|
// A bare-bones MAPINFO for Hexen.
|
|
|
|
|
|
|
|
// Most of the MAPINFO is still in hexen.wad.
|
|
|
|
|
2009-03-22 11:37:56 +00:00
|
|
|
gameinfo
|
|
|
|
{
|
|
|
|
noloopfinalemusic = true
|
|
|
|
titlepage = "TITLE"
|
|
|
|
creditpage = "CREDIT"
|
|
|
|
titlemusic = "HEXEN"
|
|
|
|
titletime = 8
|
|
|
|
advisorytime = 6
|
|
|
|
pagetime = 5
|
|
|
|
chatsound = "Chat"
|
|
|
|
finalemusic = "hub"
|
|
|
|
finaleflat = "-NOFLAT-"
|
|
|
|
finalepage = "CREDIT"
|
|
|
|
infopage = "HELP1", "HELP2", "CREDIT"
|
|
|
|
quitsound = ""
|
|
|
|
borderflat = "F_022"
|
|
|
|
border = HereticBorder
|
|
|
|
telefogheight = 32
|
|
|
|
defkickback = 150
|
|
|
|
skyflatname = "F_SKY"
|
|
|
|
translator = "xlat/heretic.txt" // not really correct but this was used before.
|
|
|
|
defaultbloodcolor = "68 00 00"
|
|
|
|
defaultbloodparticlecolor = "ff 00 00"
|
|
|
|
backpacktype = "BagOfHolding" // Hexen doesn't have a backpack so use Heretic's.
|
|
|
|
statusbar = ""
|
|
|
|
intermissionmusic = "hub"
|
2009-04-23 22:49:38 +00:00
|
|
|
intermissioncounter = false
|
2009-04-04 17:46:33 +00:00
|
|
|
weaponslot = 1, "FWeapFist", "CWeapMace", "MWeapWand"
|
|
|
|
weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost"
|
|
|
|
weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning"
|
|
|
|
weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge"
|
2009-03-22 11:37:56 +00:00
|
|
|
}
|
|
|
|
|
2007-11-03 11:41:42 +00:00
|
|
|
skill baby
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
2009-02-28 21:38:20 +00:00
|
|
|
AutoUseHealth
|
2009-02-08 19:04:07 +00:00
|
|
|
AmmoFactor = 1.5
|
|
|
|
DoubleAmmoFactor = 1.5
|
|
|
|
DamageFactor = 0.5
|
2007-11-03 11:41:42 +00:00
|
|
|
EasyBossBrain
|
2009-02-08 19:04:07 +00:00
|
|
|
SpawnFilter = Baby
|
|
|
|
Name = "$MNU_WETNURSE"
|
|
|
|
playerclassname = "fighter", "$MNU_SQUIRE"
|
|
|
|
playerclassname = "cleric", "$MNU_ALTARBOY"
|
|
|
|
playerclassname = "mage", "$MNU_APPRENTICE"
|
|
|
|
}
|
2007-11-03 11:41:42 +00:00
|
|
|
|
|
|
|
skill easy
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
|
|
|
DoubleAmmoFactor = 1.5
|
|
|
|
SpawnFilter = Easy
|
|
|
|
Name = "$MNU_YELLOWBELLIES"
|
|
|
|
playerclassname = "fighter", "$MNU_KNIGHT"
|
|
|
|
playerclassname = "cleric", "$MNU_ACOLYTE"
|
|
|
|
playerclassname = "mage", "$MNU_ENCHANTER"
|
|
|
|
}
|
2007-11-03 11:41:42 +00:00
|
|
|
|
|
|
|
skill normal
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
|
|
|
DoubleAmmoFactor = 1.5
|
|
|
|
SpawnFilter = Normal
|
|
|
|
Name = "$MNU_BRINGEST"
|
|
|
|
playerclassname = "fighter", "$MNU_WARRIOR"
|
|
|
|
playerclassname = "cleric", "$MNU_PRIEST"
|
|
|
|
playerclassname = "mage", "$MNU_SORCERER"
|
|
|
|
}
|
2007-11-03 11:41:42 +00:00
|
|
|
|
|
|
|
skill hard
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
|
|
|
DoubleAmmoFactor = 1.5
|
|
|
|
SpawnFilter = Hard
|
|
|
|
Name = "$MNU_SMITE"
|
|
|
|
playerclassname = "fighter", "$MNU_BERSERKER"
|
|
|
|
playerclassname = "cleric", "$MNU_CARDINAL"
|
|
|
|
playerclassname = "mage", "$MNU_WARLOCK"
|
|
|
|
}
|
2007-11-03 11:41:42 +00:00
|
|
|
|
|
|
|
skill nightmare
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
|
|
|
AmmoFactor = 1.5
|
|
|
|
DoubleAmmoFactor = 1.5
|
2007-11-03 11:41:42 +00:00
|
|
|
FastMonsters
|
|
|
|
DisableCheats
|
2009-02-08 19:04:07 +00:00
|
|
|
SpawnFilter = Nightmare
|
|
|
|
Name = "$MNU_BLACKPLAGUE"
|
|
|
|
playerclassname = "fighter", "$MNU_TITAN"
|
|
|
|
playerclassname = "cleric", "$MNU_POPE"
|
|
|
|
playerclassname = "mage", "$MNU_ARCHMAGE"
|
|
|
|
}
|
2007-11-03 11:41:42 +00:00
|
|
|
|
2008-04-05 12:14:33 +00:00
|
|
|
clearepisodes
|
|
|
|
episode "&wt@01"
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
|
|
|
name = "Hexen"
|
|
|
|
key = "h"
|
|
|
|
}
|
2007-11-03 11:41:42 +00:00
|
|
|
|
2009-02-08 19:04:07 +00:00
|
|
|
cluster 1
|
|
|
|
{
|
|
|
|
hub
|
|
|
|
exittext = "clus1msg"
|
|
|
|
exittextislump
|
|
|
|
music = "hub"
|
|
|
|
pic = "interpic"
|
|
|
|
}
|
2006-02-24 04:48:15 +00:00
|
|
|
|
2009-02-08 19:04:07 +00:00
|
|
|
cluster 2
|
|
|
|
{
|
|
|
|
hub
|
|
|
|
exittext = "clus2msg"
|
|
|
|
exittextislump
|
|
|
|
music = "hub"
|
|
|
|
pic = "interpic"
|
|
|
|
}
|
2006-02-24 04:48:15 +00:00
|
|
|
|
2009-02-08 19:04:07 +00:00
|
|
|
cluster 3
|
|
|
|
{
|
|
|
|
hub
|
|
|
|
exittext = "clus3msg"
|
|
|
|
exittextislump
|
|
|
|
music = "hub"
|
|
|
|
pic = "interpic"
|
|
|
|
}
|
2006-02-24 04:48:15 +00:00
|
|
|
|
2009-02-08 19:04:07 +00:00
|
|
|
cluster 4
|
|
|
|
{
|
|
|
|
hub
|
|
|
|
exittext = "clus4msg"
|
|
|
|
exittextislump
|
|
|
|
music = "hub"
|
|
|
|
pic = "interpic"
|
|
|
|
}
|
2006-02-24 04:48:15 +00:00
|
|
|
|
2008-11-30 12:49:27 +00:00
|
|
|
gamedefaults
|
2009-02-08 19:04:07 +00:00
|
|
|
{
|
2007-11-08 09:22:06 +00:00
|
|
|
activateowndeathspecials
|
|
|
|
infiniteflightpowerup
|
|
|
|
fallingdamage
|
|
|
|
nointermission
|
|
|
|
noautosequences
|
|
|
|
missilesactivateimpactlines
|
2008-04-05 12:14:33 +00:00
|
|
|
monsterfallingdamage
|
2009-02-08 19:04:07 +00:00
|
|
|
}
|
|
|
|
|
2006-02-24 04:48:15 +00:00
|
|
|
// There is also support for showing a clus5msg after cluster 5, but
|
|
|
|
// since it isn't used, and it would intefere with the finale if I
|
|
|
|
// included it here, I'm leaving out the clusterdef for cluster 5.
|