2014-02-19 09:55:05 +00:00
|
|
|
// Default lump name for new map
|
|
|
|
defaultlumpname = "MAP01";
|
|
|
|
skyflatname = "F_SKY";
|
|
|
|
basegame = 3;
|
|
|
|
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
|
|
decorategames = "hexen raven";
|
|
|
|
|
|
|
|
// Skill levels
|
|
|
|
skills
|
|
|
|
{
|
|
|
|
include("Hexen_misc.cfg", "skills");
|
|
|
|
}
|
|
|
|
|
|
|
|
// Door making
|
|
|
|
makedoortrack = "D_END2";
|
2014-03-06 09:08:21 +00:00
|
|
|
makedoordoor = "D_WD07";
|
2014-02-19 09:55:05 +00:00
|
|
|
|
|
|
|
// Default thing filters
|
|
|
|
// (these are not required, just useful for new users)
|
|
|
|
/*thingsfilters
|
|
|
|
{
|
|
|
|
include("Hexen_misc.cfg", "thingsfilters");
|
|
|
|
} */
|
|
|
|
|
|
|
|
// Default texture sets
|
|
|
|
// (these are not required, but useful for new users)
|
|
|
|
texturesets
|
|
|
|
{
|
|
|
|
include("Hexen_texturesets.cfg");
|
|
|
|
}
|