UltimateZoneBuilder/Build/Configurations/Includes/Game_Doom.cfg
MaxED ecbf9fd743 UDMF: sector flags are now defined in game configuration instead of being hardcoded.
Sector Edit form, Vertex Edit form: fixed a crash when updating sector/vertex properties in Visual mode.
Reorganized game configurations.
2013-07-10 08:59:17 +00:00

35 lines
No EOL
867 B
INI

// 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";
// Default thing filters
// (these are not required, just useful for new users)
/*thingsfilters
{
include("Doom_misc.cfg", "thingsfilters");
}*/
// How to compare thing flags (for the stuck things error checker)
thingflagscompare
{
include("Doom_misc.cfg", "thingflagscompare");
}
// Default texture sets
// (these are not required, but useful for new users)
texturesets
{
include("Doom_texturesets.cfg");
}