2015-12-31 12:21:44 +00:00
|
|
|
// Default lump name for new map
|
2016-01-23 00:30:20 +00:00
|
|
|
defaultlumpname = "MAP01";
|
|
|
|
skyflatname = "F_SKY";
|
|
|
|
basegame = 3;
|
2015-12-31 12:21:44 +00:00
|
|
|
|
2016-01-23 00:30:20 +00:00
|
|
|
// Decorate actors to include depending on actor game property
|
|
|
|
decorategames = "hexen raven";
|
2015-12-31 12:21:44 +00:00
|
|
|
|
2016-01-23 00:30:20 +00:00
|
|
|
// Skill levels
|
|
|
|
skills
|
|
|
|
{
|
|
|
|
include("Hexen_misc.cfg", "skills");
|
|
|
|
}
|
2015-12-31 12:21:44 +00:00
|
|
|
|
2016-01-23 00:30:20 +00:00
|
|
|
// Default textures
|
|
|
|
defaultwalltexture = "FOREST01";
|
|
|
|
defaultfloortexture = "F_010";
|
|
|
|
defaultceilingtexture = "F_011";
|
2015-12-31 12:21:44 +00:00
|
|
|
|
2016-01-23 00:30:20 +00:00
|
|
|
// Door making
|
|
|
|
makedoortrack = "D_END2";
|
|
|
|
makedoordoor = "D_WD07";
|
|
|
|
makedoorceil = "F_092";
|
2015-12-31 12:21:44 +00:00
|
|
|
|
2016-01-23 00:30:20 +00:00
|
|
|
// Default texture sets
|
|
|
|
// (these are not required, but useful for new users)
|
|
|
|
texturesets
|
|
|
|
{
|
|
|
|
include("Hexen_texturesets.cfg");
|
|
|
|
}
|