2014-02-19 09:55:05 +00:00
|
|
|
// Default lump name for new map
|
2016-01-11 13:00:52 +00:00
|
|
|
defaultlumpname = "MAP01";
|
|
|
|
skyflatname = "F_SKY";
|
2016-07-14 23:39:48 +00:00
|
|
|
basegame = "Hexen";
|
2014-02-19 09:55:05 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Decorate actors to include depending on actor game property
|
|
|
|
decorategames = "hexen raven";
|
2014-02-19 09:55:05 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Skill levels
|
|
|
|
skills
|
|
|
|
{
|
|
|
|
include("Hexen_misc.cfg", "skills");
|
|
|
|
}
|
2014-02-19 09:55:05 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Default textures
|
|
|
|
defaultwalltexture = "FOREST01";
|
|
|
|
defaultfloortexture = "F_010";
|
|
|
|
defaultceilingtexture = "F_011";
|
2015-10-23 12:01:27 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Door making
|
|
|
|
makedoortrack = "D_END2";
|
|
|
|
makedoordoor = "D_WD07";
|
|
|
|
makedoorceil = "F_092";
|
2014-02-19 09:55:05 +00:00
|
|
|
|
2016-01-11 13:00:52 +00:00
|
|
|
// Default texture sets
|
|
|
|
// (these are not required, but useful for new users)
|
|
|
|
texturesets
|
|
|
|
{
|
|
|
|
include("Hexen_texturesets.cfg");
|
|
|
|
}
|