mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
35 lines
817 B
INI
35 lines
817 B
INI
|
// Default lump name for new map
|
||
|
defaultlumpname = "MAP01";
|
||
|
basegame = 2;
|
||
|
|
||
|
// Decorate actors to include depending on actor game property
|
||
|
decorategames = "heretic raven";
|
||
|
|
||
|
// Skill levels
|
||
|
skills
|
||
|
{
|
||
|
include("Heretic_misc.cfg", "skills");
|
||
|
}
|
||
|
|
||
|
// Door making
|
||
|
makedoortrack = "METL2";
|
||
|
|
||
|
// 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("Hexen_misc.cfg", "thingflagscompare");
|
||
|
}
|
||
|
|
||
|
// Default texture sets
|
||
|
// (these are not required, but useful for new users)
|
||
|
texturesets
|
||
|
{
|
||
|
include("Heretic_texturesets.cfg");
|
||
|
}
|