2013-07-10 08:59:17 +00:00
|
|
|
// Default lump name for new map
|
2016-01-11 13:00:52 +00:00
|
|
|
defaultlumpname = "MAP01";
|
2016-07-14 23:39:48 +00:00
|
|
|
basegame = "Chex";
|
2013-07-10 08:59:17 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Decorate actors to include depending on actor game property
|
|
|
|
decorategames = "chex";
|
2013-07-10 08:59:17 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
//mxd. Sky textures for vanilla maps
|
|
|
|
defaultskytextures
|
|
|
|
{
|
|
|
|
SKY1 = "E1M1,E1M2,E1M3,E1M4,E1M5";
|
|
|
|
}
|
2013-07-10 08:59:17 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Skill levels
|
|
|
|
skills
|
|
|
|
{
|
|
|
|
include("Chex_misc.cfg", "skills");
|
|
|
|
}
|
2013-07-10 08:59:17 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Door making
|
|
|
|
makedoortrack = "COMPSTA1";
|
2013-07-10 08:59:17 +00:00
|
|
|
|
2016-01-11 13:00:52 +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("Chex3_texturesets.cfg");
|
|
|
|
}
|