mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-06 13:00:30 +00:00
cc066bc409
extensions. - Removed merging of special namespaces. For the texture manager this has become totally useless so there is no need to do this anymore. Not merging the namespaces also allows a much more reliable detection of lumps belonging to special namespaces so the ScanForFlatHack function is no longer needed. Instead, any lump up to F_END with a length of 4096 will be marked for inclusion as a flat texture if no F_START marker is found. - Made the counting of intermission stats in Doom a GAMEINFO option so that it can be activated in all games. SVN r1555 (trunk)
82 lines
1.4 KiB
Text
82 lines
1.4 KiB
Text
|
|
gameinfo
|
|
{
|
|
titlepage = "TITLEPIC"
|
|
creditpage = "CREDIT"
|
|
titlemusic = "$MUSIC_DM2TTL"
|
|
titletime = 11
|
|
advisorytime = 0
|
|
pagetime = 5
|
|
chatsound = "misc/chat"
|
|
finalemusic = "$MUSIC_READ_M"
|
|
finaleflat = "SLIME16"
|
|
finalepage = "CREDIT"
|
|
infopage = "HELP", "CREDIT"
|
|
quitsound = "menu/quit2"
|
|
borderflat = "GRNROCK"
|
|
border = DoomBorder
|
|
telefogheight = 0
|
|
defkickback = 100
|
|
skyflatname = "F_SKY1"
|
|
translator = "xlat/doom.txt"
|
|
mapinfo = "mapinfo/doom2.txt"
|
|
defaultbloodcolor = "68 00 00"
|
|
defaultbloodparticlecolor = "ff 00 00"
|
|
backpacktype = "Backpack"
|
|
statusbar = "sbarinfo/doom.txt"
|
|
intermissionmusic = "$MUSIC_DM2INT"
|
|
intermissioncounter = true
|
|
weaponslot = 1, "Fist", "Chainsaw"
|
|
weaponslot = 2, "Pistol"
|
|
weaponslot = 3, "Shotgun", "SuperShotgun"
|
|
weaponslot = 4, "Chaingun"
|
|
weaponslot = 5, "RocketLauncher"
|
|
weaponslot = 6, "PlasmaRifle"
|
|
weaponslot = 7, "BFG9000"
|
|
}
|
|
|
|
skill baby
|
|
{
|
|
AutoUseHealth
|
|
AmmoFactor = 2
|
|
DamageFactor = 0.5
|
|
EasyBossBrain
|
|
SpawnFilter = Baby
|
|
PicName = "M_JKILL"
|
|
Key = "i"
|
|
}
|
|
|
|
skill easy
|
|
{
|
|
EasyBossBrain
|
|
SpawnFilter = Easy
|
|
PicName = "M_ROUGH"
|
|
Key = "h"
|
|
}
|
|
|
|
skill normal
|
|
{
|
|
SpawnFilter = Normal
|
|
PicName = "M_HURT"
|
|
Key = "h"
|
|
}
|
|
|
|
skill hard
|
|
{
|
|
SpawnFilter = Hard
|
|
PicName = "M_ULTRA"
|
|
Key = "u"
|
|
}
|
|
|
|
skill nightmare
|
|
{
|
|
AmmoFactor = 2
|
|
FastMonsters
|
|
DisableCheats
|
|
RespawnTime = 12
|
|
SpawnFilter = Nightmare
|
|
PicName = "M_NMARE"
|
|
MustConfirm
|
|
Key = "n"
|
|
}
|
|
|