UltimateZoneBuilder/Build/Configurations/Other Games/Chex Quest 3/Includes/Game_Chex3.cfg

28 lines
607 B
INI
Raw Normal View History

// 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");
}