mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-12-18 16:10:58 +00:00
29 lines
706 B
INI
29 lines
706 B
INI
|
// Default lump name for new map
|
||
|
defaultlumpname = "MAP01";
|
||
|
|
||
|
// Decorate actors to include depending on actor game property
|
||
|
decorategames = "action2"; // Doesn't actually exist, but used to prevent loading Doom actors when loading zdoom.pk3
|
||
|
|
||
|
// Skill levels
|
||
|
skills
|
||
|
{
|
||
|
include("Action2_misc.cfg", "skills");
|
||
|
}
|
||
|
|
||
|
// Door making
|
||
|
makedoortrack = "BLACK";
|
||
|
|
||
|
// 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("Action2_texturesets.cfg");
|
||
|
}
|