2013-07-10 08:59:17 +00:00
|
|
|
// Default lump name for new map
|
|
|
|
defaultlumpname = "MAP01";
|
|
|
|
basegame = 1; //mxd: 0 - UNKNOWN, 1 - DOOM, 2 - HERETIC, 3 - HEXEN, 4 - STRIFE,
|
|
|
|
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
|
|
decorategames = "doom";
|
|
|
|
|
|
|
|
// Skill levels
|
|
|
|
skills
|
|
|
|
{
|
|
|
|
include("Doom_misc.cfg", "skills");
|
|
|
|
}
|
|
|
|
|
|
|
|
// Door making
|
|
|
|
makedoortrack = "DOORTRAK";
|
2014-03-06 09:08:21 +00:00
|
|
|
makedoordoor = "BIGDOOR2";
|
2013-07-10 08:59:17 +00:00
|
|
|
|
|
|
|
// Default thing filters
|
|
|
|
// (these are not required, just useful for new users)
|
|
|
|
/*thingsfilters
|
|
|
|
{
|
|
|
|
include("Doom_misc.cfg", "thingsfilters");
|
|
|
|
}*/
|
|
|
|
|
|
|
|
// Default texture sets
|
|
|
|
// (these are not required, but useful for new users)
|
|
|
|
texturesets
|
|
|
|
{
|
|
|
|
include("Doom_texturesets.cfg");
|
|
|
|
}
|