mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
b90b7b8a79
Game Configurations: moved "thingflagscompare" from Game to Map format blocks. "Check stuck things" check now works properly in Doom/Boom game configurations. Map Analysis: fixed a possible crash during "Check texture alignment" check. Map Analysis: ResultStuckThingInLine now highlights both thing and line. Map Analysis: ResultStuckThingInThing now highlights both things and allows to delete any of them. Internal, Map Analysis: rewritten parts of "Check stuck things" class. Internal, Map Analysis: changed the way processed stuff is stored in "Check texture alignment" class. Internal: changed CurrentDomainOnUnhandledException, so ExceptionDialog with proper info shows up even if adding exception to the Event Log failed. Internal: changed format, in which thingflagscompare info is stored.
29 lines
No EOL
637 B
INI
29 lines
No EOL
637 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");
|
|
}*/
|
|
|
|
// Default texture sets
|
|
// (these are not required, but useful for new users)
|
|
texturesets
|
|
{
|
|
include("Heretic_texturesets.cfg");
|
|
} |