mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 23:22:32 +00:00
34 lines
No EOL
784 B
INI
34 lines
No EOL
784 B
INI
// Default lump name for new map
|
|
defaultlumpname = "MAP01";
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
decorategames = "chex";
|
|
|
|
// Skill levels
|
|
skills
|
|
{
|
|
include("Chex_misc.cfg", "skills");
|
|
}
|
|
|
|
// Door making
|
|
makedoortrack = "COMPSTA1";
|
|
|
|
// 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("Chex3_texturesets.cfg");
|
|
} |