UltimateZoneBuilder/Build/Configurations/Includes/Game_Strife.cfg
MaxED b90b7b8a79 Thing Edit Form: a warning is now displayed when a thing doesn't have any skill or class or game mode flags.
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.
2014-09-29 20:49:41 +00:00

30 lines
No EOL
660 B
INI

// Default lump name for new map
defaultlumpname = "MAP01";
skyflatname = "F_SKY001";
basegame = 4;
// Decorate actors to include depending on actor game property
decorategames = "strife";
// Skill levels
skills
{
include("Strife_misc.cfg", "skills");
}
// Door making
makedoortrack = "DORTRK01";
// Default thing filters
// (these are not required, just useful for new users)
/*thingsfilters
{
include("Strife_misc.cfg", "thingsfilters");
}*/
// Default texture sets
// (these are not required, but useful for new users)
texturesets
{
include("Strife_texturesets.cfg");
}