mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 15:11:56 +00:00
28 lines
607 B
INI
28 lines
607 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");
|
||
|
}*/
|
||
|
|
||
|
// Default texture sets
|
||
|
// (these are not required, but useful for new users)
|
||
|
texturesets
|
||
|
{
|
||
|
include("Chex3_texturesets.cfg");
|
||
|
}
|