mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-21 03:11:16 +00:00
28 lines
No EOL
678 B
INI
28 lines
No EOL
678 B
INI
// Default lump name for new map
|
|
defaultlumpname = "MAP01";
|
|
|
|
// Decorate actors to include depending on actor game property
|
|
decorategames = "harmony"; // Doesn't actually exist, but used to prevent loading Doom actors when loading zdoom.pk3
|
|
|
|
// Skill levels
|
|
skills
|
|
{
|
|
include("Harmony_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");
|
|
}*/
|
|
|
|
// Default texture sets
|
|
// (these are not required, but useful for new users)
|
|
texturesets
|
|
{
|
|
include("Harmony_texturesets.cfg");
|
|
} |